* {margin: 0; padding: 0;}

html{height: 100%; padding-bottom: 1px;}

body {
	
	background: #EFFFE5 no-repeat center top fixed;
	font-size: 27px;
	font-style: normal;
	font-family: Calibri;
	color: #000000;
	text-align: center; /*center web page in ie*/
}

/*links*/
a, a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #47B8B8;
	text-decoration: underline;
}

	
/*text styles*/
p  {
	margin: 2px 0 8px;
	text-align: left;
	font-size: 27px;
	font-family: Calibri;
}
ul,ol {margin: 0 0 1em 1.4em;}

li{
	font-size: 27px;
	list-style-type: none;
}
td.board{ 
	border: 1px solid black; 
	padding: 2px;
}
td.contactpic{border: 5px solid #94BD5E;}
img {border: none;}

.blue{/*blue bullets*/
	color: #47B8B8; 
	font-family: calibri;
} 
.green{ /*green bullets*/
	color: #94BD5E; 
	font-family: calibri;
}
.ltgreen{ /*ltgreen bullets*/
	color: #C8D6B5; 
	font-family: calibri;
}

/*page styles*/
#container{
	width: 800px;
	margin: 0 auto;
	padding-bottom: 0.5em;
	text-align: left;
}

#main {margin: 15px 0 0 8px;}
#main_left{width:60%;}
#main_right{width:30%;}

/*header styles*/
#titlebg{
	background: #EFFFE5 url(img/bg-commAcc.png) no-repeat left top;
}
.title{
	width: 75%;
	float: left;
	padding-left: 40px;
}
.logo{
	width: 20%;
	float: right;
	padding-top: 20px;
	background: url(img/logo.gif) no-repeat right bottom;
}
.picture{
	width: 30%;
	float: left;
	background: url(img/centre.jpg) no-repeat left top;
	height: 160px;
}
.maintitle{ /*page title -- must be class or id*/
	font-family: Calibri;
	font-size: 40px;
	color: #000000;
	margin-left: 35px;
	line-height: 2em;
}
.sectheading{/*all main headings except page title*/
	font-size: 30px;
	line-height: 0.9em;
	color: #000000;
}

/*end header styles*/

/*links along top of page */
.links {
	margin-bottom: 1em;
	background: #FFFFFF;
	border-top: 4px solid #C8D6B5;
	border-bottom: 4px dashed #C8D6B5; /*lt green*/
	padding: 6px 6px;
	color: #000000;
}

/*link list*/
.nav{
	font-size: 27px;
	display: table;
	}

.nav li{	
	display: inline;
	float: left;
	font-family: Calibri;
	font-size: 30px;
	}

.nav li a {	
	padding: 0px 10px;
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
	display: block; /*display below*/
	}

.nav li a:hover{	
	background: #94BD5E; /*green*/
	}

.nav div{	
	position: absolute;
	visibility: hidden;
	background: #C8D6B5;
}

.nav div a{	
	position: relative;
	display: block;
	width: auto;
	text-align: left;
	text-decoration: none;
	background: #C8D6B5;
	color: #000000;
	font-size: 20px;
	font-family: Calibri;
	white-space: nowrap; /*extend as far as necessary*/
	padding: 5px 10px;
}

.nav div a:hover{	
	background: #47B8B8;
}

/*font sizing options*/
#size {font-size: 14px;}
#size ul {
	display: inline;
	margin: 0;
	text-decoration: none;
}
#size ul li {
	display: inline;
	list-style: none;
	margin: 0 8px;
	text-decoration: none;
	font-size: 30px;
}
/*end font sizing options*/
/*end link bar along top of page*/

/*begin table of subheadings on same page*/

.pagecontents{
	margin-bottom: 1em;
	background: #FFFFFF;
	border-bottom: 4px solid #47B8B8; /*lt green*/
	color: #000000;
	width: 100%;
}


/*end table of subheadings on same page*/

/*left bar*/
/*white bar below each section*/
.backtotop{
	background: #FFFFFF;
	border-top: 3px solid #47B8B8;
	font-size: 22px;
	font-style: normal;
	padding: 6px;
	clear: both;
	color: #000000;
}
/*end left bar*/

/*begin right sidebar*/	

/*facts title */ 
.factstitletop{
	background-image: url(img/bg-sidebar-round-top.png);
	height: 19px;
}
.factstitlemiddle{
	font-size: 26px;
	font-family: Calibri;
	text-align: center;
	background-image: url(img/bg-sidebar-round-middle.png);
	padding-left: 10px;
	padding-right: 5px;
	
}
.factstitlebottom{
	background-image: url(img/bg-sidebar-round-bottom.png);
	height: 19px;
}
/*end facts title*/

/*facts box*/
.factstop {
	background: url(img/factstop.png) no-repeat bottom; 
	height: 13px;
	margin-top: 10px;
}
.factsmiddle {
	font-size: 25px;
	background-image: url(img/factssides.png);
	padding: 0 15px 0 15px;
	margin: 0;
}
.factsbottom {
	background-image: url(img/factsbot.png); 
	background-repeat: no-repeat;
	height: 13px;
	margin-bottom: 10px;
}
/*end facts box*/
/*end right sidebar*/

/*footer*/
#footer {
	width: 100%;
	font-size: 25px;
	border-top: 5px solid #47B8B8;
	background: #C8D6B5;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
	color: #000000;
}

/*misc*/
.clearer {clear: both; font-size: 0;} /*clear current div, go to full page width at bottom of div*/
.left {float: left;}
.right {float: right;}
.bold{font-weight: bold;}

.contact /*contact us page*/
{
	font-size: 23px;
}

