body {
	background: url(Images/bg_grey.gif) repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
			
#wrapper {
	float:center;
	width:1002px;
	margin:0px auto;	
	}
				 
#header { 
	background: url(Images/TopBanner.jpg);
	width: 1000px;
	height: 130px;
	border: 1px solid #aaaaaa;
	margin-bottom: 5px;
	}

#subheader { 
	margin: 5px auto;
	width: 1000px;
	height: 89px;
	padding-bottom:10px;
	background: url(Images/Welcome_Text.jpg) no-repeat;
	background-position:center;
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	}
				
#container { 
	background-color: transparent;
	}
					 
#NavColumn {
	float:left; 
	width:187px;
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	}
						
#MainColumn { 
	text-align:left;
	float:right; 
	width:805px;
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	}

#Welcome {
	margin: 10px auto;
	width: 500px;
	height: 89px;
	padding-bottom:10px;
	background: url(Images/Welcome_Text.jpg) no-repeat;
}

#AboutBox{
	padding-top:5px;
	padding-bottom:1px;
	margin:0px auto;
	margin-bottom:0px;
	width:750px;
	font-size: 14px;
	text-align: justify;
}

#RecentNews {
	padding-top:5px;
	margin:10px auto;
	width:780px;
}

#RecentNews h1{
  	padding-top: 5px;
	font-size: 18px;
	font-family: Arial;
	line-height: 16px;
	color: #292929;
}

#RecentNews h3{
  	padding-top: 5px;
	font-size: 16px;
	line-height: 16px;
	color: #292929;
	font-family: Arial;
}

#RecentNewsBox{
	padding-top:10px;
	padding-bottom:10px;
	margin:0px auto;
	margin-bottom:0px;
	width:750px;
	border-bottom: 0.5px solid #aaaaaa;
}

#RecentNewsBox h1 {
	background: #ccffcc;
	color: #292929;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial;
}

#ReadMoreLine {
	margin-top:20px;
	margin-right:10px;
	text-align: right;
	width:750px;
}

#RecentNewsText{
	text-align: justify;
	float: left;
	margin:0px;
	width:750px;
	font-size: 14px;
	font-family: Arial;
	line-height: 18px;
}

#footer { 
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	}
								 
.clearfix:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0; 
	} 

#Textbox{
	text-align: justify;
}


/*-------- Photo boxes --------*/

#outerphotobox {
	padding:10px;
	}

#photobox {
  float:left;
	height: 125px;
	width: 130px;
	background-color: #FFFFFF;
	border: 1px solid #aaaaaa;
	margin:2px auto;
	padding:10px;
	background-color:#efffef;
	text-align: center;
	}
						
#photobox a { 
	text-align:center;
	float:center; 
	margin-left:2px auto; 
	padding:2px;
	}	


/* ------- Images --------------*/

img.floatLeft { 
    float: left; 
    margin: 10px;
    border-style: solid;
    border-width: 2px; 
}

img.floatRight { 
    float: right; 
    margin: 10px;
    border-style: solid;
    border-width: 2px; 
}

img.floatCentre { 
    float: centre; 
    margin: 5px auto;
}


/* ------- Navigation menu -------*/

.sidebarmenu ul{
margin: 5px auto;
padding: 0;
list-style-type: none;
width: 160px;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #292929;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #aaaaaa;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #FFFFFF; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #000000;
}

.sidebarmenu ul li a:hover{
background-color: #ccffcc;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 160px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(Images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */