﻿@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;
}
#container {
	width: 1020px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #1F1A38;
	border-bottom: 2px solid #1F1A38;
	border-left: 2px solid #1F1A38;
	background-color: #ddd;
}
#masthead {
	text-align: center;
	color: #464954;
	width: 1000px;
	height: 135px;
	padding: 10px;
	border: 1px dotted #1F1A38;
	background-image: url("../images/MastheadBgrnd.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #666666;
}
#content {
	float: left;
	width: 860px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #1F1A38;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
	font-family: "Copperplate Gothic Light";
}
#masthead h3 {
	color: #666974;
}
/* 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 dotted #1F1A38;
	background-color: #666974;
}
#navigation a {
	color: #1F1A38;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #fff;
	background-color: #666974;
}
#navigation a:hover {
	color: #1F1A38;
	text-decoration: none;
	background-color: #464954;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
	z-index: -1;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style-pic {
	text-align: center;
	vertical-align: top;
}
td {
	border-collapse: collapse;
	text-align: center;
}
table {
	width: 100%;
}
#tdLeftTop td {
	text-align: left;
	vertical-align: top;
}
#center {
	text-align: center;
}
#lineRight {
	text-align: right;
}
.redText {
	color: red;
	font-weight: bolder;
}
