body {
	background-color: #435980;
	background-image: url(images/back.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#page {
	background-image: url(images/page.png);
	background-repeat: repeat-y;
	width: 900px;
	margin: auto;
	padding: auto;
	text-align: left;
}

#header {
	width: 900px;
	height: 40px;
	background-image: url(images/header.png);
	clear: both;
}

#menulinks {
	width: 849px;
	height: 45px;
	background-image: url(images/menulinks.png);
	clear: both;
	padding-left: 51px;
}

#menulinks a {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	height: 30px;
	background-image: none;
	background-position: top center;
	background-repeat: repeat-x;
	display: block;
	color: #000000;
	text-decoration: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#menulinks a:hover, #menulinks a.active {
	background-image: url(images/menuhover.png);
	text-decoration: none;
	background-repeat: repeat-x;
}

.menulines {
	width: 2px;
	height: 45px;
	float: left;
	display: block;
	background-image: url(images/menuline.png);
}

#banner {
	width: 900px;
	height: 148px;
	clear: both;
	background-image: url(images/banner.png);
}

#banner h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	color: #000080;
}

#banner .description {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #000080;
	padding-left: 5px;
	padding-top: 7px;
}


#bannerleft {
	padding-left: 75px;
	width: 460px;
	float: left;
	color: #000000;
}

#bannerright {
	padding-left: 30px;
	width: 275px;
	float: left;
	color: #435980;
}

#bannerright .header {
	font-size:16px;
	font-weight: bold;
	color: #6d798f;
}

.newsdate {
	padding-top: 6px;
	padding-bottom: 4px;
	color: #6d798f;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #FFFFCC;
}

a:hover {
	text-decoration: underline;
}

#mainarea {
	padding-top: 10px;
}

#contentarea {
	padding-left: 52px;
	width: 475px;
	padding-right: 40px;
	line-height: 18px;
	float: left;
	padding-bottom: 15px;
}

.content {
	padding-bottom: 15px;
}

#sidebar {
	width: 283px;
	float: left;
	line-height: 18px;
}

.sidebarheader {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #89a7ca;
	background-image: url(images/menulinks.png);
	background-position: top center;
	margin-bottom: 10px;
}


h1 {
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}

.description {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #e5ecf9;
	padding-left: 5px;
	padding-top: 7px;
}

#footer {
	width: 830px;
	padding-top: 32px;
	padding-left: 70px;
	padding-bottom: 40px;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer a {
	color: #000000;
}

#footer h4 {
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #89a7ca;
	margin-top: 0px;
	background-image: url(images/menulinks.png);
	background-position: top center;
}










