body {
	font-family: Arial, Helvetica, sans-serif;
	margin:10px;
	padding:0;
	
}

#container{
width:100%;
text-align:center;
margin:0;
padding:0;
}
#header{
width:952px;
height:87px;
text-align:center;
margin:0 auto;
padding:0;
background-image:url("img/header-logo-bkgd.gif");
background-repeat:no-repeat;
background-position:top left;

}
#header-bottom{
width:952px;
height:29px;
text-align:center;
margin:5px auto 0 auto;
padding:0;
background-image:url("img/header-bottom.gif");
background-repeat:no-repeat;
background-position:top left;

}
#header-menu{
float:right;
text-align:right;
padding:35px 30px 0 20px;
color:#ffffff;
font-size:14px;
}
#header-menu a{
text-decoration:none;
color:#ffffff;
}
#header-menu a:hover{
text-decoration:underline;
color:#ffffff;
}
#header-menu span{
padding:0 20px;
}
#main{
width:952px;
text-align:left;
margin:5px auto 0 auto;
padding:0;
}
#footer{
width:952px;
text-align:center;
margin:5px auto 0 auto;
padding:10px 0 0 0;
border-top:1px #000000 solid;
font-size:12px;
} 
#colleft{
width:675px;
float:left;
}
#colright{
width:255px;
float:right;
font-size:14px;
background-color:#F0F0F0;
padding:10px;
}
h2{
color:#01365C;
border-bottom:1px #C6C6C6 solid;
font-size:18px;
}
h3{
font-weight:bold;
border-bottom:1px #C6C6C6 solid;
padding-bottom:0 0 10px 0;
font-size:14px;
margin:0;
}
li{margin-bottom:5px;}
label{display:block;width:100px;float:left;}
fieldset{padding:10px 20px;border:1px #cccccc solid;font-size:12px;background-color:#D9EEFE;}
input.submit{width:300px;}
a{color:#000000;}
a:hover{color:#E21616;}
