﻿/* CSS layout */
body {
	background-color: #333333;
}
html {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
A:link {
	text-decoration: underline;
	color: #E6E600;
}
A:visited {
	color: #ffffff;
	text-decoration: underline;
}
A:hover {
	color: #ffffff;
	text-decoration: underline;
}
A:active {
	color: #ffffff;
	text-decoration: none;
}
#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: 5px white solid;
}
#masthead {
	background-color: #5F614C;
	height: 125px;
}
img.logo {
	border: 0px;
	margin-top: 20px;
	margin-left: 10px;
}
#banners {
	float: right;
	margin-top: 7px;
	margin-right: 10px;
	border: 0px white solid;
	height: 110px;
	width: 550px;
}
.banners {
	border: 1px white solid;
	margin-right: 20px;
}
#top_nav {
	height: 5px;
}
#contentwrapper {
	min-height: 675px;
	color: #FFFFFF;
	font-size: 15px;
	margin: 0;
	vertical-align: top;
}
#left_column {
	min-height: 675px;
	width: 200px;
	float: left;
	margin-bottom: 10px;
	vertical-align: top;
}
#menu {
	width: 200px;
	background-color: #71934D;
	text-align: center;
	padding-bottom: 5px;
}
#quote {
	width: 190px;
	float: left;
	text-align: left;
	color: #5F614C;
	font-style: italic;
	font-size: 90%;
	margin: 5px;
}
#right_column {
	min-height: 675px;
	width:auto;
	margin-left: 205px;
	background-color: #5F614C;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	vertical-align: top;
}
#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	margin-bottom: 20px;
	clear: both;
}
p, ul, ol,  {
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
}
.indent {
	margin-left: 40px;
}
h1 {
	font-weight: bold;
	font-size: 130%;
}
h2 {
	font-weight: bold;
	font-size: 125%;
}
h3 {
	font-weight: bold;
	font-size: 120%;
	color: #C3DE55;
	padding-top: 10px;
}
h4 {
	font-weight: bold;
	font-size: 100%;
}
ul.leaf {
	list-style-image: url('../images/bullet.gif');
	margin-bottom: 20px;
}
.li_line_space {
	margin-bottom: 12px;
}
img.image_right {
	float: right;
	border: 1px black solid;
	margin-left: 10px;
}

