/* CSS Document */

body {
	background-color:#061f4e;
	/*background-image:url(images/bg.gif);*/
}


.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:24px;
}

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height:24px;
	text-decoration: none;
}

a.nav:hover, a.nav:active {
	color: #f3a95a;
}

.bodycopy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	line-height: 18px;
	
}

a.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	color: #0064b7;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
 }
 
 a.bodycopy:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-weight: bold;
 }
 
a.bodycopy:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-weight: bold;
 }
 
 .pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:18px;
	color: #f49938;
	font-weight: bold;

}

 .pageheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #5e6f8c;
	font-weight: bold;

}
.companyname {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.tagline {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}

a.footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
}

a.footer:hover, a.footer:active {
	text-decoration:underline;
}

.formtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#333333;
}

#contactpadding {
	padding-top:4px;
	padding-left:5px;
}

.red {
	color:#FF0000;
}