﻿html {
	background-color: #1C2C18;
}
a:link {
	color: #5A8F50;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #1C2C18;
}
#wrapper {
	border: 3px solid #525E52;
	width: 860px;
	margin: 25px auto 25px auto;
	background-color: #D1E3D5;
}
#header_wrapper {
	width: 860px;
	height: 250px;
	background-image: url('../images/banner2.jpg');
	background-position: right center;
	background-repeat: no-repeat;
}
#header_top {
	width: 860px;
	height: 140px;
}
#left_col {
	width: 165px;
	float: left;
	text-align: center;
	margin-top: 25px;
	font-size: 85%;
}
#mainContent {
	width: 530px;
	float: left;
	margin-top: 25px;
}
#right_col {
	width: 165px;
	float: left;
	margin-top: 25px;
}
#footer {
	clear: both;
	width: 860px;
	font-size: 65%;
	color: #D1E3D5;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: center;
	background-color: #36502E;
}
img {
	padding: 10px;
}
/*------Typography------*/
body {
	font-family: "Franklin Gothic Medium";
	font-size: 16px;
	line-height: 20px;
	color: #36502E;
}
h1, h2, h3, h4, h5, h6, h7, h8, p {
	padding: 0px 10px 20px 10px;
}
#top_nav {
	border: medium solid #36502E;
	height: 50px;
	background-image: url('../images/bg-transnav.png');
	font-weight: 800;
}
#top_nav ul {
	padding: 0;
}
#top_nav ul li {
	display: inline;
	font-family: arial;
}
#top_nav ul {
	font-family: arial;
	margin: 0;
	padding: 0 0 0 7%;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 800;
}
#top_nav ul li a {
	padding: 17px 12px 12px 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right: 1px solid #8A796D;
}
#top_nav ul li a:hover {
	color: #5A8F50;
}
#navlist li a:hover, #navlist li a:active {
	color: #5A8F50;
	 text-decoration: none;
	text-align: left;
	background-color: #D1E3D5;
}
h1 {
	font-size: xx-large;
	font-weight: 800;
	font-family: Georgia;
}
h2 {
	font-size: x-large;
	font-weight: 800;
	font-family: Georgia;
}
h3 {
	font-size: large;
	font-weight: 800;
	font-family: Georgia;
	font-style: italic;
}
h4 {
	font-size: medium;
	font-weight: 800;
	font-family: Georgia;
}
h5 {
	font-size: small;
	font-weight: 800;
	font-family: Georgia;
}
h6 {
	font-size: x-small;
	font-weight: 800;
	font-family: Georgia;
}
p {
	font-weight: lighter;
}
#mainContent p {
	color: #1C2C18;
}
#footer ul li {
	display: inline;
	padding-bottom: 6px;
}
#footer p {
	padding: 6px 6px;
}
ol li {
	margin-left: 52px;
}
