/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(../graphics/bg.jpg);
}
body,td,th {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #003366;
}
a:active {
	text-decoration: underline;
	color: #003366;
}
#container {
	background-image: url(../graphics/page_bg.jpg);
	width: 772px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../graphics/header_bg.jpg);
	height: 84px;
	width: 732px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#contactBox {
	width: 440px;
}
#mainnav {
	background-image: url(../graphics/main_nav_bg.jpg);
	height: 21px;
	width: 748px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


#mainnav a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#mainnav a:hover{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin-right: 7px;
	margin-left: 7px;
	text-decoration: underline;
}

#content {
	width: 772px;
}
#lcol {
	float: left;
	width: 201px;
}
#lnav {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
#lnav a{
	display: block;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#lnav a:hover{
	display: block;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
#rcol {
	float: left;
	width: 571px;
}
#contentbody {
	width: 550px;
	padding-right: 16px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
}

#contentbodyblue {
	width: 550px;
	padding-right: 16px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
	
	margin: 0px;
}

#contentbodyblue a{
	color: #FFFFFF;
}

#spacer {
	clear: both;
	width: 772px;
}
#footer {
	width: 772px;
	
}

#smallText{
	font-size: 11px;
	color: #666666;

}

#smallText a{
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

#smallText a:hover{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


#subfooter {
	color: #0099CC;
	font-size: 12px;
	text-align: center;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#subfooter a{
	color: #0099CC;
	font-size: 12px;
	text-decoration: none;
}

#subfooter a:hover{
	color: #0099CC;
	font-size: 12px;
	text-decoration: underline;
}

.bigWhiteText {
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	color: #FFFFFF;
}

.boldText {
	font-size: 12px;
	font-weight: bold;
}

.boldItalicText {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}


h1{
	font-size: 24px;
}

h2{
	font-size: 22px;
}

h3{
	font-size: 20px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h6{
	font-size: 14px;
}


/* FORM STYLES */
.frmTextField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}

.frmButton{
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1345CA;
	font-size: 10px;
}
