﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #181846;
	background-image: url("../images/background-XX.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 696px;
	border: 2px solid #CC8822;
	background-color: #fff;
	background-image: url("../images/masthead-XX.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #CC8822;
}
#content {
	float: left;
	width: 516px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 9px;
	padding: 9px;
	border: 2px solid #CC8822;
	background-color: #fff;
}
#content a {
	color: #CC8822;
	text-decoration:underline;
}
#contentyes a:visited {
	color: red;
	text-decoration: underline;
}
#contentyes a:hover {
	color: red;
	text-decoration: underline;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #CC8822;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #000080;
	font-weight:bold;
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CC8822;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #CC8822;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #CC8822;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #181846;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 0px #FFFFFF solid;
	margin-left:5px;
	margin-right:5px;
}
/* Footer Styles */
#footer p {
	color: #CC8822;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #CC8822;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC8822;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #181846;
}
a {
	color: #CC8822;
	text-decoration: underline;
}
a:visited {
	color: red;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
td.gold {
	color: #CC8822;
}
p.center {
	text-align:center;
}
p.footer {
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #FFFFFF;
}
div.copyright {
	color:#FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
}
.dot {
	font-family: Georgia, "Times New Roman", Times, serif;;
}
.noscript {
	font-weight: normal;
	color: #FF0000;
}
#date {
	font-weight:bold;
	color:#CC8822;
	text-align:center;
}

