body {
	margin:0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#333;
}

#topmenu-container {
	background-color: #DA251D;
	height: 31px;
	border-bottom:1px solid #666;
}

#topmenu {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	height: 31px;
}

#logoarea-container {
	background-color:white;
	height:264px;
	margin-bottom:20px;
	padding-top:20px;
}

#logoarea {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

#mainheading-container {
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	height:38px;
	background-color: #990000;
}

#mainheading {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	
}



#shortcuts {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#999;
	
}

#shortcuts a {
	font-family:"Trebuchet MS", arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#DA251D;
	text-decoration:none;
}

#shortcuts a:hover {
	text-decoration:underline;
}

#banner {
	width: 700px;
	background-color: #DA251D;
	height: 178px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#banner img {
	border:0px;
	margin:4px;
}

#maincontent {

	width:700px;
	margin-top:35px;
	overflow:auto;
	color:#000;
	font-size:11px;

}

#maincontent h1 {
	color:#fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	margin:0px;
	font-weight:normal;
	border-left:1px solid #fff;
	margin-left: 60px;
	padding-left:10px;
	margin-bottom:20px;
}

#maincontent h2 {
	color:#DA251D;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	margin:0px;
	font-weight:bold;
}

#maincontent h3 {
	color:#444;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	margin:3px;
	font-weight:normal;
	text-align:justify;
}



#maincontent-left {
	float:left;
	width:350px;

}
#maincontent a:link, #maincontent a:visited {
	color:#DA251D;
	text-decoration:none;
	text-decoration:underline;
}

#maincontent a:hover {
	text-decoration:none;
}
#maincontent-right {
	float:right;
	width:350px;

}

div.date {
	color: yellow;
	float:left;

}
.news table {
	border-left:1px solid #fff;
	color: #fff;
	font-size:10px;

	float:right;
	top:-20px;
}


.rborder {
	border-right:1px solid #000;
}

#footer {
	font-size:10px;
	background-image:url(images/bg-footer.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	color:#fff;
}

#footer a:link,#footer a:visited  {
	color: #fff;
	
}