/* Start of CMSMS style sheet 'wfac :: layout' */
body{
	text-align:center;
	background:url(uploads/layout/bodyBG.png) repeat-x;
}


#content{
	width:960px;
	padding: 0px 5px 0px 15px;
	border:1px solid #A3938C;;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:white;
	text-align:left;
	line-height:1.5em;
	/*background:url(../images/contentBG.gif) repeat-y;*/
}

#header{
height:100px;
border-top:0px solid white;

	margin-left:-15px;
	/*border-bottom:1px solid #DADADA;*/
	background:url(uploads/layout/logo-2006.png) no-repeat 10px 10px;

}

div#header h1 a {
   display: block;
width:660px;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}


#top{
height:5px;
	width:761px;
	margin-left:-15px;
	/*background:url(../images/headerBG.gif) no-repeat;*/

}

#header h2{
padding-top:60px;
margin-top:0px;
margin-left:20px;
font-size:2.0em;
font-weight:normal;
color:#999;
}

#header a{
text-decoration: none;
border-bottom:0px dotted blue;
}

#search{
float:right;
text-align:right;
padding-top:10px;
padding-right:10px;
width:300px;
}

#search form{
padding-top:5px;
}

#leftCol{

width:190px;
float:left;

}
#main{
	padding:10px;
	margin-left:210px;

}


#centreCol{
	width:550px;
	float:left;
}

#rightCol{
	width:160px;
	margin-left:570px;
}



/*the footer*/
#footer {
	background-color: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	color: #959A98;
	font-size: 0.8em;
	padding: 2px 10px 0 0;
	text-align: center;
	line-height:0.6em;
	margin-top:10px;
}

#footer a:link, #footer a:visited{
	color: #959A98;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, #footer a:visited:hover {
	color: red;
}


#searchContent{
	width: 420px;

}

/*form gubbins */

#content fieldset{
padding:10px;
padding-right:0;
background-color:#efefef;
width:401px;
margin-bottom:5px;
}

#content fieldset legend{
display:none;
}
#content input{
margin-top:10px;
margin-bottom:10px;
}

#content input[type=text]{
width:220px;
}
#content input[type=checkbox]{
margin-top:1em;
}


#content label{ 
clear:both;
margin-top:10px;
display:block; width:160px;
float:left;
}

#content textarea{
width:380px;
height:80px;
}


div.checkboxDiv{
	width:30px;
	float:left;
}
/* End of 'wfac :: layout' */

