/* Template by Paul Shepherd -- www.paul-shepherd.com */

body {
	font-family: Arial, Verdana, Serif;
	color: #000000;
	background: #59191d;
	font-size: 9pt;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

a:link, a:visited, a:active, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0;
}

.newstitle {
	font-size: 14pt;
	font-weight: bold;
}

.newsdate {
	font-size: 7pt;
	color: #666666;
	text-align: right;
}

#navigation {
	width: 750px;
	height: 32px;
	background: url(images/menu.png);
}

#navigation ul {
	margin: 0;
	padding: 0 0 0 1px;
	float: left;
	list-style: none;
}

#navigation ul li {
	float: left;
	font-size: 14px;
}

#navigation ul a {
	display: block;
	padding: 0 15px 0 15px;
	color: #FFFFFF;
	font: bold 14px/32px Arial;
}

#navigation ul a:hover {
	background: url(images/menubarhover.png) repeat-x;
}

#navigation ul .current a {
	background: url(images/menubarhover.png) repeat-x;
	color: #000000;
}

#header {
	width: 750px;
	height: 125px;
	background: url(images/banner.gif);
}

#mbtrans {
	background: url(images/hbt.png);
	height: 10px;
	width: 750px;
}

#body {
	width: 750px;
	background: #ac9d3c;
	text-align: center;
	background: url(images/body.png);
}

#left {
	display: inline;
	float: left;
	margin: 10px;
	width: 130px;
	text-align: left;
	vertical-align: top;
}

#centre {
	display: inline;
	float: left;
	margin: 10px;
	width: 430px;
	text-align: left;
	vertical-align: top;
}

#right {
	display: inline;
	float: left;
	margin: 10px;
	width: 130px;
	text-align: left;
	vertical-align: top;
}

#footer {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	width: 750px;
	height: 20px;
	background: url(images/footer.png);
}

#copyright {
	width: 750px;
	text-align: center;
	font-size: 9px;
	color: #999999;
}
