* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #025167;
	color:#FFFFFF;
}
a{
	color: #FFFFFF;
}
a:hover{}

h1{
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #7fc8dc;
	margin-bottom: 5px;
	line-height: 24px;
}

h2{}

#content p{
	margin-bottom: 10px;
}
ul{
	list-style: inside;
}
li{
	font-weight: bold;
}
img{border:0px}

#bgwrapper{
	background: #0091b9 url(images/bgwrapper.jpg) repeat-x;
}
#wrapper { 
 margin: 0 auto; width: 800px;
}
#header {
	width: 800px;
	height: 60px;
	background: url(images/hdbg.jpg);
	padding-top: 86px;
}
#banner{
	height: 228px;
	background: url(images/bannerbg.jpg);
	padding-top: 10px;
	margin-bottom:10px;
}
#content {
	width: 800px;
padding: 0px 0px 10px;
}
#footer {
	width: 800px;
	margin: 0px auto;
	height: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #9a9e81;
	padding-top: 30px;
	background: url(images/bgfooter.jpg) no-repeat;
}
.but a{
	padding: 3px;
	display: block;
	float: right;
	margin-left: 30px;
}
.but a:hover{
	background: #E5E9E8;
}

.credits{
	font-size: 10px;
	color: #4e8fa1;
	text-align: center;
	clear: both;
	margin-top: 50px;
}
.left{
	float: left;
	width: 400px;
}
.right{
	float: right;
	width: 350px;
}
.clear{clear:both;}
.feat{
	padding:10px;
	background: #035168;
	margin-bottom: 10px;
}

.latestnewspage{
        margin-bottom:10px;
padding-top:10px;


}
.latestnewspage .readmore a{
	color: #fff;
	display: block;
	text-align: right;
}

.latestnews{
	background: #D6EFF6 url(images/latestnewsbg.jpg) no-repeat scroll center top;
	padding: 40px 10px 10px;
	color: #035168;
}
.latestnews .readmore a{
	color: #035168;
	display: block;
	text-align: right;
}

.date {
	font-size: 10px;
	font-weight: bold;
}

.title{
	font-size: 14px;
	font-weight: bold;
}

.tbl{
	padding-top: 5px;
	padding-bottom: 5px;
}

