* {
	margin:0;
	padding:0;
}
a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #333;
}

a img { border: 0; }


body {
	font-family: 'verdana', Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:0px;
	margin:0px;
	background-color: #ffffee;
}


#wrapper {
	width:630px;
	position:absolute;
	padding:0px;
	left: 50%;
	margin-left: -315px;
	overflow: none;
	padding: 0;
	background-color: #dce2ff;
}


#header {
	margin-top: 0px;
	text-align: center;
}


#hp-main {
	float: left;
	margin-top: 25px;
	text-align: center;	
	padding-bottom: 15px;
}

	#hp-main #slideshow {
		border: 1px solid #fff;	
		margin-left: 9px;
	}


div.top-section {
	border-top: 1px solid #ffffee;
	float: left;
	width: 100%;
	padding-bottom: 35px;
}

	.top-section h1 {
		background-color: #fff;
		padding: 6px;
		font-size: 12px;
		font-weight: normal;
		color: #004070;
		letter-spacing: 1px;
		text-transform: uppercase;
		margin: 15px 10px 25px 10px;
	}
	
	.top-section p {
		margin-left: 30px;
		font-size: 12px;
		line-height: 19px;
		margin-top: 15px;
	}
	
	#hp-sponsers a {
		margin-left: 30px;
		margin-top: 15px;
		font-size: 12px;
	}
	
	.top-section #officers {
		margin: 25px 20px 10px 30px;
		border-top: 1px solid #ffffee;
		padding-top: 25px;
	}
	
		.top-section #officers h3 {
			text-transform: uppercase;
		}
		
		.top-section #officers p {
			margin-left: 0;
			width: 290px;
			float: left;
			line-height: 16px;
		}
		
		.top-section #officers p em {
			display: block;
			font-style:  normal;
			font-size: 10px;
			text-transform: uppercase;
		}
		
		.top-section #officers p a {
			display: block;
			font-size: 10px;
		}
	
.clear { clear: both; }

.sub {
	color: #b83f57;
	font-size: 6px;
	text-align: center;
}	
p.webbot {
	display:none;
}



