﻿@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;
}
#PageDiv {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#HeaderDiv {
	text-align: center;
	width: 600px;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-top: 1px solid #725972;
	border-left: 1px solid #725972;
	background-image: url("images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#NavDiv {
	position: relative;
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px solid #725972;
	border-bottom: 1px solid #725972;
}
#ContentDiv {
	float: left;
	width: 409px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#FooterDiv {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px solid #d8bfd8;
}
/* Masthead Styles */
#HeaderDiv h1 {
	color: #fff;
}
#HeaderDiv h3 {
	color: #402640;
}
/* Navigation Styles */
#NavDiv ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#NavDiv li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #dfb8df;
	background-color: #dfb8df;
}
#NavDiv a {
	border: 1px solid #fff;
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #fff;
	background-color: #dfb8df;
}
#NavDiv a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#ContentDiv h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
#ContentDiv p {
	margin-bottom: 5px;
}
#ContentDiv ul {
	margin-top: 2px;
}
/* Footer Styles */
#FooterDiv p {
	color: #808080;
}
#FooterDiv a {
	color: #503750;
	text-decoration: underline;
}
#FooterDiv a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.centered
	{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	}
.ThinBorders /* use for thin border tables to house multiple columns */
{
 	border-collapse: collapse; /* forces outer cell borders to meld with table borders*/
}
.NoBorders /* use for no border tables */
{
	border: none;
}
table 
{
	border: 1px solid #725972;
	width: 100%;
}
th 
{
	border: 1px solid #dfb8df;
	background-color: #dfb8df;
}
td 
{
	border: 1px solid #d8bfd8;
}
