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

/* div styles*/

#header {
	background-image:url(images/background-header.gif);
	height:151px;}
	
#header-left {
	float:left;
	width:700px;}
	
#header-right {
	float:right;
	width:200px;}
	
#topnav {
	background-image:url(images/background-top-nav.jpg);
	height:31px;
	text-align:center;
	padding-left:26px;}
	
#content {
	padding-left:20px;
	padding-right:20px;
	padding-bottom:150px}
	
#footer {
    background-color: #0d3a74;
    border-style: solid;
    border-color: #0d3a74;
    border-width: 1;
    height: 125px;
	text-align:center;
	padding-left:11px;}

/* text and link styles*/

p, li{ 
	font-family: Verdana,Arial,Sans-serif;
	color:#707070; 
	font-weight:normal; 
	text-decoration:none; 
	font-style:normal; 
	font-size: 12px;} 

a:link { 
	font-family: Verdana,Arial,Sans-serif;
	font-weight: normal;
	font-size: 12px;
    text-decoration: none;
    color: #000000;}   
a:visited { 
	font-family: Verdana,Arial,Sans-serif;
	font-weight: normal;
	font-size: 12px;
    text-decoration: underline;
    color: #000000;}    
a:hover { 
	font-family: Verdana,Arial,Sans-serif;
	font-weight: normal;
	font-size: 12px;
    text-decoration:none;
	color: #e64141;}

.header-search {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
    text-decoration:none;
	color:#ffffff;
	padding-top:75px;}
	
.topnavlinks{
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
    text-decoration:none;
	text-align:center;
	text-transform:uppercase;
    color: #020200;
	padding-right:17px;
	padding-top:10px;}
.topnavlinks a:link {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#020200;
	text-decoration:none;
	padding-right:17px;
	padding-top:10px;}
.topnavlinks a:visited {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
	text-decoration:none;
	padding-right:17px;
	padding-top:10px;}
.topnavlinks a:hover {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
	padding-right:17px;
	padding-top:10px;}

.footerlinks{
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
    text-decoration:none;
	text-align:center;
	text-transform:uppercase;
    color: #ffffff;
	padding-bottom:10px;}
.footerlinks a:link {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#ffffff;
	text-decoration:none;
	padding-right:17px;
	padding-bottom:10px;}
.footerlinks a:visited {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#e1ebf8;
	text-decoration:none;
	padding-right:17px;
	padding-bottom:10px;}
.footerlinks a:hover {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#026ffc;
	text-decoration:none;
	padding-right:17px;
	padding-bottom:10px;}
	
.copyright {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#32a2f8;
	line-height:25px;}
	
.creditlink{
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
    text-decoration:none;
	text-align:center;
	text-transform:uppercase;
    color: #ffffff;}
.creditlink a:link {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#ffffff;
	text-decoration:none;}
.creditlink a:visited {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#e1ebf8;
	text-decoration:none;}
.creditlink a:hover {
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 9px;
	color:#026ffc;
	text-decoration:none;}

/* form styles - change color, fonts below to match site color scheme*/

.form{ 
	font-family: Verdana,Arial,Sans-serif;
	color:#707070; 
	font-weight:normal; 
	text-decoration:none; 
	font-style:normal; 
	font-size: 12px;} 
	
input { 
	font-weight: normal;       
	font-family: Verdana,Arial,Sans-serif; 
	font-size: 12px;   
	background-color: #FFFFFF;
	border: 1px solid #cbd6e7;}	
select { 
	color: #707070; 
	font-weight: normal;       
	font-family: Verdana,Arial,Sans-serif; 
	font-size: 12px;   
	background-color: #FFFFFF;}
textarea { 
	font-weight: normal;       
	font-family: Verdana,Arial,Sans-serif; 
	font-size: 12px;   
	background-color: #FFFFFF;
	border: 1px solid #cbd6e7;}	

/* headline styles */
h1{
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 24px;
	color:#0d3a74;}
h2 { 
	font-family: Calibri,Arial,Sans-serif;
	font-weight: bold;
	font-size: 17px;
	color:#3f3f3f;}
h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#5298da;}
h4 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #ededed;
	display: block;
	padding: 3px;
	text-indent: 4px;
	margin-top: 0px;
	margin-bottom: 15px;}


