﻿/* CSS layout */

#masthead {
	text-align: center;
}
#top_nav {
	border-bottom-style: solid;
	border-color: #CCFFCC;
	border-width: thin;
	padding-top: 10px;
	padding-bottom: 5px;
}
#top_nav ul {
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#top_nav a {
	text-decoration: none;
	color: #000000;
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px 5px 4px 5px;
}
#top_nav a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCFFCC;
	border: thin solid #CCFFCC;
}

#container {
	min-width: 600px;
}
#page_content {
	border-width: thin;
	border-color: #CCFFCC;
	padding: 10px;
	margin-left: 150px;
	margin-right: 210px;
	border-right-style: solid;
	border-left-style: solid;
}
#left_col {
	padding: 5px;
	width: 150px;
	float: left;
}
#left_col ul {
	padding: 0px;
	margin: 0px;
}
#left_col li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}
#left_col a {
	text-decoration: none;
	color: #000000;
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 0px;
}
#left_col a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCFFCC;
	border: thin solid #CCFFCC;
	padding: 5px;
}
#right_col {
	padding: 5px;
	width: 200px;
	float: right;
}
#footer {
	clear: both;
	overflow: auto;
	background-color: #CCFFCC;
	font-size: x-small;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer a {
	text-decoration: underline;
	color: #000000;
	background-color: #CCFFCC;
}
#footer a:hover {
	text-decoration: none;
}
#filler {
	background-color: #CCFFCC;
	padding: 5px;
}
#filler1 {
	background-color: #CCFFCC;
	padding: 5px;
}
#filler2 {
	background-color: #CCFFCC;
	padding: 5px;
}
#insert_240L {
	background-color: #CCFFCC;
	padding: 5px;
	margin: 5px 5px 5px 0px;
	float: left;
	width: 250px;
}
#insert_240R {
	background-color: #CCFFCC;
	padding: 5px;
	margin: 5px 0px 5px 5px;
	float: right;
	width: 250px;
}
#end {
	background-color: #CCFFCC;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
}
#page_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #CCFFCC;
	border: thin solid #CCFFCC;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	font-weight: bold;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
.picLeft {
	padding: 5px 5px 5px 0px;
	margin: 0px;
	float: left;
}
.centre {
	text-align: center;
}
.picRight {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.hatfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #006600;
}
.herts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #006600;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.topbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
	float: right;
	text-decoration: none;
}
.lftbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006600;
	float: left;
	text-decoration: none;
}

