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

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

/* set the basic page formatting */
body {
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

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

.blacktitle {
	color: #000000;
	font-weight:bold;
	font-size:18px;
}

/* set the basic page links formatting */
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000000;
	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 */
.contentarea {
	background:white;
}
.lhcontentarea {
	background:white url(img/lhbg2.png) repeat-y left top;
	width:224px;
	padding: 4px 8px;
}
.lhcontentarea li{
	margin-left:-15px;
}
.rhcontentarea {
	background:white;
	padding: 4px 8px;
}
/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #F3F5DD;
	border: 1px solid #C9CEAA;
	margin-bottom:5px;
}

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

/* formatting for header and footer */
.siteheader {
	background:white url(graphics/webheader.gif) no-repeat left top;
	font-style: normal;
	height: 234px;
}
.sitefooter {
	background:white url(graphics/webfooter.jpg) no-repeat left top;
	font-style: normal;
	height: 15px;
}

/* altered formatting for heading tags */
h1 {
	color: #000000;
	font: 16px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	margin-top:0px;
	font-weight:bold;
}

h2 {
	font: 14px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	color: #000000;
	margin-top:0px;
	font-weight:bold;
}
.menuarea {
	background:white url(img/menubg.png) no-repeat left top;
	font-style: normal;
	height: 26px;
}

 #navcontainer
{
margin: 0;
padding: 0 0 0 0px;
}

#navcontainer UL
{
list-style: none;
margin: 5px 0px;
padding: 0;
border: none;
}

#navcontainer LI
{
display: inline;
margin: 0;
padding: 0;
float: left;
width: auto;
}

.menuright LI
{
border-right: 0px;
}

#navcontainer A
{
	font-size:13px;
	color: #1F4109;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px;
	font-weight: normal;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
	text-align: center;
}

#navcontainer A:hover, #navcontainer A:active { color: #A7AD8E; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }

.indexwhy {
	background:white url(img/why.gif) no-repeat center top;
	font-style: normal;
	height: 190px;
	padding: 60px 50px 20px 50px;
}

.doyouneed {
	background:white url(img/doyouneed.gif) no-repeat center top;
	font-style: normal;
	height: 190px;
	padding: 60px 50px 20px 50px;
}
.cal {
	background:white url(img/calendarbg.jpg) no-repeat left top;
	font-style: normal;
	height: 120px;
	padding: 5px 5px 0px 10px;
}
.indexcontent {
background-color:#EFF1D9;
border-bottom:1px solid #C8CDAE;
border-left:1px solid #C8CDAE;
border-right:1px solid #C8CDAE;
}
.indexrotate {
	background-color:#fff;
	border: 1px solid #DCDEC6;
	font-size:11px;
	padding:5px;
}
.credits, .credits a, .credits a:hover {
	color:#92986E;
	font-size:11px;
}
