
body{
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

.header{
width:100%;
height:15px;
font-size:14px;
color:#000066;
margin-bottom:10px;
}
.subheader{
width:100%;
height:25px;
font-size:12px;
}
.footer{
width:100%;
margin-top:10px;
}

#columnwrapper{
	position:relative;
	width:100%;
	 text-align:center;
	 padding:5px 10px;
	 
}
#leftcolumn { 
	position:relative;
	float:left;
	width:30%;
	}
#rightcolumn {
	position:relative;
	width:30%; 
	float:right;
	text-align:right;
	}
#centercolumn {
	position:relative;
	margin-left:31%;
	margin-right:31%;
	text-align:center;
	}
	
#leftcol{ 
	position:relative;
	float:left;
	width:49%;
	}
#rightcol{
	position:relative;
	width:49%; 
	float:right;
	}	
legend{
	padding:5px;
	margin:0;
	font-size:10px;
	color:#333333
	}



