﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #D3D3D3;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #00CC00;
}
#masthead {
	border: 2px solid #1F6042;
	width: 796px;
	min-height: 160px;
	max-height: 160px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 170px;
	margin-left: 0px;
	background-color: #00CC00;
	display: inline;
}
#content {
	float: right;
	width: 600px;
	min-height: 500px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 15px;
	background-color: #EAFFDD;
	position: relative;
}
#footer {
	width: 800px;
	max-height: 60px;
	text-align: center;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	overflow: auto;
	background-color: #1F6042;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Content */
#content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
