@charset "utf-8";
/* CSS Document */

body{
	background-color: #a0bac9;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.link{
 color : #4d85c5;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;	
}
a, a:link, a:active, a:visited {
 color : #4d85c5;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: underline;
}
a:hover {
 color : #3a4e66;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 text-decoration: underline;
}


#page{
	width: 934px;
}
#pageTop{
	background-image: url(/images/page_background.gif);
	background-repeat: repeat-y;
}
#pageFooter{
	background-image: url(/images/footer_background.gif);
	background-repeat: no-repeat;
}
#pageLeft{
	width: 12px;
}
#pageRight{
	width: 12px;
}
#pageCenter{
	width: 910px;
}

#topSpacer{
	height: 12px;
}

#navigation{
	height: 31px;
	background-color: #578AD6;
	width: 910px;
}
#navigationLeft{
	width: 644px;
	height: 31px;
}
#navigationCenter{
	width: 126px;
	height: 31px;
	padding-top: 1px;
}
#navigationRight{
	width: 140px;
	height: 31px;
	padding-top: 1px;	
}
#navLeftSpacer{
	width: 10px;
}
#topLinksCell{
	/*position: relative;
	top: 1px;
	height: 15px;*/
}
a.topLinks, a.topLinks:link, a.topLinks:active, a.topLinks:visited{
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}
a.topLinks:hover{
	color : #2C4F78;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none
	font-weight: bold;		
}


#footerTopSpacer{
	height: 20px;
}
#footerBottomSpacer{
	height: 20px;
}
#footerText{
	color : #3C4950;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
a.footerLink, a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	color : #3C4950;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
a.footerLink:hover {
 	color: #666666;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	text-decoration: underline;
}

input.search{
	width: 90px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#pageHeader {
	background-image: url(/images/logo.gif);
	height: 82px;
	width: 910px;
}

#headerLeft {
	width :530px;
}

#headerCenter {
	width :270px;
}

#headerRight {
	width :110px;
}

div.error_msg {
	display: block;
	margin: 2px 0;
	padding: 1px 8px 1px 14px;
	background: url(/images/red_arrow_right.gif) no-repeat 4px 3px ;
	color: #880000;
	clear: left;
}

/*Quick Menu Styles*/
.qmtop {
	width : 90px;
	text-decoration : none;
}

.qmsub {
	width : 98px;
	text-decoration : none;	
}