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

html, body {
	margin:0;
	padding:0;
	width:100%;
	background-color: #5d9894;
}

#logo {
	float:left;
	display:inline;
	margin:110px 0px 0px 185px;
	padding:0;
	width:429px;
	height:154px;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
}
	
#mastheadContainer {
	background:url(../images/BG_mastHeadVert.jpg);
}

	#masthead {
		margin: auto;
		padding: 0;
		width: 800px;		
		
		height: 294px; !important; /* real browsers */
		height: 294px; /* IE6:treated as min-height*/
		min-height: 294px; /* real browsers */
		
		background: url(../images/BG_mastHead.jpg) no-repeat;
	}
	
#contentContainer {
	background:url(../images/BGfooter.jpg);
}
	
#contentHome {
	margin:auto;
	padding:0;
	width:800px;
	height:300px !important; /* real browsers */
	height:300px; /* IE6:treated as min-height*/
	min-height:300px; /* real browsers */
	background: url(../images/BGfooterMid.jpg) no-repeat;
	}
	
	#homeMessage {
		margin:auto;
		padding: 0px 0px 0px 0px;
		width:475px;
		text-align: center;
	}
	
	#homeMessage p {
		font-family: Arial, Helvetica, sans-serif;
		font-size:.8em;
		padding:0;
		margin: 10px 0px 10px 0px;
		color:#000000;
	}
	
	#homeMessage a {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: .85em;
		color: #881215;
	}
	
	
	
	
	
	