﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #ABBEAB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper {
	width: 760px;
	border-top: 3px #F7E3B1 solid;
	margin-left: auto;
	margin-right: auto;
	background-color: #707E6F;
}
#masthead {
	height: 150px;
}
#top_nav {
	height: 20px;
	padding-left: 200px;
	background-image: url('../images/gold_bar.gif');
	background-repeat: repeat-x;
	border-top: 2px #CBAE63 solid;
	border-bottom: 2px #B8AB79 solid;
}
#container {
	min-width: 600px;
	background-color: #707E6F;
}
#left_col {
	width: 200px;
	min-height: 200px;
	float: left;
}
#print {
	text-align: right;
	font-size: 10px;
}
#page_content {
	margin-left: 200px;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 600px;
}
#footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ABBEAB;
	padding: 5px;
	font-size: 80%;
	clear: both;
}
p, ul, ol, {
	color: #000000;
	font-size: 12px;
	line-height:18px;
}
.indent {
	margin-left: 40px;
}
A:link {
	text-decoration: underline;
	color: #465F4C;
}
A:visited {
	color: #465F4C;
	text-decoration: underline;
}
A:hover {
	color: #788679;
	text-decoration: underline;
}
A:active {
	color: #465E4E;
	text-decoration: none;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 20px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-size: 13px;
	font-weight: bold;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #3188AF;
	font-weight: 700;
	font-size: 14pt;
}
img.image_right {
	float: right;
	border: 1px black solid;
	margin-left: 10px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: 700;
	margin-left: 20px;
}
.dateline {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-weight: 500;
	margin-right: 10px;
	background-color: #D6BE82;
}
.bannerText {
	font-family: Time New Roman, Times, serif;
	color: #FFFFFF;
	font-size: 20pt;
	font-weight: 700;
	margin-left: 50px;
	text-align: left;
}
hr {
	size: 1;
	color: #D1D1BE;
}
/*Navigation Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.glossymenu {
	list-style-type: none;
	margin: 0px 0 5px 0;
	padding: 0;
	padding-top: 10px;
	width: 200px;
	border-bottom-width: 0;
	text-align: right;
	border-bottom: 1px solid #ABBEAB;
	background-color: #465F4C;
}
.glossymenu li a {
	background-color: #465F4C;
	font-weight: bold;
	color: #D6BE82;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #ABBEAB;
	padding-right: 10px;
}
* html .glossymenu li a {
	/*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: #D6BE82;
}
.glossymenu li a:hover {
	background-color: #788679;
	border-bottom: 1px solid #FFF;
}
