/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #8f7b4c;
	text-align: center;
	}
	
#wrapper {
	width: 750px;
	margin: 0 auto;
	background-image: url(graphics/main_bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
	}
	
#top {
	height: 1.5em;
	background-color: #8f7b4c;
	position: relative;
	}
	
#top ul, #top ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#top ul {
	position: absolute;
	top: 5px;
	right: 30px;
	}
	
#top ul li {
	display: inline;
	}
	
#top ul li a {
	display: block;
	float: left;
	color: #000000;
	text-decoration: none;
	padding: 0 10px;
	font-size: 85%;
	font-weight: bold;
	border-right: 1px #000000 solid;
	font-variant: small-caps;
	}
	
#top ul li a:hover {
	text-decoration: underline;
	}
	
#top ul li a.last {
	border: none;
	}
	
#header {
	background-image: url(graphics/upper_bg.jpg);
	background-repeat: no-repeat;
	height: 191px;
	position: relative;
	}
	
.headerContent {
	width: 450px;
	float: right;
	margin-right: 45px;
	margin-top: 10px;
	border-bottom: 1px #000000 solid;
	padding-bottom: 10px;
	}
	
.headerContent h1 {
	font-size: 150%;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	}

.headerContent h1 span {
	font-size: 140%;
	display: block;
	}

.headerContent h2 {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 0;
	}
	
.headerContent h2 span {
	display: block;
	font-size: 90%;
	font-weight: normal;
	}
	

	
#maincontent {
	margin: 0 50px;
	}

table.columns {
	width: 100%;
	}
	
.left {
	width: 50%;
	padding: 0 20px 0 0;
	vertical-align: top;
	}
	

.left h1 {
	font-size: 110%;
	text-align: center;
	background-image: url(graphics/divider.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 10px;
	letter-spacing: 3px;
	font-variant: small-caps;
	margin-top: 2em;
	}
	
#primarynav {
	text-align: center;
	margin-top: 10px;
	width: 100%;
	}
	
#primarynav ul, #primarynav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#primarynav ul li a {
	display: block;
	margin: 10px;
	color: #000000;
	font-size: 85%;
	font-weight: bold;
	text-decoration: none;
	}
	
#primarynav ul li a:hover {
	text-decoration: underline;
	}

.right {
	width: 100%;
	padding-left: 20px;
	vertical-align: top;
	}	
	
.right h1 {
	font-size: 110%;
	text-align: center;
	}
	
.right h2 {
	font-size: 90%;
	background-image: url(graphics/divider2.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 20px;
	text-align: center;
	}
	
.right p {
	font-size: 75%;
	}
#footer {
	background-image: url(graphics/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 70px;
	}
	
address {
	font-size: 85%;
	font-weight: bold;
	}
	
.formLabel {
	font-weight: bold;
	text-align: right;
	}
	
.banner {
	border: none;
	text-align: center;
	font-variant: small-caps;
	
}

.banner a {
	color: black;
	text-decoration: none;
	}
	
.banner a:hover {
	text-decoration: underline;
	}

.banner img {
	border: none;
	margin: 0 auto;
	}