html,body{

	width:100%;
	height:100%;
	margin:0px;
	padding:0px;

color:#000000;

}

#container{
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
}
#header {
	width:100%;
	/*background:#9DCEFF;*/
}
#headerInner{
	width:751px;
	margin:0px auto;
	
	padding:0px;
}
#mainMenu{
padding-top:49px;
border-bottom:1px solid #555555;
background:#d3d7e2;
display:none;}

#headImage{
width:751px;
height:20px;
display:none;}
#headImage span{
position:relative;
top:249px;
left:13px;
font-size:40px;
color:#000000;}
#print{
background:#555555;
color:#000000;
width:70px;
float:right;
text-align:right;
padding-right:16px;}


#strap{
background:#ffffff;
height:26px;
width:719px;
margin-left:16px;}


#content {
	width:100%;
	margin:0px auto;
	padding-bottom:20px;
	padding-top:1px;
	
}
#contentInner{
	width:751px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	margin-top:5px;
	border-left:1px solid #636464;
	border-right:1px solid #636464;
}
#copy{
width:719px;
margin-left:16px;
margin-top:18px;
color:#000000;
}
form{
background:#989aa0 url(/images/formBG.gif) no-repeat top right;
padding:5px 5px 10px 15px;}


form h1{

color:#555555;
padding-bottom:8px;
padding-top:2px;
margin-bottom:2px;
border-bottom:1px solid #555555;
}

form h2{
padding-bottom:10px;
padding-top:10px;
margin-bottom:10px;
color:#555555;
border-bottom:1px solid #555555;
font-weight:bold;
font-size:100%;}

form input{
font-family:Georgia, "Times New Roman", Times, serif;}

#footer {width:751px;
display:none;
}



#footerInner {
width:719px;
margin-left:16px;
border-top:1px solid #636464;
margin-top:20px;
padding-top:10px;
text-align:right;
}

#footerInner p {margin:0px;}
	
.left{float:left}
.right{float:right}


.clearfix:after {/*---Fixes structure of parent element when all sub elements are floated*/
    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 */

	