@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
body {
	background-color: #7d9cb2;
	margin-top: 5px;

}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	color: #205373;
	font-weight:bold;
}
a:link {
	text-decoration: underline;
	font-weight:bold;
	
}
a:visited {
	text-decoration: underline;
	color: #205373;
	font-weight:bold;
	
}
a:hover {
	text-decoration: underline;
	color: #07600b;
	font-weight:bold;
	
}
a:active {
	text-decoration: underline;
	color: #205373;
	
}

.image {
    border:2px solid #07600b;   position:relative; 
}	
    

/* WHITE AREA AROUND PAGE */
.main_wrapper {
     background-color:#FFFFFF;
	 width: 910px;
	 padding:5px;
	 margin:0 auto;
	
}
.header_bottom {
      border:1px solid #07600b;   position:relative; 
	  background-color: #daeef8;
	  padding-top: 3px;
	  padding-bottom: 3px;	  
	  width: 899px;
	  
	  
}	 
.header {
       padding-left: 3px;
	   padding-right: 3px;
}	 

/*  LEFT COL STYLE  */  

.col_left {
      border:1px solid #07600b;   position:relative; 
	  background-color: #daeef8;
	  padding-top: 3px;
	  padding-bottom: 3px;
	  padding-right: 5px;
	  padding-left: 5px;	 
	  width: 175px;
	  float: left;
}

.col_left a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #205373;
}
.col_left a:link {
	text-decoration: none;
	font-weight: bold;
}
.col_left a:visited {
	text-decoration: none;
	color: #205373;
	font-weight:bold;
}
.col_left a:hover {
	text-decoration: none;
	color: #07600b;
	font-weight:bold;
	background-color:#6dbbf0;
	display:block;
}
.col_left a:active {
   text-decoration: none;
	color: #205373;
	font-weight:bold;
	
}

.icons a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #205373;
}
.icons a:link {
	text-decoration: none;
	font-weight: bold;
}
.icons a:visited {
	text-decoration: none;
	color: #205373;
	font-weight:bold;
}
.icons a:hover {
	text-decoration: none;
	color: #07600b;
	font-weight:bold;
	
}
.icons a:active {
   text-decoration: none;
	color: #205373;
	font-weight:bold;
	
}
/* END LEFT COL STYLE */	  

.center_page {
      padding: 5px;
}	    	 
/* Main Content AREA*/
.main_content {
      border:1px solid #07600b;   position:relative; 
	  background-color: #eeeeee;
	  width: 685px;
	  float: right;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-bottom: 5px;
	  
}	  

h2 {
      color:#07600b;
}
hr {
      color:#07600b;
}	

/* Footer AREA */
.footer {
       padding: 5px;
	   color: #000000;
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 10px;  
	   width: 900px;
	   clear:both;
	  
}

.footer a:link {
        text-decoration:underline;
		font-size:10px;
		color: #000000;
		font-weight:bold;
}
.footer a:hover {
        text-decoration:underline;
		font-size:10px;			   
		color: #07600b;
		font-weight:bold;
}
.footer a:active {
        text-decoration:underline;
		font-size:10px;
		color: #000000;	
		font-weight:bold;	
}
.footer a:visited {
        text-decoration:underline;
		font-size:10px;
		color: #000000;
		font-weight:bold;
}

.disclaimer {
	font-size: 12px;
	color: #990000;
}
				
				
.form_headers {
   background-color:#daeef8;
   border:1px solid #07600b;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
	font-weight:bold;
	color: #205373;
}

.form_position {
     float:left;
	 padding-right: 5px;
	 padding-top: 10px;
	 
	 
}

.form_links {
     background-color: #daeef8;
	 border:1px solid #07600b;
	}	

.form_links a:link {
	text-decoration: none;
	font-weight: bold;
	
}
.form_links a:visited {
	text-decoration: none;
	color: #205373;
	font-weight:bold;
}
.form_links a:hover {
	text-decoration: none;
	color: #07600b;
	font-weight:bold;
	background-color:#6dbbf0;
	display:block;
}
.form_links a:active {
   text-decoration: none;
	color: #205373;
	font-weight:bold;
	
}


 	    				