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

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

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

/* set the main title colour independant of size */
.colourtitle {
	color: #3E3E3E;
	font-weight:bold;
}
.subh {
	color: #3E3E3E;
	font-weight:bold;
	padding-bottom:4px;
	border-bottom: 1px solid #3E3E3E;
}
/* set the basic page links formatting */
a:link {
	color: #302F6C;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #009933;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #000000;
	text-decoration: none;
	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 url("img/contentbg.jpg") no-repeat bottom left;
	height:414px;
	padding:5px 10px 50px 10px;
}

.menuarea {
	background:white url("img/menubg.gif") no-repeat top left;
	height:34px;
	font: 14px "Arial Black", Arial Black, Arial, Helvetica;
	padding:6px 0px 0px 16px;
	font-style: normal;
}

/* example formatting for bordered area with background colour */
.area-container {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #519553;
}
.quote {
	padding: 10px;
	background:tramsparent url("img/fff.gif");
	border: 1px solid #519553;
	font-style:italic;
}
.imagecell-container {
	padding: 8px;
	background-color: #fff;
	border: 1px solid #2F3652;
	text-align:center;
	font-weight:bold;
}
.imagecell-container img{
	padding-bottom: 4px;
}

/* 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 {
	font-style: normal;
	height: 55px;
	padding-top:20px;
	color:#eee;
	text-align:center;
	font-size:10px;
	font-weight:bolder;
}

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

h2 {
	font-size: 18px;
	color: #0099CC;
}

