/* CSS Document */

#wrapper { 
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	min-height: 500px;
  	height: 500px;
 	height: auto; /*!important**/
	border-style: solid;
	border-color: #999999;
	border-width: 1px; 
}
.pageContent {
	position: relative;
	width: 800px;
	height: auto;/*CHANGED TO AUTO - DWC 20080212*/
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
}
.content {
 	position: relative;
	top: 0px;
	left: 0px;
	float:left;
	width: 800px;
	/*height: auto;*/
 	margin: 0px;
	background-image:url(../gif/gradient.gif);
	background-repeat:repeat-x;
	border-top: 2px solid #034694;
}
.columnOne {
 	position: relative;
	top: 0px;
	float:left;
	left: 0px;
	height: 379px;
	width: 157px;
 	padding-left: 33px;
	padding-top: 64px;
}

.columnOneHome {
 	position: relative;
	top: 0px;
	float:left;
	left: 0px;
	height: 350px;
	width: 322px;
 	padding-left: 33px;
	padding-top: 70px;
}

.column2{
	position: relative;
	left: 0px;
	float:right;
 	margin: 0px;
	width: 544px;
	padding: 54px 33px 33px 33px;
}

.column2Home{
	position: relative;
	left: 0px;
	float:right;
 	margin: 0px;
	width: 379px;
	padding: 54px 33px 33px 33px;
}

#topContent{
	position: relative;
	float: left;
	width: 800px;
	height: 89px;
}
#companySign{
	position: relative;
	top: 16px;
	left: 33px;
	height: 73px;
	width: 266px;
	background-image: url(../gif/sign.gif);
}
#speedUp{
	position: absolute;
	top: 19px;
	right: 11px;
	height: 68px;
	width: 290px;
}
#menu{
	text-align: right;
	float: left;
	height: 22px;
	width: 800px;
	border-bottom: 1px solid #ffffff;
	background-color: #034694;
}
#menu p {
	color: #ffffff;
	font-size: 9px;
	margin-top: 3px;
	margin-right: 10px;
	font-weight: bold;
}
#menu a:link{
	color: #ffffff;
	font-size: 9px;
	text-decoration:none;
}
#menu a:visited{
	color: #FFffff;
	text-decoration:none;

}
#menu a:hover{
	color: #FF9900;
	text-decoration:none;
}


/* sub page styles */

.whoFactors {
	font-size:13px;
	line-height: 27px;
	border-bottom: 1px dotted #034694;
}
.faqlist {
	color: #034694;
	font-size: 12px;
	font-weight:bold;
}

.footer {
	position: relative;
	bottom: 20px;
	height: 16px;
	width: 780px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #dcdcdc;
	padding: 10px 10px 5px 10px;
}
.footer p {
	color: #034694;
	font-size: 9px;
	font-weight: normal;
	margin-top: 0px;
	font-weight: bold;
}
.footer a:link{
	color: #034694;
	font-size: 8px;
	text-decoration:none;
}
.footer a:visited{
	color: #034694;
	font-size: 8px;
	text-decoration:none;

}

.footer a:hover{
	color: #FF9900;
	font-size: 8px;
	text-decoration:none;
}
.moreInfo{
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	color: #034694;
	font-style:italic;
	font-size: 10px;
	font-weight: bold;
}
.copyRight{
	position: relative;
	float: left;
	font-size: 8px;
	color: #999999;
}
div.clear { clear: both; background: transparent; margin: 0; padding: 0; }

body{
	color: black;
	font-size: 12px;
	font-family: trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	background-color: #ffffff;
	text-align: left;
	margin-top: 10px 0px 0px 0px;
	padding: 0;
}
a{color:#034694;}
h1{
	font-size: 12px; font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif; color: #034694;
}
h2{
	font-size: 13px; font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif; color: #999999;
	
}
h3{
	font-size: 21px; font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif; color: #034694; font-style:italic; line-height: 0px;
}

h4{
	font-size: 21px; font-family:trebuchet ms,Verdana, Arial, Helvetica, sans-serif; color: #666666; font-style:italic; line-height: 0px;
}

