Body { background: URL();
	background-repeat: no-repeat; 
	background-color: #FFF;
	margin-left:0px;
	margin-top:0px;	}

tr, td, div,p		{ font: 12px arial; color:404040;}


A:link			{ color: #104C68; font: 11px tahoma; text-decoration: none; }
A:link:hover		{ color: #707070; font: 11px tahoma; text-decoration: underline; }
A:visited		{ color: #104C68; font: 11px tahoma; text-decoration: none; }
A:visited:hover		{ color: #707070; font: 11px tahoma; text-decoration: underline; }

.homebody:link		{ color: #104C68; font: 13px tahoma; text-decoration: none; }
.homebody:link:hover	{ color: #707070; font: 13px tahoma; text-decoration: underline; }
.homebody:visited	{ color: #104C68; font: 13px tahoma; text-decoration: none; }
.homebody:visited:hover	{ color: #707070; font: 13px tahoma; text-decoration: underline; }

.wht:link 		{ color: #ffffff; font: 11px tahoma; font-weight: bold; text-decoration: none;}
.wht:link:hover		{ color: #ffffff; font: 11px tahoma; font-weight: bold; text-decoration: underline;}
.wht:visited 		{ color: #ffffff; font: 11px tahoma; font-weight: bold; text-decoration: none;}
.wht:visited:hover 	{ color: #ffffff; font: 11px tahoma; font-weight: bold; text-decoration: underline;}

.menu:link		{ color: #ffffff; font: 9pt arial; font-weight: bold; text-decoration: none;}
.menu:link:hover	{ color: #ffffff; font: 9pt arial; font-weight: bold; text-decoration: underline;}
.menu:visited 		{ color: #ffffff; font: 9pt arial; font-weight: bold; text-decoration: none;}
.menu:visited:hover	{ color: #ffffff; font: 9pt arial; font-weight: bold; text-decoration: underline;}

.navmenu:link		{ color: #000; font: 9pt arial; font-weight: bold; text-decoration: none;}
.navmenu:link:hover	{ color: #000; font: 9pt arial; font-weight: bold; text-decoration: underline;}
.navmenu:visited	{ color: #000; font: 9pt arial; font-weight: bold; text-decoration: none;}
.navmenu:visited:hover	{ color: #000; font: 9pt arial; font-weight: bold; text-decoration: underline;}

.submenu:link 		{ color: #FFFFFF; font: 7pt arial; font-weight: bold; text-decoration: none;}
.submenu:link:hover	{ color: #FFFFFF; font: 7pt arial; font-weight: bold; text-decoration: underline;}
.submenu:visited 	{ color: #FFFFFF; font: 7pt arial; font-weight: bold; text-decoration: none;}
.submenu:visited:hover 	{ color: #ffffff; font: 7pt arial; font-weight: bold; text-decoration: underline;}


.form			{ background-color: #FFF; font:  8pt verdana; color: #404040;}
.formbutton		{ background-color:#EF7043; border:1px solid #000; color:#FFF;}
.formbuttonover		{ background-color:#F3A458; border:1px solid #000; color:#FFF;}

.block			{ background-color: #FAFAFA; border:1px solid #CDCDCD; padding:5px;}
.heading		{ color:#F36E20; font-size:16px;}
.imageborder		{ border:1px solid #808080;}
.main_content		{ padding:10px; background-color:#FFF;}
.redtxt			{ font-size:14px;}
.side_nav		{ width:225px; background-color:#FFF;}
.side_search 		{ margin:10px;}
.sidesearch 		{ color:#FFF; font-weight:bold;}
.sidesearch_heading	{ color:#FFF; font-size:16px; text-align:center; margin:5px;}
.smaller		{ font-size:10px;}


.rollmenu 		{ border-bottom: #FFF 1px dotted;
			  font-weight: bold; background-color: transparent
			  text-decoration: none; line-height: normal; padding:3px;
			  background-color: #47A2B5; display: block;}

.rollmenu:hover 	{ background-color: #53ABBD; text-decoration: underline}

.rollmenu:link 		{ color: #FFF; font: 12px arial; font-weight: bold; text-decoration: none;}
.rollmenu:link:hover	{ color: #FFF; font: 12px arial; font-weight: bold; text-decoration: underline;}
.rollmenu:visited 	{ color: #FFF; font: 12px arial; font-weight: bold; text-decoration: none;}
.rollmenu:visited:hover { color: #FFF; font: 12px arial; font-weight: bold; text-decoration: underline;}


#menu1 			{ left: 1px; visibility: hidden; position: absolute; top: 1px;}
#menu2 			{ left: 1px; visibility: hidden; position: absolute; top: 1px;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
width: 400px; /*width of featured content slider*/
height: 255px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #FFF;
padding: 2px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #808080;
background: #EDEDED;
border:1px solid #808080;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #6560ab;
border:1px solid #808080;
}

