/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	background-color: #FFFFFF;
	text-align: center; 
	cursor:url("/images/icons/cur-usa.cur");
}

a           
{
    text-decoration: none;
    color: #006699;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.leftBG { background: url(images/leftBG.jpg) repeat-y right top; }
.rightBG { background: url(images/rightBG.jpg) repeat-y left top; }
.bottomBG { background: url(images/rightBG.jpg) repeat-y left right top; }
.mainTextBG { background: #086CA0 url(images/textBG.jpg) no-repeat bottom; }
.brown { background: #8A7D5A; }
.blue { background: #086CA0; }

#topNav
{
	background-color: #8A7D5A;
	font-weight: normal;
	margin: 0 0 0 16px;
	text-align: left;
}
#topNav a
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 5px 10px 22px;
	text-decoration: none;
	display: block;
	float: left;
	background: url(images/navRed.jpg) no-repeat left center;
}
#topNav a:hover, #topNav a.selected
{
	background: url(images/navBlue.jpg) no-repeat left center;
	text-decoration: none;
}

h1 {font-size: 14px; font-weight: bold; text-align: left; }
h2,h3,h4 {font-size: 11px; font-weight: bold; text-align: left; }

.mainText
{
	font-weight: normal;
	margin: 10px 16px;
	text-align: left;
}
.mainText h1
{
	color: #AEE2FA;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 10px;
	text-align: left;
	text-transform: uppercase;
}
.mainText ul
{
	color: #AEE2FA;
	margin: 2px 3px;
}

.TopNav1 { FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.TopNav1 A:link { FONT-SIZE: 13px; text-decoration: none; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.TopNav1 A:visited { FONT-SIZE: 13px; text-decoration: none; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.TopNav1 A:hover { FONT-SIZE: 13px; text-decoration: none; COLOR: #006699; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.TopNav1 A:active { FONT-SIZE: 13px; text-decoration: none; COLOR: #990000; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }

.SideNav1Head { FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; FONT-WEIGHT: bold; }
.SideNav1 { FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.SideNav1 A:link { FONT-SIZE: 11px; COLOR: #0000cc; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.SideNav1 A:visited { FONT-SIZE: 11px; COLOR: #660099; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.SideNav1 A:hover { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }
.SideNav1 A:active { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif; }

.LinkBlackNoUnderline A:link { FONT-SIZE: 13px; COLOR: #000000; text-decoration: none; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif }
.LinkBlackNoUnderline A:visited { FONT-SIZE: 13px; COLOR: #000000; text-decoration: none; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif }
.LinkBlackNoUnderline A:hover { FONT-SIZE: 13px; COLOR: #0066cc; text-decoration: underline; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif }
.LinkBlackNoUnderline A:active { FONT-SIZE: 13px; COLOR: #0066cc; text-decoration: underline; FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif }

.footerlinks { FONT-SIZE: 10px; COLOR: #CBB677; }
.footerlinks A:link { FONT-SIZE: 10px; COLOR: #CBB677; text-decoration: none; }
.footerlinks A:visited { FONT-SIZE: 10px; COLOR: #CBB677;  text-decoration: none; }
.footerlinks A:hover { FONT-SIZE: 10px; COLOR: #CBB677; text-decoration: underline; }
.footerlinks A:active { FONT-SIZE: 10px; COLOR: #CBB677; text-decoration: underline; }

.copyright { font-weight: normal; color: #999999; font-size: 10px; }
.copyright A:link { FONT-SIZE: 10px; COLOR: #999999; text-decoration: none; }
.copyright A:visited { FONT-SIZE: 10px; COLOR: #999999;  text-decoration: none; }
.copyright A:hover { FONT-SIZE: 10px; COLOR: #999999; text-decoration: underline; }
.copyright A:active { FONT-SIZE: 10px; COLOR: #999999; text-decoration: underline; }



