/* CSS layout */

body
{
	background-color: #009933;
}

#masthead {
	font-family: "Blackadder ITC";
	font-size: 44px;
	font-weight: bold;
	font-style: normal;
	color: #FFFF00;
	text-align: center;
	background-image: url('../images/Banner.jpg');
	padding-right: 10px;
	width: 1210px;
	height: 15px;
	left: 25px;
	position: absolute;
}
#content {
	background-color: #E9EEB8;
	font-family: verdana;
	font-size: small;
	font-style: normal;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
	position: absolute;
	left: 235px;
	height: 440px;
	top: 230px;
	width: 1000px;
	overflow: scroll;
}
.style1 {
	text-align: center;
	font-size: large;
	font-weight: bold;
}
.style2 {
	text-align: justify;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
.style6 {
	border-style: solid;
	border-width: 0px;
	margin-top: 0px;
}
.style7 {
	border-style: solid;
	border-width: 0px;
	color: #728022;
}
.style9 {
	text-align: center;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}
.style11 {
	text-align: justify;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
#NAV-L {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #91211F;
	text-align: middle;
	background-color: #FFF29A;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	width: 190px;
	height: 230px;
	top: 205px;
	left: 26px;
	text-decoration: none;
	vertical-align: middle;
}
#NAV-L ul {
	padding: 0px;
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px 4px 0px 4px;
	text-decoration: none;
	vertical-align: middle;
}
#NAV-L li {
	display: block;
	padding: 0px;
	margin: 0px;
	background-color: #FFF29A;
}
.style5 {
	border-width: 0;
}
#NAV-L a {
	color: #91211F;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 100%;
	background-color: #FFF29A;
	margin: 0px 4px 0px 4px;
	height: 36px;
	vertical-align: middle;
}
#NAV-L a:hover {
	color: #928E9F;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 100%;
	background-color: #FFF29A;
	margin: 0px 4px 0px 4px;
	height: 36px;
	vertical-align: middle;
}
#footer {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	font-style: normal;
	color: #91211F;
	text-align: center;
	background-color: #FFF29A;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	width: 1050px;
	height: 0px;
	top: 5px;
	left: 2345px;
	text-decoration: none;
}
.style8 {
	border-style: solid;
	border-width: 0;
	margin-left: 25px;
	margin-right: 25px;
}
