﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
#container {
	border-color: 0;
	background-color: #fff;
		width: 800px;
		margin: 0 auto;
		position: relative;
		border-width: 0;
		border-style: none;
}
{
	text-align: right;
	background-color: #336600;
	width: 750px;
}
#navigation {
	background-color: #336600;
	overflow: hidden;
}
#column_l {
	width: 544px;
	margin: 0;
	padding: 0 15px 0 0px;
	background-color: #fff;
}
#column_r {
	border-style: none;
	width: 200px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #E9ECDF;
	position: relative;
}
#footer {
	border: thin #008000 none;
	width: 750px;
	text-align: center;
	background-color: #003300;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 14px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 13px;
	margin: 8px;
	text-align: center;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #99CC00 none;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	border-bottom: thin #99CC00 none;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
	border-bottom-color: #336600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
	font-size: medium;
	text-align: left;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}