﻿@import url('layout.css');
html {
	overflow-y: scroll;
}
body {
	background-color: #F0F0F0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #222222;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
h1 {
	font-family: Arial;
	font-size: 1.9em;
	text-align: center;
}
h2 {
	font-family: Arial;
	font-size: 1.8em;
}
h3 {
	font-family: Arial;
	font-size: 1.5em;
}
h4 {
	font-family: Arial;
	font-size: 1.2em;
}
h5 {
	font-family: Arial;
	font-size: 1.0em;
	margin-bottom: 4px;
}
h6 {
	font-family: Arial;
	font-size: 0.8em;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/background.gif');
}
#masthead {
	width: 760px;
	overflow: hidden;
	background-color: #999999;
	height: 110px;
	position: relative;
	margin-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #768D58;
}
#masthead_image {
	width: 760px;
	overflow: visible;
	position: absolute;
	top: 0px;
	left: 0px;
}
#left_bar {
	float: left;
	width: 150px;
	clear: both;
}
#main_column {
	width: 450px;
	overflow: visible;
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
#right_bar {
	width: 150px;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 4px;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	background-color: #8B8B8B;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #768D58;
}
/* Styles for masthead */
	#masthead h1 {
	font-size: 4.0em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 6px;
	margin-left: 163px;
	color: #222222;
}
#masthead h2 {
	font-size: 1.85em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 0px;
	text-align: left;
	margin-top: 6px;
	margin-left: 160px;
	color: #222222;
	font-weight: normal;
	font-style: italic;
}
/* Styles for left_bar (Navigation) */
#left_bar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #f5f5f5;
}
#left_bar li {
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px none #FFFFFF;
	list-style-position: inside;
	list-style-type: none;
}
#left_bar a {
	font-weight: bold;
	text-decoration: none;
	color: #222222;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border-bottom-color: #ffffff;
}
#left_bar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #222222;
	border-bottom: 1px solid #f5f5f5;
	background-color: #9cb082;
}
/* Styles for Main Column */
#main_column h2 {
	text-align: center;
}
#main_column ul {
	margin-top: 0px;
	margin-bottom: 12px;
}
#main_column li {
	margin-bottom: 9px;
}
/* Styles for Right Bar */
#right_bar h5 {
	font-size: 0.9em;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	text-decoration: none;
	margin-top: 4px;
}
#right_bar img {
	border-width: 0px;
	margin: 0px 5px 4px 5px;
}
/* Styles for Footer */
#footer p {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.8em;
	color: #222222;
}
#footer a {
	text-decoration: underline;
	color: #000080;
}
#footer a:hover {
	text-decoration: none;
}
.float_right {
	float:right;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_centre {
	text-align: center;
}
.style_left {
	text-align: left;
}
.style_right {
	text-align: right;
}
.style_indented {
	margin: 4px 0px 0px 15px;
	padding: 0px;
}
.style_nomargins {
	padding: 0px;
	margin: 0px;
}



