body {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#3971AA;
	font-size:0.8em;
}

img { border:0; margin-bottom:20px;}
h1, h2, h3, h4 {
	color: #005596;
	margin: 17px 0 3px;
	padding: 0;
	font-weight: bold;
}

h1 { font-size: 1.7em; margin-bottom: 21px; line-height: 1.5em; margin-top: 5px; margin-left: 20px;}
h2 { font-size: 1.333em; ; margin-left: 20px;}
h3 { font-size: 1.1667em; color: #958671; margin-bottom: 6px; margin-left: 20px;}
h4 { font-size: 1.0833em;  margin-left: 20px;}
p {
	margin-left: 20px;
	padding: 0 0 10px;
	clear: left;
}

li {margin-left: 30px; }

a { color: #958671; font-weight: bold; text-decoration: underline; }
#wrapper{
	margin:0 auto;
	width:820px;
	
	}
	
#header{ 
	padding:0px 10px 0 10px;
	height:71px;
	background:url(images/topbottomtab.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#284C79;
	margin-bottom:5px;
	}
	
#logo{float:left; width:200px; position:relative;}
#slogan{float:right;width:330px; position:relative;}
#billboard{
	height:138px;
	background:url(images/header4.jpg); 
	background-position:center;
	background-repeat:no-repeat;}
#mainbody{
	margin-top:5px;
	padding:10px 5px 10px 5px;
	background:url(images/maintab.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
	min-height:300px;
}
#footer{height:25px;
	text-align:center;
	padding:3px;
	color:#fff;
	font-size:0.8em;
	background:url(images/topbottomtab.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#284C79}
	
#footer a:visited{color:#FFF; text-decoration:none};