﻿@import url("layout.css");

foo {
	border: thin;
	font-family: Arial;
	font-size: small;
	color: #000;
	background-color: #008000;
}

a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
label	{
	font-family: Arial;
	font-weight: bold;
	width: 300px;
	text-align:right;
}
body	{
	background-color: #008000;
}

.headeritem {
	color: white;
	width: 475px; 
	height: 21px; 
	float: right;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 750px;
	margin: 0 auto;
	background-color: #6A5419;
}
#masthead {
	text-align: right;
	width: 750px;
	height: 108px;
	overflow: auto;
	background-color: #000000;
}
#sidebar {
	float: left;
	width: 750px;
	background-color: #F88C00;
	position: relative;
	clear: both;
	display: block;
	text-align: center;
}
#content {
	float: left;
	width: 750px;
	padding: 0px;
	overflow: auto;
	background-color: #BA7B25;
	margin: 0px;
	position: relative;
	text-align: center;
}
t img {
	display: block;
}
#foot
#footer {
	clear: both;
	width: 750px;
	height: 60px;
	background-color: #0044BB;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
ad img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: inline;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: underline;
	color: #04b;
	display: inline-block;
	padding: 0	px;
	border-bottom: 0px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 0px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer	{
	background-color: #6A5419
}
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
