@charset "utf-8";
#wrapper {
text-align:left; /* reset text alignment */ 
width:850px; /* or a percentage, or whatever */ 
margin:0 auto; /* for the rest */
} 

#background{ background-image:url(home_images/bkgrnd.jpg);
height: 727px;
}

#header {
	height: 197px;
	width: 850px;
	font-size:14pt;
	color: #111d45;
	font-weight:400;
}

#header a{
	color: #111d45;
	text-decoration:none;
	
	
}

#header a:hover{
	color: #111d45;
	text-decoration:underline;
	
}
#navigation { 	height: 33px;}

a{ color: #000;
text-decoration:underline;
}


a:hover { color:#006;
text-decoration:underline;
}


#divider{ background-color:#FFF;
margin-left: 350px;
width: 495px;
height: 1px;
	}
	
#content_table{
	padding-top: 20px;
	}
	
.content{ font-family: Geneva, Arial, Helevetica, sans-serif;
font-size:100%;
padding: 8px;
	}

h1{ font-family:Geneva, Arial, Helevetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000;
}

#content_footer{ font-family:Verdana, Geneva, sans-serif;
font-size:24px;

	
}

#footer{ height: 96px;
margin-left: 0px;
font-family: Geneva, Arial, Helevetica, sans-serif;
font-size:11pt;
	color: #111d45;
	font-weight:400;
	}
	
	#footer a{
	color: #111d45;
	text-decoration:none;
	
	
}

#footer a:hover{
	color: #111d45;
	text-decoration:underline;
	
}

