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

body {
	
	background: #e8e8e7;
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	
	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 */
	color: #000000;
	
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	line-height:18px;
	
	
}

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

#main blockquote{
	background-color: #CCCCCC;
	/*color:#FFFFFF;*/
	margin: 5px;
	padding:20px;
	text-align:justify;
}
#main #header {	
	height:200px;
}
#main #content {
	/*background-color:#e0e0e1;*/
	padding:0px; /* space inside the div box and margin is the space outside the div box */

	
	margin: 0px;
	/*height:410px;*/

}
#main #footer {
	font-size:10px;
	color:#7e7d7d;
	height:20px;
	text-align:left;
	vertical-align:middle;	
}
.headline {
color:#003659;
font-size:18px;
line-height:22px;
font-weight:bold;
}
.subheadline {
color:#00aad2;
font-size:14px;
line-height:18px;
font-weight:bold;
}


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

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

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