/* CSS Document */
body{
margin: 10px 0 0 0;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
background: url('../images/bg.gif') center top repeat #ca8b00;
}

a:link {color:#990000}
a:visited {color:#990000}
a:hover { text-decoration: none; color:#555555}
a:active { text-decoration: none; color:#555555}

.headerText{
padding: 0 0 0 18px;
color:#c0c0c0;
font-size:11px;
background: url('../images/header_03.gif') left top no-repeat;
}
	.headerText A:link, .headerText A:visited { color: #c0c0c0; text-decoration: none; }
	.headerText A:active, .headerText A:hover { color: #ffffff; text-decoration: underline; }
	
.searchBox{border: 1px solid #000000; background: url('../images/search_bg.gif') left top no-repeat #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; color: #6c2424; width: 135px; height: 20px;}

.header{
border-top: 1px solid #002d51; 
border-right: 1px solid #002d51;
border-left: 1px solid #002d51;
background: url('../images/header_bg.gif') left top repeat-x #002d51;
}

.bodySpacer { padding: 5px; text-align:center; color: #002d51; background-color:#FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica; border-left:#002d51 1px solid; border-right:#002d51 1px solid;}
	.bodySpacer A:link, .bodySpacer A:visited { color: #002d51; text-decoration: none; }
	.bodySpacer A:active, .bodySpacer A:hover { color: #bc9700; text-decoration: underline; }

.titleText {
padding: 10px 0px 0px 0px;
font-size: 18px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color:#87212e;
text-align: center;
}

.bottomNav { padding: 30px 0px 5px 0px; text-align:center; color: #555555; background-color:#FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica;}
	.bottomNav A:link, .bottomNav A:visited { color: #555555; text-decoration: none; }
	.bottomNav A:active, .bottomNav A:hover { color: #87212e; text-decoration: underline; }

.bottomText { padding: 15px 0px 0px 0px; color:#c0c0c0; font-size: 11px; font-family: Verdana, Arial, Helvetica; background:url('../images/footer_02.gif') left top repeat; text-align:center; }
	.bottomText A:link, .bottomText A:visited { color: #c0c0c0; text-decoration: none; }
	.bottomText A:active, .bottomText A:hover { color: #ffffff; text-decoration: underline; }

.copyright { line-height: 15px; color: #916400; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #916400; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #000000; text-decoration: none; }

