/* CSS Document */
#centredContainer{
	position: absolute;
	left: 50%;
	width: 740px;
	margin: 0 0 0 -370px;
	padding: 0 0 0 0;
	display: inline;
}
.printHeader{
	display: none;
}
#BGheader{
	position: absolute;
	top: 0;
	width: 100%;
	height: 244px;
	background: url(images/BGheader.jpg) no-repeat center top;
}
/* This is for the good browsers */
html>body #BGdropShadow{
	position: absolute;
	top: 144px;
	width: 100%;
	height: 400px;
	background: url(images/BGdropShadow.png) center top no-repeat;
}
/* This is for Internet Sucksplorer */
* html #BGdropShadow{
	position: absolute;
	top: 144px;
	left: 50%;
	width: 800px;
	height: 400px;
	margin: 0 0 0 -400px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/BGdropShadow.png',sizingMethod='no-scale');
	background-position:center;
    background-repeat:no-repeat;
}
#header{
	float: left;
	width: 740px;
	height: 244px;
}
#headerPic{
	float: left;
	width: 740px;
	height: 244px;
}
#menu { background: url("images/BGmenu.jpg") repeat-x; width: 740px; height: 31px; float: left }
#content{
	float: left;
	width: 740px;
	margin: 0 0 0 0;
	background: #FFF url(images/BGnewsColour.gif) repeat-y -2px 0; 
}
#contentSidebar { background: url("images/BGside.jpg") no-repeat 0 115px; margin: 0; width: 740px; float: left }
#sideContent{
	float: left;
	width: 247px;
}
#sideContent a{
	border-bottom: none;
}
#resources{
	float: left;
	width: 207px;
	margin: 15px 0 0 20px;
	display: inline;
}
#resources a:hover{
	color: #FFFFFF;
}
#sideText{
	float: left;
	width: 210px;
	margin: 0px 0 20px 0;
	padding: 5px 16px 10px 20px;
	text-align: left;
	color: #FFFFFF;
	overflow: visible;
}
#news { color: #ffffff; font-size: 11px; line-height: 16px; background: url("images/BGnews.jpg") repeat-x; text-align: left; padding: 23px 20px 0; width: 207px }
.newsTitle{
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 22px 0;
}
#newsBottom{
	float: left;
	width: 100%;
	height: 17px;
	/* background: url(images/BGcorner.gif) no-repeat 228px 0px; */
}
#minHeight{
	float: right;
	width: 5px;
	height: 250px;
}
#homeContainer{
	float: left;
	display: inline;
	width: 493px;
}
#text { background: url("images/arrows.gif") no-repeat; display: inline; padding: 30px 25px 20px 30px; width: 430px; float: left }
#box1, #box2{
	float: left;
	width: 245px;
	height: 138px;
	padding-top: 15px;
	border-right: 1px solid #FFF;
	text-align: center;
}
#box1 a, #box2 a{
	color: #FFF;
	border-bottom: none;
	font-weight: normal;
}
#box1 a:hover, #box2 a:hover{
	color: #E3A90C;
	border-bottom: 1px dotted #E3A90C;
}
#box1 { background: url("images/box1.jpg") no-repeat; border-left: 1px solid #fff }
#box2 { background: url("images/box2.jpg") no-repeat }
.boxTitle{
	width: 100%;
	text-align: center;
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #E3A90C;
	padding-bottom: 5px;
}
#footer{
	float: left;
	width: 740px;
	height: 70px;
	border-top: 5px solid #A3A3A3;
	padding: 16px 0 0 0;
	color: #FFF;
	font: 11px/13px Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a{
	color: #FFF;
	font-weight: normal;
	border-bottom: none;
	padding: 0 10px;
	font-size: 11px;
	letter-spacing: 1px;
}
#footer a:hover{
	color: #F8C422;
}
#footerSub{
	width: 100%;
	text-align: center;
	float: left;
	padding: 10px 0 0 0;
	color: #ACACAC;
}
#footerSub a{
	color: #ACACAC;
	padding: 0;
	font-weight: bold;
}
.postTitle{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}
.date{
	font-size: 11px;
	color: #D5D5D5;
	padding: 0 0 5px 0;
}
.newsMenu{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 5px 0;
}
.dotty { background: url("images/BGdotty.gif") no-repeat; width: 100%; height: 33px; float: left }
.yellowHighlight{
	background-color: #FFCC00;
	display: block;
}
#overDiv{
	background-color: #000000;
}
.photoLeft{
	float: left;
	border: 1px solid #888;
	margin: 8px 15px 7px 0;
	padding: 5px;
}
.photoRight{
	float: right;
	border: 1px solid #888;
	margin: 8px 0px 7px 15px;
	padding: 5px;
}

