﻿/* CSS layout */
#masthead {
	width: 550px;
	background-image: url('pics/logos/newlogo1header.jpg');
	height: 160px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 200px;
	padding-top: 20px;
	font-family: "Black Chancery";
	font-size: 60px;
	background-repeat: no-repeat;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 5px;
	margin-left: 5px;
	height: 165px;
}
#header {
	margin-left: 400px;
	text-align: center;
	font-size: 50px;
	font-family: "Black Chancery", "Monotype Corsiva", Tahoma;
	margin-top: 60px;
}

#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	top: 200px;
	background-color: #F8F1EF;
	overflow: hidden;
}
#left_col {
	width: 175px;
	float: left;
	text-align: center;
	font-weight: 700;
	background-color: #E6D1CA;
	padding-bottom: 6000px;
	margin-bottom: -6000px;
	border-right-style: solid;
	border-right-width: 7px;
	border-right-color: #808080;
}
#page_content {
	border: medium none #FFFFFF;
	padding: 8px 8px 500px 8px;
	float: right;
	margin-right: 8px;
	width: 533px;
	top: 10px;
	background-color: #FFFFFF;
	margin-bottom: -500px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #800000;
}
#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	text-align: center;
	padding-top: 15px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 100px;
	background-color: #E6D1CA;
}
#page_content {
	border: medium none #E6D1CA;
	padding: 8px 8px 500px 8px;
	float: right;
	margin-right: 8px;
	width: 533px;
	top: 0px;
	background-color: #F8F1EF;
	margin-bottom: -500px;
}

#navcontainer
{
	background: #FFE1E9;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	font-family: "Monotype Corsiva", georgia, serif;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}
ul#navlist
{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 82%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 0em;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #333333;
	text-decoration: none;
	background: #E6D1CA;
	font-family: Arial;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #f0e7d7;
	color: #792028;
}
.subheader {
	font-size: x-large;
}

ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist li a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

h1 {
	font-size: 50px;
	font-family: "Black Chancery";
	color: #000000;
	margin: 0px;
	text-align: center;
}
.style2 {
	text-align: center;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-color: #CEBDB8;
	background-color: #EEE0DB;
}
#form1 {
	background-color: #F8F1EF;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	float: right;
}


