﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 835px;
	margin: 0 auto;
	background: #fff;
}
#masthead {
	width: 830px;
	padding: 0;
	background-color: #fff;
}
#navigation {
	background-color: #4ea207;
	width: 80%;
	margin: 2px 15px 5px 5px;
	float: right;
	overflow: hidden;
}
#column_l {
	width: 135px;
	margin: 0;
	float: left;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
#column_r {
	width: 570px;
	margin: 0;
	padding: 0px 0px 10px 10px;
}
#footer {
	text-align: center;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 147px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: right;
}
#navigation a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin: 5px 22px 6px 5px;
	padding: 3px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #026503;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #0390c8;
	font-size: 2.0em;
}
h2 {
	color: #0390c8;
	font-size: 1.75em;
}
h3 {
	color: #0390c8;
	font-size: 1.5em;
}
h4 {
	color: #0390c8;
	font-size: 1.25em;
}
h5 {
	color: #0390c8;
	font-size: 0.75em;
}
h6 {
	color: #0390c8;
	font-size: 0.5em;
}
big {
	color: #0390c8;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #363636;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #808080;
}
.style_bold {
	font-weight: bold;
}
alic {
	font-style: italic;
}