﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #C8D2D0;
}
#container {
	border-style: none;
	width: 780px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
}
#dropdown-menu {
}
#masthead {
	text-align: center;
	width: 780px;
	height: 257px;
}
#navigation {
	background-color: #d3d3d3;
	overflow: hidden;
	width: 100%;
}
#content {
	float: right;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px; <!--; -->;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Styles for Top-Navigation */
#side-navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #DFB8DF;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
#sidestory {
	float: left;
	width: 150px;
}
.sidestory-centre {
	text-align: center;
}


/* Navigation Styles */
#side-navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #97AAA6;
}
#side-navigation li {
	display: block;
}
#side-navigation a {
	color: #000000;
	text-decoration: none;
	margin: 5px;
	display: block;
	padding: 0px;
}
#side-navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #E1E2CE;
}
#side-story {
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #000000;
	font-style: italic;
	margin-bottom: 5px;
}
h2 {
	color: #97AAA6;
	font-weight: bold;
}
.table-blueborder {
	border: 1px solid #528CA3;
	text-align: left;
}
.table-heading {
	border: 1px solid #528CA3;
	font-size: larger;
	font-weight: bold;
}
#content h1 {
	color: #503750;
}
.blue-info {
	margin-left: 30px;
	color: #528CA3;
	font-style: italic;
}
.img-right {
	border: thick none #C0C0C0;
	float: right;
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img-left {
	border: thick none #C0C0C0;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img-centre {
	border: thick none #C0C0C0;
	float: right;
	clear: both;
}
.boxtop-20 {
	margin-top: 20px;
}
.content-centre {
	text-align: center;
}
/* Footer Styles */
#footer {
	text-align: center;
	clear: both;
	width: 740px;
	margin-top: 30px;
}
#footer-top {
	text-align: center;
	clear: both;
	width: 650px;
	float: right;
}
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
#copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 20px;
	margin-bottom: 20px;
}
#clear {
	clear: both;
}
.sitecounter {
	text-align: center;
}
a {
	color: #402640;
	text-decoration: underline;
}
.formblue30indent {
	background-color: #B8C0BE;
	width: 100%;
	float: left;
	padding-left: 10px;
}
a:hover {
	color: #528CA3;
	text-decoration: underline;
}
a:visited {
	color: #528CA3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.clear {
	clear: both;
	background-color: #8EAD53;
}



.img-right30 {
	border: thick none #C0C0C0;
	float: right;
	clear: both;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.textfield {
	float: left;
	width: 15%;
}
.style2 {
	border-width: 0px;
}
</


