﻿@import url("style_layout.css");
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-position: left top;
	background-repeat: repeat-x;
}
h1 {
	font-size: 2.0em;
}
h2 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
#container {
	margin: 25px auto 25px auto;
	width: 672px;
	border-top: 4px solid #363636;
	border-bottom: 2px solid #363636;
	background-color: #FFFFFF;
	border-color: #363636;
	border-style: solid;
	border-width: 4px 2px 2px 2px;
}
#masthead {
	padding: 15px 5px 15px 5px;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #fff;
}
#navigation {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #8fbc8f;
}
#page_content {
	position: relative;
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 2px 0px 2px;
}
#content {
	padding: 5px;
	position: relative;
	float: left;
	width: 470px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 180px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	border-style: solid none none none;
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 670px;
	text-align: center;
	font-size: 1.0em;
	color: #708090;
	border-top-color: #363636;
	border-top-width: 1px;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h2 {
	font-weight: normal;
	color: #261;
	text-transform: none;
	display: inline;
	font-family: "Britannic Bold";
	font-size: 3.0em;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	font-size: 12px;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content h5 {
	margin-bottom: 0px;
	font-size: 1.0em;
}
#content p {
	margin-top: 0px;
}
#content ul {
	margin-top: 3px;
}
#content li {
	margin-bottom: 3px;
}
#content img {
	border-style: none;
	border-color: #708090;
	padding: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
/* Footer Styles */
#footer p {
	margin-top: 3px;
	margin-bottom: 3px;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
#sidebar a {
	color: #708090;
	text-decoration: underline;
}
#footer a {
	color: #708090;
	text-decoration: underline;
	font-size: 12px;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.centre {
	float: right;
	right: auto;
	left: auto;
	clip: rect(auto, auto, auto, auto);
	margin-right: auto;
	margin-left: auto;
}
.float_right{
	float:right;
}
.style_before {
	margin-top: 6px;
}
#sidebar a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bold {
	font-weight: bold;
}
.style_bold_nomargins {
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.style_center {
	text-align: center;
}
.style_center_margins {
	margin: 6px;
	text-align: center;
}
.style_center_nomargins {
	margin: 0px;
	text-align: center;
}
.style_indented {
	margin: 0px 0px 0px 25px;
}
.style_copyright {
	font-size: 0.85em;
	font-style: italic;
	margin: 2px 0px 2px 0px;
	text-align: center;
	color: #708090;
}




