/* Main body styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-color:#BDB9B7;
}
img { 
	border:none;
}
.divbg {
	position: absolute;
	left: 10px;
	top: 30px;
	width: 770px;
	height: 540px;
	z-index:1;
	background-image:url(images/bg3.gif);
}
.divbgtop {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 770px;
	height: 40px;
	z-index:3;
	background-image:url(images/bgtop1.gif);
}
.divfoot {
	position: absolute;
	left: 610px;
	top: 520px;
	width: 160px;
	z-index:3;
	font-size:x-small;
	text-align:right;
}
.divbodyscroller {
	z-index:2;
	position: absolute;
	left: 182px;
	top: 164px;
	width: 426px;
	margin-left: 0px;
	margin-top: 0px;
	height: 346px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-face-color: #578DB3; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF; 
}
.divbodyarea {
	position: absolute;
	left: 183px;
	top: 163px;
	width: 426px;
	z-index:2;
}
.bodyheadline {
	font-size: larger;
	font-weight: bold;
}
.bodysubhead {
	font-weight: bold;
}
.bodydate {
	font-weight: bold;
}
.bodycaption {
	font-style: italic;
	font-size: x-small;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
a.bodylink:link {
	color: #578DB3;
}
a.bodylink:hover {
	color: #EC008C;
}
a.bodylink:visited {
	color: #666666;
}
a.bodylink:active {
	color: #EC008C;
}
/* Header styles */
.divhead {
	position: absolute;
	left: 20px;
	top: 40px;
	width: 750px;
	height: 114px;
	z-index:2;
}
.headtable1 {
	font-weight: normal;
	background-color: #578DB3;
	color: #FFFFFF;
}
.headtable2 {
	font-weight: bold;
	background-color: #806D61;
	color: #FFFFFF;
}
/* Navigation bar styles */
.divnavbar1 {
	position: absolute;
	left: 20px;
	top: 164px;
	width: 152px;
	z-index:2;
}
a.nav1:link {
	color: #806D61;
	text-decoration: none;
}
a.nav1:hover {
	color: #EC008C;
	text-decoration: underline;
}
a.nav1:visited {
	color: #666666;
	text-decoration: none;
}
a.nav1:active {
	color: #EC008C;
	text-decoration: none;
}
.nav1cell {
	color: #806D61;
	background-color: #FFFFFF;
}
a.nav2:link {
	color: #57BC6C;
	text-decoration: none;
}
a.nav2:hover {
	color: #EC008C;
	text-decoration: underline;
}
a.nav2:visited {
	color: #666666;
	text-decoration: none;
}
a.nav2:active {
	color: #EC008C;
	text-decoration: none;
}
.nav2cell {
	color: #57BC6C;
	background-color: #FFFFFF;
}
a.nav3:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav3:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav3:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav3:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navhead1 {
	font-weight: bold;
	background-color: #806D61;
	color: #FFFFFF;
}
.navhead2 {
	font-weight: bold;
	background-color: #57BC6C;
	color: #FFFFFF;
}
.navhead3 {
	font-weight: bold;
	background-color: #578DB3;
	color: #FFFFFF;
}
/* Snippet box styles */
.divsnippet1 {
	position: absolute;
	left: 618px;
	top: 164px;
	width: 152px;
	z-index:4;
}
.sniphead1 {
	font-weight: bold;
	background-color: #EC008C;
	color: #FFFFFF;
}
.sniptable {
	font-weight: normal;
	color: #EC008C;
	background-color: #FFFFFF;
}
a.snip:link {
	color: #578DB3;
	text-decoration: none;
	font-size: x-small;
}
a.snip:hover {
	color: #EC008C;
	text-decoration: underline;
	font-size: x-small;
}
a.snip:visited {
	color: #666666;
	text-decoration: none;
	font-size: x-small;
}
a.snip:active {
	color: #EC008C;
	text-decoration: none;
	font-size: x-small;
}
.excerptbox {
	font-weight: bold;
	background-color: #806D61;
	color: #FFFFFF;
	vertical-align:bottom;
}
