﻿/* CSS layout */
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}

#masthead {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #336666;
	vertical-align: middle;
	color: #FFFFCC;
}
#sidebar{
	position: relative;
	float: left;
	width: 200px;
	background-color: #CCCC99;
}
#content {
	margin-left: 200px;
	padding: 10px;
	background-color: #FFFFCC;
	vertical-align: top;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #FFFFCC;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	position: relative;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #336666;
	color: #FFFFCC;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #336666;}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f5f5f5;
	background-color: #336666;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}
a {
	color: #688551;
	font-weight: bold;
}
.subhead {
	color: #688551;
	font-weight: bold;
}
a:visited {
	color: #000000;
}
.date {
	font-size: x-large;
	font-style: italic;
	color: #2B3E91;
	font-weight: bold;
}
.time {
	font-size: large;
	color: #2B3E91;
	font-weight: bold;
}
h2 {
	color: #336666;
	text-decoration: underline;
}

