﻿/* CSS layout */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px 12px 0px 8px;
	font-weight: normal;
	margin: 0px;
	text-align: left;
	text-indent: 0px;
}
h1 {
	padding: 20px 0px 8px 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #800000;
	clip: rect(auto, auto, -6px, auto);
	top: 10px;
}
h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding: 4px 2px 8px 4px;
	color: #800000;
	font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 12px 8px 10px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #800000;
}
#masthead {
	border-width: 0px;
}

#top_nav {
	border-style: none;
	border-width: 0px;
	color: #CCFFFF;
	background-color: #990000;
	width: 761px;
	border-top-color: #FF0000;
}
#container {
	position: relative;
	width: 761px;
	background-color: #D6DCE4;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
#left_col {
	padding: 12px 4px 12px 12px;
	width: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #D6DCE4;
	text-align: left;
	bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #800000;
	font-weight: bold;
}
#page_content {
	list-style: disc outside;
	font: inherit;
	padding: 8px 0px 0px 0px;
	margin-left: 110px;
	width: auto;
	left: auto;
	height: auto;
	background-color: #E5E8EE;
	text-align: left;
	bottom: auto;
	clip: rect(auto, auto, auto, auto);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	position: relative;
	margin-top: inherit;
	margin-right: inherit;
	margin-bottom: inherit;
	top: auto;
	right: auto;
}
.style3 {
	border-width: 0;
}
#footer {
	background-color: #D6DCE4;
	width: 761px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
}
