﻿@import url(layout.css);
body {
	margin: 0 0%;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
}
/* Styles for DIV tags */
#container {
	width: 800px;
	border-top: 25px solid #CCCCCC;
	border-right: 0px solid #666666;
	border-left: 0px solid #666666;
	border-bottom: 38px solid #CCCCCC;
	background-color: #688A08;
	background-image: none;
}
#masthead {
	border-bottom: 4px solid #688A08;
	background-color: #FFFFFF;
	margin-left: 0px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0px;
}
#navigation {
	background-color: #688A08;
	margin-left: 9px;
	margin-right: 5px;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0px;
}
#column_left {
	float: left;
	width: 525px;
}
#column_right {
	border-left: 1px solid #E3DFE2;
	background-color: #E1F5A9;
	width: 225px;
}
#image {
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	background-color: #688A08;
	height: 30px;
	color: #ffffff;
	border-top: 1px solid #CCCCCC;
}
/* Styles for Masthead */
#masthead h1 {
	margin-bottom: 0;
	color: #688A08;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#masthead h3 {
	margin-top: 0;
	color: #86B404;
	margin-bottom: 0px;
	text-indent: 5em;
}
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #688A08;
	color: #fff;
	text-decoration: none;
	font-weight:bold
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	background-color: #E1F5A9;
	border: 1px solid #E1F5A9;
}

/* Styles for Right Column */
#column_right h4 {
	color: #243B0B;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
}
#column_right a {
	color: #00008B;
	text-decoration:none
}
#column_right a:hover {
	color: #FF4000;
}
/* Styles for Left Column */
h1 {
	font-size: x-large;
	color: #688A08;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #688A08;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #688A08;
	margin-top: 0px;
}
h4 {
	font-size: 1.12em;
	color: #688A08;
	margin-top: 0px;
}
h5 { 
	font-size: 1.12em;
	color: #4B610B;
	margin-top: 0px;
}
h6 { 
	font-size: 1.12em;
	color: #243B0B;
	margin-top: 0px;
}
a {
	color: #00008B;
	text-decoration:none
}
a:hover {
	color: #FF4000;
}
/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 0.9em;
	text-align: center;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.9em;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}