﻿/* CSS layout */

.pageset {
	margin: 0;
	background-color: #89AED2;
}

a {
	color: blue
}

a:visited {
	color: purple
}

a:active {
	color: red
}

.subtitle {
	position: absolute;
	width: 975px;
	height: 41px;
	top: 125px;
	text-align: center;
	font-size: xx-large;
}

.countertext {
	font-size: medium;
	text-align: center;
	font-style: italic;
}

.FootMenuText {
	text-align: center;
	font-size: small;
}

.FootTextEffect {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

.ButtonNoHover {
	text-align: center;
	background-color: #89AED2;
	border: 1px solid #0066FF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 8px;
}

.AltButtonHover {
	background-color: white;
	text-align: center;
	border: 1px solid black;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 8px;
}

.ButtonText {
	color: #000000;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.PlainLink {
	text-decoration: none;
}

#masthead {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#top_nav {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position: relative;
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 150px;
	background-color: #FFFFFF;
}

#footer {
	width: 975px;
	top: auto;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}
