body {
	margin: 0px;
	background-color: #F1F4EE;
}
.footer_text {
	font-family: Tahoma;
	font-size: 9px;
	color: #757574;
}
.body_table1 {
	background-color: #DFE2DC;
}
.body_textBk {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.body_table2 {
	background-color: #D0D4CD;
}
.footer_links {
	font-family: Tahoma;
	font-size: 9px;
	color: #6189AB;
	text-decoration: none;
}
.body_topLine {
	background-color: #90BC51;
}
.footer_linksDivs {
	font-size: 9px;
	color: #292929;
	font-family: Tahoma;
}
a:hover {
	color: #6F913E;
}
.body_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #6E706C;
}
.titles_blue {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4F6F92;
}
.left_table_back {
	background-color: #9FA29C;
}
.body_links {
	font-family: Tahoma;
	font-size: 11px;
	color: #50739A;
}
.subnav_links {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.subnav_links2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #334C7E;
	text-decoration: none;
}
.subnav_linksDivs {
	color: #ACAEAA;
	font-size: 12px;
}
.subnav_links_underline {
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
#header {
	background-color: #FFFFFF;
	margin: 0px;
}


.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
height: 100px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 100%;

}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
	color: #4F6F92;
text-decoration: none;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #DFE2DC ;
text-decoration: none;
}