<style>

body{
	margin:8px;
	margin-top:0px;
}

.tagline{
	text-align:center;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding-left:8px;
}

body,table,tr,td,span,div,a{
font-size:12px;
font-family: Arial;
}
a.rednav:link,a.rednav:visited,a.rednav:hover,a.rednav:active{
	color:#ffffff;
	text-decoration:none;
	}
h1{
	position:relative;
	top:10px;
	left:10px;
	padding:3px;

	padding-right:40px;
	color:#1F2265;;
	font-weight:bold;
	font-size:17px;
	font-style: italic;


}
.formtext{
line-height: 27px;
}
a.nav:link,a.nav:visited,a.nav:hover,a.nav:active{
color: #ffffff;
font-size:12px;
min-height:25px;
padding: 0px;
margin-right:0px;
text-decoration: none;
/*background: url(divider.gif) center right no-repeat;*/
background-color:#1f2265;
}

a:link,a:visited,a:active{
color: #563F23;
text-decoration: none;
font-size: 12px;
}
a:hover{
color: #CF6883;
text-decoration: none;
font-size: 12px;
}
.featuredlabel{
	display:block;
	padding-left:5px;
	font-size:12px;
	background-color:#1F2265;
	color:#ffffff;
	background-image: 
	url('/img_1001/right2.gif');
	background-repeat: 
	no-repeat;
	background-position: right; 

}
.featuredbox{
	background-color:#AEC2E3;
	background-image: 
	url('/img_1001/bottomleft.gif');
	background-repeat: 
	no-repeat;
	background-position: 
	 bottom left; 
	width:130px;
}
.featuredtext{
	font-weight:bold;color:#435D85;
}

.tabs{
	float:left;
	margin-top:0px;
	margin-right:1px;
	background-color:#1f2265;
}







/* ######################MENUS ##################*/
#chromemenu{
background-color:#1f2265;
width:430px;
height:17px;
float:right;
text-align:center;
margin:0px;
padding:0px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

#chromemenu ul{

margin: 0;
padding:0px;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;


}


#chromemenu ul li a{
color: #ffffff;
font-size:12px;
padding: 0px;
margin-right:0px;
margin-left:8px;
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
margin-top:4px;
font:normal 12px Verdana;
z-index:100;
background-color: white;
width: 150px;
border:1px solid #1f2265;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:link,.dropmenudiv a:visited,.dropmenudiv a:active{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #1f2265;
}


.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #eeeeee;
color:#1f2265;
}



</style>