﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	/* "Georgia", "Times New Roman", Times, serif;*/
	font-size: 0.8em;
	background-color: #764;
	/*background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;*/
}
#container {
	width: 800px;
	margin: 5px auto;
}
#masthead {
	text-align: center;
	width: 798px;
	/* border: 1px solid #431; */
	background-color: #fff;
	/*background-image: url("../images/masthead.gif");*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*border: 1px solid #431;*/
	background-color: #fff;
}


#content {
	float: left;
	width: 635px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 5px;
	/* border: 1px solid #431; */
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding: 0px;
	/*border: 1px solid #431;*/
	/*background-color: #fff;*/
	background-color:#764;
	color:#fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* 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 #fff;
	background-color: #fff;
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}

#content h3 {
	color:#000;
}

.style_body_table
{
	background-color: #DBD2BF;
	color: #000;
	position:relative;
	left:10px;
	border-spacing:2pt;
}

.style_body_table td
{
	padding: 5px;
}

.style_body_table th
{
	background-color:#fff;
	color:#000;
}

/* Footer Styles */
#footer p {
	/*color: #808080;*/
	color:#E0D22E;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	display:block;
}
#footer a {
	/*color: #a60;*/
	color:#fff;
	/*text-decoration: underline;*/
	text-decoration:none;
}
#footer a:hover {
	/*color: #853;*/
	color:#fff;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

