body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	background-color:#999999;
	font-weight: normal;
}

a{
	color:  #006600;
	text-decoration: none;
}

a:hover{
	color:  #006600;
	text-decoration:underline;
}

img {
	border:none;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:400 ;
	color: #006600;
	
}

h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #006600;
	
}




/*--------------------------------------------------------------*/
/* classes */

.date{
	color:#000000;
	font-size:80%;
}

.newstitle{
	font-weight:bold;
	color:  #006600;
}


.days{
	font-size:400%;
	color:#FF9900;
	padding-left:0.15em;
	font-style:italic;
}


/*--------------------------------------------------------------*/
/* layout divs */


#wrapper{
	width: 884px;
	margin:0 auto;
	text-align: left;
}

#innerwrapper{
	width: 854px;
	padding-left:15px;
	padding-right:15px;
	float: left;
	background: url(../images/background.jpg);
}

#top-border{
	width: 854px;
	float: left;
	height: 15px;

}

#header{
	width: 854px;
	float: left;
	height:107px;
	background: url(../images/logo.jpg) no-repeat;

}

#strapline{
	width: 570px;
	padding-left:284px;
	height:68px;
	float: left;
}

#strapline img {
	vertical-align: bottom;
}


#menu{
	width: 570px;
	padding-left:284px;
	height:39px;
	float: left;
}


#leftcolhome{
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	width:529px;
	height:383px;
	background: url(../images/home_image.jpg) no-repeat;


}

#leftcol{
	float: left;
	width: 195px;
	padding-left:32px;
	padding-top:40px;
}

#midcol{
	float: left;
	padding-top:10px;
	padding-right:30px;
	width: 312px;
}

#rightcolhome{
	float: left;
	padding-top:10px;
	width: 285px;
	height:383px;
	overflow:auto;
}

#rightcol{
	float: left;
	padding-top:10px;
	padding-right:30px;
	width: 597px;
}

#newscol{
	float:left;
	padding-left: 20px;
	padding-right: 20px;

}

#bottomwrapper{
	width: 884px;
	height:120px;
	float: left;
	background: url(../images/background_bottom.jpg);
}

#bottomwrapperhome{
	width: 884px;
	height:120px;
	float: left;
	background: url(../images/background_bottom_home.jpg);
}

#footer{
	width: 884px;
	float: left;

}

#footer-left{
	width: 425px;
	padding-top:3px;
	padding-left:17px;
	float: left;
}

#footer-right{
	width: 425px;
	padding-top:2px;
	padding-right:17px;
	float: left;
	text-align:right;
}

/*--------------------------------------------------------------*/
/* menu contents */

#menu ul {
  padding:0; 
  margin:0; 
  list-style-type:none;
  float:left;

}

#menu li{
	display:inline;
	float:left;
}

#menu li img {
	vertical-align: bottom;
}

/*--------------------------------------------------------------*/
/* pagination */

#records{
	width:550px;
	float:left;
}
#records #previous{
	width:100px;
	float:left;
}
#records #pages{
	width:350px;
	float:left;
	text-align:center;
}
#records #next{
	width:100px;
	float:left;
}

/*--------------------------------------------------------------*/
/* contact form contents */


.row {
  clear: both;
  padding-top: 2px;
  }

.row label {
  float: left;
  width: 75px;
  text-align: left;
}

.row input{
	

}

.row textarea{

}

.save{
	float:right;
	margin-right:8px;
	margin-top:5px;
}		



