body {
	margin: 0px;
	width: 100%;
	height: 100%;
	background-color: #eedcca;
	
	scrollbar-3dlight-color:#cfc3b7; 
	scrollbar-arrow-color:#000000; 
	scrollbar-base-color:#8b755f; 
	scrollbar-darkshadow-color:#9a8067; 
	scrollbar-face-color:#8b755f; 
	scrollbar-highlight-color:#cfc3b7; 
	scrollbar-shadow-color:#9a8067;
	scrollbar-track-color:#8b755f;
	
	overflow:hidden;
}

#content {
	position: relative;
	width: 806px;
	height: 406px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top:1px;
	text-align: justify;
}

#bread {
	position: relative;
	top: 0px;
	left: 0px;
	color: white;
	margin-top: 18px;
	font-family: verdana;
	font-size: 11px;
}
	
#print {
	position: relative;
	top:-33px;
	left: -30px;
	color: white;
	margin-top: 18px;
	text-align:right;
	font-family: verdana;
	font-size: 11px;
}

.homepagetd1 {
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	padding-left:15px;
}

.homepagetdoff {
	background-color: white;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	cursor: pointer;
	padding-left:15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

.homepagetdon {
	background-color: #eedcca;
	cursor: pointer;
	padding-left:15px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #8b755e;
}

a {
	color: white;
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	font-size: 16px;
	color: black;
	margin-bottom: 20px;
	font-weight:bold;
	margin: 1px;
}

h2 {
	font-family: Arial;
	font-size: 12px;
	color: black;
	margin: 1px;
	font-weight: bold;
}

p {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	margin: 1px;
}
a.navlink, a.navlink:hover, a.navlink:active, a.navlink:visited {
	color: white;
	text-decoration: underline;
}
a.navlink:hover {
	color: black;
	text-decoration: underline;
}
a.navlinkactive, a.navlinkactive:hover, a.navlinkactive:active, a.navlinkactive:visited {
	color: white;
	text-decoration: underline;
}

.img  {
	border-color:#8b755e;
}


