﻿/* CSS layout */
#masthead {
	background: #336600;
}

#top_nav {
	padding: 0px;
	margin: 0px;
	background: #336600;
	height: 22px;
}
#container {
	position: relative;
	width: 100%;
	background-color: #FFFFCC;
}
#left_col {
	background: #669933;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 10px;
}
#page_content {
	background: #FFFFCC;
	margin-left: 190px;
	margin-right: 165px;
}
#right_col {
	background: #bdb76b;
	width: 160px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #336600;
}

#footer {
	background: #669933;
	height: 24px;
	bottom: inherit;
	line-height: 20px;
	position: relative;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: right;
}
#top_nav a {
	text-decoration: none;
	color: #FFFFCC;
	display: block;
	border: 1px solid #BDB76B;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #7d5f50;
	margin-right: 5px;
}
#top_nav a:hover {
	color: #fae687;
	text-decoration: none;
	border: 1px solid #bdb76b;
	background-color: #669933;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#left_col li {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFFFCC;
	background-color: #669933;
}
#left_col a {
	color: #FFFFCC;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #FFFFCC;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 90%;
	background-color: #336600;
}
#left_col a:hover {
	color: #bdb76b;
	text-decoration: none;
	border: 1px solid #bdb76b;
	margin-right: 20px;
}
h2 {
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#page_content p {
	margin-top: 0px;
	font-size: 80%;
}
#left_col p {
	font-size: 90%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
#footer p {
	font-size: 90%;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	float: right;
	display: block;
	padding: 0px;
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #335500;
	color: #FFFFCC;
	text-decoration: none;
}
#quotebox {
	position: relative;
	width: 200px;
}
#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 70%;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	font-style: italic;
	color: #FFFFCC;
	text-decoration: none;
	text-align: center;
}
#page_content2 {
	background: #FFFFCC;
	margin-left: 190px;
	margin-right: auto;
}
#page_content2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 0px;
	margin-top: 0px;
}
img.style3 {
	left: auto;
}
