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

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

/* set the basic page formatting */
body {
	background: url("images/overallbg.jpg") no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 20px 0px;
}

.wrapper {
	background-color:#FFFFFF;
	border: thin solid #DCDEF0;
	height:300px;
}

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

/* 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: #234EDB;
	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 url("img/bubble-bg.jpg") no-repeat top left;
}

/* 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 #B1C9D1;
}

/* formatting for header and footer */
.siteheader {
	background:white url(images/headerbg.jpg) repeat-x left top;
	height: 103px;
}
.sitefooter {
	font-style: normal;
	height: 40px;
	text-align:center;
	font-size:10px;
	margin-top:8px;
}

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

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

.menu {
	background:white url(images/menubg.jpg) repeat-x left top;
	font-style: normal;
	height: 42px;
}
#mainnav {
	width:900px;
	margin:0px auto;
}

.quote {
	background-color:#E5E6F4;
	border:thin solid #BABDDD;
	width: 80%;
	margin:10px auto;
	padding:10px;
}
.tableheader {
	background:#0D1543;
	color:#FFFFFF;
	font-weight:bold;
}
