﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll; 
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	border-left: 2px solid red;
	border-top: 2px solid red;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 0px 10px 10px 10px;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #79967B;
}
#date {
	color:green;
	font-weight:bold;
	text-align:center;
	font-size: small;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px solid #79967B;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #79967B;
	background-color: #CC0000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #cc0000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #79967B;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
}
#content img {
	padding: 5px;
}
/* Footer Styles */
#footer p {
	color: #FF0000;
}
#footer a {
	color: #FF0000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
a {
	color:green;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#www {
	font-size: small;
	font-weight:bold;
	color: #008000;
	text-align:center;
}
.copyright {
	font-size: small;
	font-weight:normal;
	font-style:italic;
	text-align:center;
}
p.center {
	text-align:center
}
img.top {
	border-width:0px;
}
img.middle {
	vertical-align:middle;
}
img.px {
	margin:4px;
}
.green {
	color: #008000;
}
.red {
	color: #FF0000;
}
.darkred {
	color: #CC0000;
}
div.img {
	text-align:center;
}
.dead {
	font-style: italic;
	color: #FF0000;
}
td.center {
	text-align:center;
}
table.star {
	border: 1px solid #FF0000;
}
.noscript {
	font-weight: normal;
	color: green;
}
