* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	overflow: scroll;
}
body {
	background-color: #e5e5e5;
	width: 100%;
	height: 100%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.wrap {
	background-image: url('/images/bg_wideline_862x1.png');
	height: 100%;
	margin: 0px auto;
	position: relative;
	width: 862px;
}
body > .wrap {
	height: auto;
	min-height: 100%;
}
.red {
	color: #e61e26;
}
#headerCap {
	background-image: url('/images/top_cap_862x21.png');
	width: 862px;
	position: relative;
	height: 21px;
}
#main {
	width: 862px;
	position: relative;
	height: 100%;
	background-image: url('/images/bg_wideline_862x1.png');
	padding-bottom: 25px;
}
#content {
	line-height: 1.4;
	width: 710px;
	position: relative;
	height: 100%;
	background-color: #ffffff;
	float: right;
	margin-right: 16px;
}
#mainText {
	width: 550px;
}
#mainText h1 {
	font-size: 30pt;
	font-weight: bolder;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	letter-spacing: -2px;
}
#mainText h2 {
	font-size: 20pt;
	font-weight: bolder;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	letter-spacing: -1px;
}
#mainText h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	padding-top: 10px;
}
#mainText h4 {
	font-size: 14pt;
	font-weight: bolder;
	color: #000000;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	letter-spacing: -1px;
	line-height: normal;
}
#mainText p {
	font-size: 9pt;
	font-weight: normal;
	color: #444444;
	padding-left: 20px;
	padding-top: 10px;
}
#mainText p a {
	text-decoration: none;
	color: #000000;
}
#mainText p a:hover {
	color: #0e88a7;
}
#mainText a {
	text-decoration: none;
	color: #000000;
}
#mainText a:hover {
	color: #0e88a7;
}
#mainText ol {
	font-size: 9pt;
	color: #444444;
	padding-top: 10px;
	padding-left: 20px;
}
#mainText ul {
	font-size: 9pt;
	color: #444444;
	padding-top: 10px;
	padding-left: 20px;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */