*{ margin:0; padding:0; }
body{
	background:#0051B6 url(../images/header.png) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
img.floatLeft{
	float:left;
	margin:5px 10px 0 0;
	border:#67879C 3px solid;
}
img.floatRight{
	float:right;
	margin:5px 0 0 10px;
	border:#67879C 3px solid;
}
#headerCont{
	width:800px;
	height:106px;
}
#headerCont h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	color:#FFFFFF;
}
#logo{
	width:568px;
	height:106px;
	float:left;
}
#logo img{
	border:none;
}
#menu{
	width:800px;
	height:44px;
	clear:both;
}
#menu ul{
	width:369px;
}
#menu li{
	list-style-type:none;
	float:left;
}
#menu a{
	height:44px;
	display:block;
	color:#F4F4F4;
	font-weight:bold;
	text-decoration:none;
	line-height:300%;
}
#menu a:hover{
	height:44px;
	display:block;
	color:#F0A71D;
	background-color:#000;
	font-weight:bold;
	text-decoration:none;
}
#bgCont{
	width:100%;
	background:url(../images/bg.png) repeat-y center top;
	clear:both;
}
#content{
	width:760px;
	height:inherit;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:5px 20px;
	color:#67879C;
}
#content p{
	padding:5px 20px;
	line-height:150%;
}
#content ul{
	padding:10px 0 10px 50px;
}
#content li{
	line-height:150%;
	list-style-image:url(../images/0180_bullet.gif);
}
#footer{
	width:100%;
	height:150px;
	background:url(../images/footer.png) no-repeat center top;
}
#footer p{
	padding:4px 0;
	color:#F4F4F4;
	font-size:11px;
}
#footer a{
	color:#F4F4F4;
	text-decoration:none;
}
#footer a:hover{
	color:#FE6102;
	text-decoration:underline;
}

