﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #D9DFE4;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 798px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	height: 80px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 621px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #571276;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #501571;
}
#content img {
	border-style: none;
	padding: 2px;
}
/* Footer Styles */
#footer p {
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
/*a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}*/
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.floatright {
	padding: 10px 0px 0px 0px;
	border: thin solid #572273;
	margin: 3px;
	float: right;
	text-align: center;
	font-size: xx-small;
	color: #496EA6;
	line-height: 25px;
}
.centred {
	text-align: center;
}
.emphitalic {
	font-style: italic;
	color: #54107D;
	font-weight: bold;
}
.greensave {
	color: #008000;
}
.piccntr {
	margin-right: 5px;
	margin-left: 5px;
}
.li_dym {
	list-style-image: url('../images/bullet.png');
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
	padding-left: 5px;
}
.coloured {
	color: #501571;
	font-size: small;
}
.redtext {
	color: #FF0000;
	font-weight: bold;
}
.nomTable {
	border: thin groove #800080;
	width: 100%;
	margin-bottom: 20px;
}
.caption {
	font-size: x-small;
	text-align: center;
	vertical-align: top;
}
.newsflash {
	padding: 3px;
	margin: 2px 2px 2px 6px;
	background-color: #FFFF00;
	border: thin solid #000000;
	width: 310px;
	display: block;
}
.newshead {
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}
.newsbody {
	text-align: justify;
	margin-right: 3px;
	margin-left: 3px;
}
.newssubnead {
	text-align: center;
	font-size: medium;
}

