﻿/* CSS layout */
#masthead {
	margin-right: auto;
	margin-left: auto;
	width: 799px;
	height: 94px;
}
#top_nav {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#container {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	width: 180px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
	margin-right: auto;
	margin-left: auto;
}
#page_content {
	padding: 10px;
	margin-left: 200px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C6C6C6;
	border-left-color: #C6C6C6;
	margin-top: 14px;
	width: 578px;
}
#footer {
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #C6C6C6;
	margin-right: auto;
	margin-left: auto;
	width: 795px;
}
.bodytext {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: small;
}
.underline {
	text-decoration: underline;
}
.centerbodytext {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.subscribealign {
	margin-left: 6px;
	margin-right: 6px;
}
.largetext {
	font-size: large;
}
.border0 {
	border-width: 0;
}
.notextdec {
	text-decoration: none;
	color: #000000;
}
.middlealign {
	vertical-align: middle;
}
.style1 {
	border-width: 0px;
	margin-left: 6px;
	margin-right: 6px;
}
a {
	color: #000080;
}
a:visited {
	color: #000080;
}
