﻿@import url("layout.css");
body {
	background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/bkg.jpg');
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #000332;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 2px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #5E0000;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
#masthead {
	text-align: center;
	width: 800px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 112px;
	background-color: #21557D;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 5px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-style: none;
	border-right-width: 0px;
}
#content {
	background-position: center top;
	padding: 5px;
	float: left;
	width: 638px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url('../images/cntentopr.jpg');
	background-repeat: no-repeat;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border: 1px none #d8bfd8;
	background-color: #FFFFFF;
}
/* 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: 1px groove #800000;
	background-color: #800000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #990000;
	border-bottom-style: groove;
	border-bottom-color: #800000;
}
#navigation a:hover {
	color: #800000;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #00254A;
}
h4 {
	color: #503750;
}
h3 {
	color: #00254A;
}
h2 {
	color: #00254A;
}
#content h1 {
	color: #001F5E;
}
#content img {
	padding: 5px;
	border: 1px none #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
	background-color: #FFFFFF;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #00496C;
	text-decoration: underline;
}
a:hover {
	color: #660033;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}