body {
    color:#192F50;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
	background-image:url(images/bg.gif);
	}
a 	{
	color:#405F8F;
	text-decoration:none;
	}
p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
h1 {
	font-size: 12px;
}
.green {
	color: #009900;
}
.red {
	color: #FF0000;
}
.logo {
	float:right;
	margin-top:10px;
	margin-right:10px;
	}
.header {
	margin:auto;
	width:803px;
	height:150px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	 }
.menu {
	margin:auto;
	width:803px;
	height:44px;
	background-image:url(images/menu.gif);
	background-repeat:no-repeat;
	 }
.item a{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	float:left;
	padding-left:11px;
	padding-right:12px;
	padding-top:13px;
	height:29px;
	}
.item a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/menua.gif);
	background-repeat:repeat-x;
	}
.main {
	margin:auto;
	width:803px;
	background-image:url(images/main.gif);
	background-repeat:no-repeat;
	 }
.content {
	color:#192F50;
	line-height:15px;
	float:left;
	width:470px;
	margin-left:10px;
	text-align:justify;
	}
.content a	{
	font-weight: bold;	
}
.content a:hover	{
	text-decoration: underline;	
}
.bannerwrap {
	margin:auto;
	width:781px;
	padding:10px;
	border-top:10px solid #255346;
	border-bottom:10px solid #255346;
	background-image:url(images/bannerback.gif);
	}
.banner {
	margin:auto;
	float:right;
	}
.quote  {
	color:#FFFFFF;
	width:260px;
	float:left;
	font-size:10px;
	}
.advert  {
	color:#FFFFFF;
	width:80px;
	float:left;
	font-size:10px;
	}
.advert1  {
	color:#FFFFFF;
	width:120px;
	float:left;
	font-size:10px;
	padding-left:10px;
	}
.imagesub {
	background-color:#192F50;
	padding:5px;
	color:#E5EAF1;
	width:267px;
	float:right;
	}
#footer {
	margin:auto;
	width:781px;
	padding:8px;
	font-size:9px;
	color:#ffffff;
	background-image:url(images/footertop.png);
	text-align: center;
	 }
#footer a	{
	color: #ffffff;
}

#footer a:hover	{
	color: #ffffff;
	text-decoration: underline;
}
