@charset "utf-8";

* {
	margin:0;
	padding:0
	}
	
body {
	background:url(images/bg.gif) #a4a3a4 repeat-x top;
	text-align:center;
	font-family:tahoma, verdana, arial, san-serif;
	font-size:14px;
	}
a img {
	border:none;
	}	
a, a:link, a:active, a:visited {
	text-decoration:none
	}
a:hover {
	text-decoration:underline;}		
#header, #nav, #body, #footer {
	width:898px;
	margin:auto;
	text-align:left;
}	
#header {
	background:url(images/header_bg.png) bottom no-repeat;
	}
#nav {
	background:url(images/nav_bg.png) top repeat-y;
	height:53px;
	color:#ffffff;
	font-size:16px;
	}
#nav ul {
	padding:12px 50px;
	}
#nav li {
	display:inline;
	border-right:1px solid #ffffff;
	padding:0 20px;
	}
#nav a, #nav a:link, #nav a:visited, #nav a:active {
	color:#ffffff;
}
#footer {
	background:url(images/footer_bg.png) no-repeat top;
	padding-top:245px;
	padding-bottom:80px;
	font-size:14px;
	color:#ffffff;
	text-align:center}
#footer p {clear:both}
#footer a {
	margin-right:17px;}
#footer div {
	margin:16px 70px 23px 70px;}
#footer div img {
	vertical-align:bottom}
#topbar {
	text-align:right;
	padding-right:90px;
	}
#body div {
	margin:8px 75px;
	}
#body {
	background:url(images/content_bg.png) top center repeat-y;
	padding:20px
	}	
#body p {
	margin:10px 0}	

#body h2 {
	margin:10px 0}	
	
h2 {
	font-size:18px;
}
h3 {
	font-size:15px;}
.logo {
	float:left;
	margin:40px 0 30px 80px;
	}
.latestnews {
	float:right;
	width:275px;
	margin:30px 60px 10px 0;
	height:80px;
	overflow:hidden;
	}
p.hide {display:none}
.clear {
	font-size:1px;
	height:1px;
	clear:both}	

table th, table td {
	text-align:left;
	vertical-align:top
	}	
	

