@charset "utf-8";
body, p, h1, h2, h3, h4, h5, h6, ol, ul, li {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 16px;
	background-color: #333;
	line-height: 120%;
}
#outerWrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
#banner {
	width: 990px;
	height: 124px;
	background-image: url(../images/home_ban_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#navbar {
	width: 990px;
	height: 24px;
}
#contentWrapper {
	width: 990px;
	background-image: url(../images/page_repeat.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}
#sidebar {
	width: 362px;
	float: right;
	margin-top: 36px;
	display: inline;
	margin-bottom: 24px;
	margin-right: 20px;
}
#sidebar h1 {
	font-size: 16px;
	margin-bottom: 14px;
	color: #F35F00;
}
#sidebar h2 {
	font-size: 14px;
	margin-bottom: 14px;
}
#sidebar p {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-left: 32px;
	margin-bottom: 10px;
}
#sidebar li {
	margin-bottom: 6px;
}
#sidebar a:link, #sidebar a:visited {
	color: #FFC;
}
#sidebar a:hover, #sidebar a:active {
	color: #0F3;
}
#content {
	width: 520px;
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
	margin-left: 20px;
	display: inline;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 18px;
	color: #000;
}
#content h2 {
	font-size: 20px;
	margin-bottom: 16px;
}
#content h3 {
	font-size: 16px;
	margin-bottom: 12px;
}
#content p {
	margin-bottom: 8px;
}
#content ul {
	margin-bottom: 10px;
	margin-left: 32px;
}
#content li {
	margin-bottom: 6px;
}
#content a:link, #content a:visited {
	color: #039;
}
#content a:hover, #content a:active {
	color: #C00;
}
#scrollable {
	height: 240px;
	overflow: auto;
}
#footer {
	width: 990px;
	height: 36px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-color: #333;
}
.copyright {
	font-size: 10px;
	color: #CCC;
	margin-top: 16px;
	float: left;
	margin-left: 20px;
}
.author {
	font-size: 10px;
	color: #CCC;
	margin-top: 16px;
	float: right;
	margin-right: 26px;
}
.author a:link, .author a:visited {
	font-size: 10px;
	color: #CCC;
}
.author a:hover, .author a:active {
	font-size: 10px;
	color: #FF6;
}
.floatImageLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}
.floatImageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearFloat {
	clear: both;
}
.tmnlBox {
	padding: 10px;
	margin-bottom: 16px;
	border: 1px solid #999;
	background-color: #FFFFE1;
}
#benefitsBox {
	background-color: #FFFFE8;
	padding: 10px;
	border: 1px solid #CCC;
}
#benefitsBox h1 {
	font-size: 18px;
}
#benefitsBox h2 {
	font-size: 14px;
	line-height: 140%;
}
