﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	clip: rect(auto, auto, auto, auto);
	background-color: #202F5D;
}
#top_of_page {
	height: 50px;
	background-color: #A5282A;
	text-align: center;
}
.h1_top_of_page {
	font-family: "Times New Roman", Times, serif;
	font-size: 32pt;
	font-weight: bold;
	text-align: center;
}
#masthead {
	background-color: #A5282A;
	text-align: center;
	height: 175px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.h1_header {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
}
#head_images {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	height: 100px;
}
#head_bottom_txt {
	width: 780px;
	height: 35px;
	color: #00FF00;
}
#top_nav {
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#container {
	min-width: 600px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.page_title {
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 8px;
}
#left_col {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	height: 700px;
}
#right_col {
	width: 150px;
	float: right;
	background-color: #FFFFFF;
	text-align: center;
	height: 335px;
}
#page_content {
	margin-left: 180px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	width: 590px;
	margin-top: -5px;
}
.page_content_txt {
	margin-bottom: -20px;
	margin-top: -5px;
}
.page_content_txt_bullets {
	margin-top: 0px;
	margin-bottom: 0px;
}
.txt_padding_20_left {
	padding-left: 20px;
}
#footer {
	clear: both;
	background-color: #A5282A;
	text-align: center;
	height: 350px;
}
#footer_images {
	margin: 5px auto 8px auto;
	width: 780px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}
#footer_links {
	text-align: center;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #C0C0C0;
	height: 23px;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.img_right {
	float: right;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
a:hover {
	font-weight: bold;
	color: #FF00FF;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
