﻿/* CSS layout */
body {
	background-color: #000080;
	background-image: url('../images/checkbg.gif');
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: maroon;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: maroon;
}
a:link {
	color: rgb(0,51,204);
}
a:visited {
	color: rgb(51,153,102);
}
a:active {
	color: rgb(255,153,0);
}
table {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	color: black;
}
#maxContainer {
	margin: 0 auto;
	padding: 10;
	max-width: 1024px;
	background-color: #AEE1FF;
}
#masthead {
	font-size: xx-large;
	height: 50px;
	text-align: center;
	border-bottom: thin navy double;
}
#top_nav {
	text-align: center;
	height: 50px;
	border-bottom: thin navy double;
}
#container {
	max-width: 900px;
}
#right_col {
	width: 200px;
	float: right;
}
#page_content {
	width: 650px;
	padding: 5px;
	margin-right: 200px;
	color: #000080;
}
#footer {
	border-top: thin #800000 inset;
	clear: both;
	text-align: center;
	font-size: smaller;
	height: 50px;
	vertical-align: text-bottom;
	padding-top: 200;
	padding-bottom: 5;
}
.gw5 {
	margin: 0 auto;
}