﻿body {
	font: 80% arial, helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}
a {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
h1 {
	color: #cc9;
	background-color: transparent;
	text-align: center;
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 58px;
	margin: 0px;
}
h2 {
	color: #366;
	font-size: 20px;
	text-transform: uppercase;
	margin: 14px auto 0px auto;
}
h3 {
	margin: 0px;
	color: #366;
	font-size: 20px;
}
h4 {
	margin: 0px;
	color: #366;
	font-size: 14px;
}
table {
	width: 100%;
}
.col3 td {
	width: 33%;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}
.col2 td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
	font-size: 84%;
	text-align: justify;
}
.credits {
	font-size: 80%;
	text-align: center;
}
.weblink {
	font-size: 80%;
	text-align: center;
}
.clearBoth {
	clear: both;
}
#wrapper {
	width: 720px;
	margin: auto;
}
#mainHeader {
	background: #fff url('main_header_bg.gif') no-repeat center top;
}
#mainContent {
	background: #fff url('main_content_bg.gif') repeat-y;
	padding: 10px 40px;
}
#mainFooter {
	background: #fff url('main_footer_bg.gif') no-repeat center bottom;
}
#subHeader {
	padding: 12px;
	float : right;
	margin: 0px 40px 20px 0px;
	width: 410px;
	height: 52px;
	overflow: hidden;
	background-image: url('sub_header_bg.gif');
}
#monthYear {
	float: right;
	width: 50%;
}
#subFooter {
	padding: 4px 8px;
	margin: auto;
	width: 610px;
	height: 191px;
	overflow: hidden;
	background-image: url('sub_footer_bg.gif');
}
