html{overflow-y:scroll;}
html{overflow:-moz-scrollbars-vertical;}

body{
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	color:#000;
	font-size:11px;
}
a{text-decoration:none}
a:active{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:underline}
p{ margin:0px; padding:0px 0 7px 0; }

ul {margin:0px; padding:0px; }
li{list-style:none; background-image:url(images/bullet.jpg); background-repeat:no-repeat; background-position:3px 3px; padding-left:15px; margin-bottom:15px; margin-top:10px;}

h1, h2{padding:0px 0 10px 0; margin:0px; font-size:30px; font-weight:bold;}
h2{font-size:20px;}

#header{
	z-index:3;
	position: relative;
	margin:0px auto;
	padding:24px 15px 0 0;
	height:75px;
	width:965px;
	background-color:#ffffff;
}

#contentHome, #wrapper{
	z-index:1;
	position: relative;
	margin:0px auto;
	padding:0px;
	width:934px;
	/* min height for firefox and IE */
	height: auto !important;
	height:405px;
	min-height:405px;
}
#wrapper{width:981px;}

#subWrapper{
	position:relative; 
	float:right; 
	width:861px; 
	border:solid 1px #cccccc; 
	height: auto !important; 
	height:405px; 
	min-height:405px; 
	margin:0px;}
	
.subContent{
	width:543px; 
	float:right; 
	padding:17px 17px 17px 0;}

#footerHome, #footer{
	z-index:4;
	position: relative;
	margin:0px auto;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#707070;
	border:solid 1px #cccccc;
	padding:9px 15px 9px 15px;
	width:902px;
	font-size:10px;
}
#footer{float:right; width:831px;}
#footer a, #footerHome a{color:#707070; text-decoration:none}
#footer a:hover, #footerHome a:hover{color:#000000; background-color:#e4e4e4}
#footerHome a.webLink {color:#707070; text-decoration:none}
#footerHome a.webLink:hover{color:#707070; text-decoration:underline;}
#footerHome .red, #footer .red, .red{color:#d31145;}

.bold{font-weight:bold;}

form{margin:0px; padding:0px;}
.formElement, .textArea{
	width: 165px;
	height:17px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #ffffff;
	border:1px solid #DADADA;
	padding-left: 5px;
	padding-top:2px;
}
.optionBox{width:220px;}
.textArea{font-family:Verdana,Arial,Helvetica,sans-serif; font-size:11px; width:324px; height:78px; border:1px solid #DADADA;}



