/* Set up the page */
html {
	overflow-y: scroll;
}

/* remove the focus dotted lines */
:focus {
	outline: 0;
}

/* set the basic page formatting */
body {
	background-color: #547500;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin-top: 0px;
}

/* set the main title colour independant of size */
.colourtitle {
	color: #DE0707;
	font-weight:bold
}

/* set the basic page links formatting - nice green*/
a:link {
	color: #2C8228;
	text-decoration: underline;
	font-weight: bold;
}

/* - nice green*/
a:visited {
	color: #2C8228;
	text-decoration: underline;
	font-weight: bold;
}

/* - nice tan*/
a:hover {
	color: #E08C20;
	text-decoration: none;
	font-weight: bold;
}

/* - nice green*/
a:active {
	color: #2C8228;
	text-decoration: underline;
	font-weight: bold;
}

.ondark {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.ondark a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.ondark a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.ondark a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* example formatting for background image */
.wrapper {
	background: url(img/overallbg.jpg) no-repeat left top;
	height: 900px;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}

/* example formatting for bordered area without background colour */
.pic-container-clear {
	padding: 5px;
	border: 1px solid #EEEEEE;
}

/* formatting for header and footer */
.siteheader {
	background: url(img/headerbgnew.jpg) no-repeat left top;
	font-style: normal;
	height: 168px;
}
.sitefooter {
	background: url(img/bottom.gif) no-repeat left top;
	font-style: normal;
	height: 33px;
}

/* altered formatting for heading tags */
h1 {
	color: #32490E;
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #59762C;
}

/* various font changes */


.style1 {color: #669900; font-weight: bold; }
.style2 {color: #000000}
.style3 {color: #996633; font-weight: bold; }


.style5 {font-size: 24px; font-weight: bold; color: #006600; }
.style6 {color: #006600}
.style8 {color: #006600; font-weight: bold; }
.style9 {font-size: 18px; }
.style10 {font-size: 21px; font-weight: bold; color: #808000; }
.style11 {font-size: 24px; font-weight: bold; color: #CC0000; }
.style12 {font-size: 21px; font-weight: bold; color: #006600; }
.style13 {font-size: 21px; font-weight: bold; color: #339933; }
.style14 {font-size: 21px; }
.style15 {color: #000000; font-size: 18px; }
.style16 {color: #CC0000 }
.style17 {color: #000000; font-style: italic; }
.style18 {font-size: 18px; font-weight: bold; }
.style19 {color: #32490E;
	font-size: 18px; }



.contentarea {
	background:url(img/middlebg.gif) repeat-y right top;

}

#navcontainer {
	width: 175px;
	padding: 0px 5px;
	margin: 0px 5px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 175px;
	font: 20px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	color:#ffffff;
	font-weight:bold;
}

#navcontainer a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover {
color: #0089C3;
}

.mainarea {
	padding: 4px 40px 0px 4px;
	width: 640px;
	text-align:left;
}

.footerlinks {
	padding: 10px 4px;
	text-align:center;
	font-size:10px;
	height: 30px;
	color:#ADC981;
}

.footerlinks a {
	color:#ADC981;
}
.subheader {
	color: #32490E;
	font-size: 24px;
	margin-right:40px;
	margin-top:10px;
	font-weight:bold;
}
.notice {
	background-color: #003366;
	color:#FFFFFF;
	padding: 1px;
}
.notice2 {
	background-color: #D02117;
	color:#FFFFFF;
	padding: 4px;
}
