﻿@import url("layout.css");
body {
	border-color: #DDDDBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #DDDDBB;
	position: fixed;
	height: 320px;
}
#container {
	width: auto;
	background-color: #DDDDBB;
	bottom: auto;
	height: auto;
	color: #0000FF;
}
#masthead {
	text-align: right;
	width: auto;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #DDDDBB;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 610px;
	padding: 6px;
	overflow: auto;
	background-color: #F9F9F9;
	margin: 0px;
	position: relative;
	color: #000000;
	height: auto;
	bottom: auto;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: auto;
	background-color: #000066;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	height: auto;
	color: #FFCC00;
	font-size: 0.9em;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	color: #FFCC00;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #000080;
	text-align: left;
}
#sidebar li {
	display: block;
	border: 1px solid #ddb;
	color: #0044BB;
}
#sidebar a {
	border-color: #DDDDBB;
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	display: block;
	padding: 5px;
	background-color: #DDDDBB;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */

#footer a {
	color: #FFCC00;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}



