@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#eeeedd;
}
p {
	margin:5px 0px 0px 0px;
}

#shell {
	width:800px;
	margin:0 auto;
	background-color:#ffffff;
	border-color:#000066;
	border-style:solid;
	border-width:4px 1px 8px 1px;
}
#header {
	padding:20px 0px 20px 10px;
}
#topNav {
	padding:10px 10px 5px 10px;
	font-size:11px;
	background-color:#000066;
	color:#ffffff;
}
#topNav a:visited {
	text-decoration:none;
	color:#ffffff;
}
#topNav a:hover {
	text-decoration:none;
	color:#99ffff;
}
#topNav a:link {
	text-decoration:none;
	color:#ffffff;
}
#banner {
	background-color:#000066;
	padding:10px 0px 10px 0px;
	text-align:center;
}

#home2Left {
	float:left;
	width:375px;
	padding:20px 15px 20px 10px;
}
#home2Right {
	float:left;
	width:375px;
	padding:20px 15px 20px 10px;
}

.contentSection {
	line-height:14px;
}
.contentSectionHead {
	font-size:12px;
	font-weight:bold;
	color:#000066;
	padding:0px 0px 5px 0px;
}
