@charset "utf-8";
/* CSS Document */

body{
 background-color:#EEEEEE;
 font-family:Arial, Helvetica, sans-serif;
 color:#000000;
 font-size:12px;
}

#mainBody{
	width:800px;
	background-color:#FFFFFF;
	margin:auto;
}

#header{
background-color:#000000;
width:800px;
}

#headerLogoBox{
height:100px;
width:800px;
}

#content{
width:760px;
margin:auto;
margin-top:30px;
margin-bottom:30px;
}

#footer{
width:800px;
clear:both;
height:40px;
background-color:#000000;
color:#FFFFFF;
}

#footer p{
 margin-top:6px;
 margin-right:10px;
 float:right;
 text-align:right;
 font-size:12px;
}

h1, h2 {
color:#336699;
}

.lst li{
	margin-bottom:8px;
	list-style-image: url(../images/bullet1.gif);
}