﻿@import url('layout.css');
body {
	background-color: #f2f2f7;
	background-image: url('../images/background.gif');
	background-repeat: repeat;
	background-attachment: scroll;
}

selector {
  min-height:800px;
  height:auto !important;
  height:800px;
}

#container {
	background: #F5F4EF url('') 0px 0px;
	width: 700px;  
	margin: 5px auto 5px auto;
	clear: both;
}
thead {
	border-color: inherit;
	border-style: none;
	text-align: center;
	width: 698px;
	background-color: #fafaff;
	height: 128px;
}

#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px #dcdcdc none;
	border-bottom: 1px #808080 none;
	border-left: 1px #800000 solid;
	background-color: #fff;
	top: 10px;
	clip: rect(10px, auto, auto, auto);
}
#navigation2 {
	position: relative;
	float: left;
	width: 171px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px none #dcdcdc;
	border-right: 1px none #a9a9a9;
	border-bottom: 1px none #808080;
	border-left: 1px none #a9a9a9;
	margin-right: 5px;
}
#content {
	background: #E7EED0 url('') 0px 0px;
	float: left;	
	min-height:400px;
	height:auto !important;
  	height:400px;

		width: 498px;
		margin-left: 0px;
		padding: 10px;
		border-top: 1px #dcdcdc none;
		border-right: 1px #a9a9a9 none;
		border-bottom: 1px #808080 none;
		border-left: 1px #a9a9a9 none;
	}
#content2 {
	float: left;
	width: 495px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}


#footer2 {
	background-position: 0px 0px;
	text-align: center;
		clear: both;
		width: 698px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px none #dcdcdc;
		border-right: 1px none #a9a9a9;
		border-bottom: 1px none #808080;
		border-left: 1px none #a9a9a9;
		background-image: url('');
	background-repeat: repeat;
	background-attachment: scroll;
	position: relative;
}

#footer {
	border-style: none;
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fefeff;
	color: #800000;
	position: relative;
}
/* Masthead Styles */
#masthead h1 {
	color: #800000;
	position: relative;
	top: 0px;
	width: 623px;
}
#masthead h3 {
	color: #800000;
	width: 377px;
	margin-bottom: 0px;
}
/* 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: #800000;
	text-decoration: none;
	display: block;
	padding: 5px 5px 0px 5px;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: #800000;
}
h5 {
	color: #800000;
}
h4 {
	color: #800000;
}
h3 {
	color: #800000;
}
h2 {
	color: #800000;
	margin-bottom: 10px;
	width: 486px;
	height: 22px;
	margin-right: 0px;
	bottom: 5px;
	margin-top: 0px;
	font-family: "Comic Sans MS";
}
#content h1 {
	color: #800000;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	text-align: center;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {}
.style_italic {}
H2Subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #800000;
}
.StandardPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
.InlineBoldTitles {
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
	line-height: 17px;
}
.BulletPrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	list-style-type: square;
	line-height: 25px;
	text-indent:-10px;
}

