body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}
img {
	border-style: none;
}

a:link, a:visited {
	color: #FFDF80;
	text-decoration: none;
}
a:hover, a:active {
	color: #FB8B00;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FCA233;
	font-weight:normal;
	line-height:normal;
}
h1{
	font-size:28px;
	margin-top:0px;
}
h2{
	font-size:22px;
	margin-bottom:0px;
}
h3{
	font-size:20px;
	margin-bottom:0px;
}
h4{
	font-size:18px;
	margin-bottom:0px;
}
h5{
	font-size:16px;
	margin-bottom:0px;
}
h6{
	font-size:14px;
	margin-bottom:0px;
}
ul, ol{
	list-style-type:square;
	margin-top: 16px;
	margin-bottom: 14px;
}
ol{
	list-style:decimal;
}
ul li, ol li{
	line-height: 16px;
	padding-bottom: 3px;
}
table tr td{
	vertical-align:top;
}
form{
	margin:0px;
	padding:0px;
}
input, textarea, select {
	border: 1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	color: #222;
	font-size:12px;
	line-height:normal;
	padding:0px 3px;
}
.required{
	color:#6BB4B9;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.disclaimer{
	font-size:11px;
	line-height:normal;
}
.imageFloatRight {
	float: right;
	margin-bottom: 3px;
	margin-left: 7px;
}
#container {
	width: 770px;
	overflow:hidden;
}
#topPhone {
	height: 19px;
	overflow: hidden;
	text-align: left;
	margin-bottom: 3px;
}
#headerHome{
	display:none;
}
#header{
	position: relative;
	height:230px;
	width:98% !important;
}
#logoTop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#navTop {
	display:none;
}
#colWrap{
	width:98%;
	position:relative;
	padding-top:15px;
}
#colA {
	float: left;
	width: 70%;
}
#colB {
	float: right;
	width: 27%;
}
#bannerBtm {
	clear:both !important;
	border-top: 1px solid #FBC500;
	color:#FF6600;
}
#footer {
	font-size: 12px;
	line-height: normal;
	color: #000;
	width: 100%;
	border-top:1px solid #000;
	padding-top: 4px;
	margin-top:15px;
}
.footerDivider {
	color: #ccc;
}