﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/bg_body.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	background-position: center;
	text-align: right;
	width: 778px;
	padding: 3px;
	margin: 5px;
	border: 0px double #999999;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	vertical-align: top;
}
#navigation {
	position: relative;
	float: left;
	width: 159px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-right-color: #4089A7;
	border-top-style: double;
	border-top-width: 1 px;
	border-top-color: #397A95;
	border-right-style: none;
}
#content {
	border-style: double none none none;
	border-width: thin;
	border-color: #336699;
	float: left;
	width: 630px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* 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: 0px dashed #468FAE;
	background-color: #FFFFFF;
}
#navigation a {
	color: #09415B;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 0px dotted #fff;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #FFFFFF;
	background-color: #307190;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #003366;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: none;
}
a {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}