@charset "UTF-8";
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	background-image: url(../assets/bg.jpg);
	margin-top: 0px;
	background-color: #1E487C;
	background-repeat: repeat-x;
}
a:link {
	color: #DB5711;
}
a:visited {
	color: #1E487C;
}
a:hover {
	color: #999900;
}
a:active {
	color: #999900;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	background-color: #669;
	color: #D2DAE5;
	font-size: 1.1em;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar {
	width: 200px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	color: #666699;
}
.subHead {
	font-size: 16px;
	font-weight: bold;
	color: #1E487C;
}
.callout {
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	color: #666699;
}

.sectionTitle {
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1E487C;
	width: 385px;
	clear: both;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 14px;
	color: #1E487C;
	display: inline;
}
.lead-in {
	float: left;
	width: 385px;
	clear: both;
	margin-left: 25px;
}
.content {
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #D2DAE5;
	width: 385px;
	clear: both;
	margin-left: 25px;
	display: inline;
	padding-bottom: 15px;
}
.imageFeature {
	float: left;
	width: 100px;
	margin-bottom: 15px;
}
.imageSidebar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #7876A8;
}
.featureText {
	font-size: 12px;
	line-height: 18px;
	float: left;
	margin-left: 15px;
}
.footer {
	float: left;
	width: 380px;
	line-height: 16px;
	margin-bottom: 50px;
	margin-top: 25px;
	margin-left: 25px;
	display: inline;
}
.boilerplate {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E487C;
	float: left;
	width: 380px;
	margin-left: 25px;
	margin-top: 20px;
	display: inline;
}

