@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#maincontainer .centrecontainer .content .emaillist, #maincontainer .centrecontainer .content .emaillist a {
	color: #000;
	font-size:0.9em;
	margin-bottom: 5px;
	text-decoration:none;
}
#maincontainer .centrecontainer .content .contactdeets {
	color: #4D2709;
	font-size:0.95em;
	margin-bottom: 15px;
	text-decoration:none;
	font-weight:bold;
	margin-left: 15px;
}
#maincontainer {
	width: 947px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#topbar {
	height: 56px;
	margin-bottom: 20px;
}
.centrecontainer {
	padding-top: 20px;
}
.bottombar {
	height: 50px;
	font-size:0.7em;
	clear: both;
	padding-top: 10px;
}
.leftbar {
	float: left;
	width: 200px;
	margin-right: 20px;
}
#breadcrumb {
	width:200px;
	font-size: 1.5em;
	color:#86CFF0;
	text-align:center;
	margin-top:10px;
	margin-bottom: 50px;	
}
#navbarcontainer {
	height: 68px;
	margin-bottom: 20px;
	padding-top: 0.8em;
	width: 420px;
}
#navbardivider {
	height: 2px;
	width: 947px;
	background-color:#51281C;
	margin-top: 30px;
}
#logocontainer {
	width: 480px;
	float: right;
	height: 56px;
}
.hovermenu ul{
	padding-left: 0px;
	margin-left: 0px;
	height: 20px;
	font-size: .75em;
}
.hovermenu ul li{
	list-style: none;
	display: inline;
}

.hovermenu ul li a{
	text-decoration: none;
	float: left;
	color: black; /* You Can Change this color */
	padding: 10px;
}

.hovermenu ul li a:hover{
	color: #51281C; /* You Can Change this color */
	font:Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #09F;
}

.hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}
.hovermenu ul li.wedge {
	list-style: none;
	float: left;
	width: 15px;
	background-repeat: no-repeat;
	margin-top: .7em;
}
.siteby, .siteby a:link, .siteby a:hover, .siteby a:visited {
	float:left;
	color:#999;
	text-decoration:none;
	margin-top:10px;
	
}
.copyright {
	color:#999;
	text-align:right;
	margin-top:10px;
}
/* Main Content Area */
.content {
	width: 490px;
	margin-left: 220px;
}
.content p, .content ul{
	font-size:.85em;
}
.content h1 {
	font-size:1em;
	color:#51281C;
	font-weight:bold;
}
.content h2 {
	font-size:.85em;
	color:#51281C;
	margin-top: 20px;
	margin-bottom: 10px;
}
.content h3 {
	font-size:0.85em;
	color:#333;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content h4 {
	font-size:0.85em;
	color:#6095AE;
	margin-top: 0px;
	margin-bottom: 10px;
}
.content table p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.content .news .date {
	font-size:0.85em;
	color:#900;
	font-weight:bold;
	margin-bottom: 10px;
	border-bottom-color: #71C9D7;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	margin-right: 200px;
	color: #806861;
	font-weight: bolder;
}
.content .news .title {
	font-size:.95em;
	color:#51281C;
	font-weight:bold;
}
.contentclear {
	clear:both;
}
.newscontainer {
	float: right;
	width: 210px;
	padding-left: 15px;
}
.newscontainer .date {
	font-size: .75em;
	margin-bottom: 5px;
	color: #806861;
}
.newscontainer .title {
	font-size: 0.85em;
	color: #4E2204;
}
.newscontainer ul {
	list-style-image: url(/images/bulletblueverysmall.gif);
	list-style-position: outside;
	margin-left: 5px;
}
.newscontainer h1 {
	font-size:1em;
	color:#51281C;
	font-weight:bold;
	margin-bottom: 10px;
}
.newsdate {
	font-size:.75em;
	font-weight:bold;
	color:#51281C;
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.newsitem {
	font-size:.75em;
	margin-bottom: 10px;
}
.newsmore, .newsmore a {
	font-size:90%;
	font-weight:bold;
	color:#51281C;
	text-decoration:none;
}
.blueline {
	height: 1px;
	background-color: #86CFF0;
	width: 100%;
}
.backtotop, .backtotop a:link, .backtotop a:hover, .backtotop a:active, .backtotop a:visited {
	text-align: right;
	text-decoration:none;
	color: #51281C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #86CFF0;
	font-size: .9em;
}
