html, body {
	height: 100%;
}
body {
	background-image: url(art/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: auto;
}
#container {
	width: 950px;
	background-image: url(art/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 100%;
	height: 100%;
	margin: auto;
}
.leftColumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #4483AE;
	width: 350px;
	height: 700px;
	padding-top: 150px;
	padding-left: 24px;
	float: left;
}
#container #content {
	height: 100%;
}

.rightColumn {
	float: right;
	width: 520px;
	padding-top: 360px;
	padding-right: 24px;
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #559CD0;
}
.homeTable {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #006699;
	height: 100%;
}
.navigation {
	height: 24px;
	padding-top: 6px;
	padding-left: 5px;
	border: 1px solid #C9E0F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 2px;
}

.footer {
	clear: both;
	width: 950px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(art/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	vertical-align: bottom;
}
.homeRightColumn {
	padding: 12px 0px 12px 12px;
	float: right;
	width: 250px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4483AE;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #559CD0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4483AE;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #549DD0;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #993333;
	float: right;
	width: 130px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #6CB4E6;
	padding-left: 8px;
	line-height: 19px;
}
a:link {
	color: #036FBA;
	text-decoration: none;
}
a:visited {
	color: #0070BA;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: overline;
}
a:active {
	color: #FFFF00;
	text-decoration: overline;
}
.newsTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #549DD0;
}
.thisPage {
	font-weight: bold;
	color: #990066;
}
