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

body {
	

	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-color:#001a24;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, sans;
	
	color:#FFFFFF;
	font-size: 11px;
	line-height:18px;
	text-align: justify;
}

	
#main {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	}
	
#main p{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5x;
	text-align:left;
}


#main #header {	

}
#main #content {
	
	padding:0px; /* space inside the div box and margin is the space outside the div box */	
	margin: 0px;
	background-color:#012d3c;


}
#main #footer {
	background-color:#012d3c;
	font-size:9px;
	color:#FFFFFF;
	height:20px;
	text-align:left;
	vertical-align:middle;	
	padding: 10px;
	clear: both;
}
.headline {
font-family: Georgia, Times, serif;
font-size:20px;
line-height:28px;
/*font-weight:bold;*/
}
.headline strong {

font-size:30px;
vertical-align:sub;
line-height:28px;
/*font-weight:bold;*/
}
.bold {
	color:#ff6400;
	font-weight:bold;
}

.subheadline {
color:#00aad2;
font-size:14px;
line-height:18px;
font-weight:bold;
}

.forms {
color:#FFFFFF;
text-align:left;
vertical-align:top;

}




/* LINKS */
a {  
	color: #FFFFFF; 
	text-decoration: underline;
}

a:hover {  
	color: #FFFFFF; 
	text-decoration: underline; 
	background-color:#ff6400;
}

a:link,a:active { 
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
}

hr {
	border: 0;
color: #ff6400;
background-color: #ff6400;
height: 1px;
width: 100%;
text-align: left;
	
	
	
}


