@charset "UTF-8";
body {
	color: #696969;
	font-size: 10pt;
	font-family: Arial;
	background-color: #cccccc;
	text-align: center;
}
* {
	border:none; 
	margin:0; 
	padding:0;
}
p {
	margin-bottom: 15px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color: #00477B;
	font-family: "B Aachen Bold", "Aachen Bold", Aachen, "Arial Bold", Arial Bold, B Arial Bold, Arial;
	width: 635px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00477B;
	margin-bottom: 15px;
	padding-bottom: 1px;
	text-align: center;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00477B;
	padding-bottom: 15px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
}
a {
	color: #696969;
}
a:hover {
	color: #00477B;
}
.wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	text-align: left;
}
.center {
	width: 800px;
	position: relative;
	top: 112px;
}
.content {
	width: 635px;
	float: right;
	position: relative;
}
.column {
	float: left;
	width: 285px;
	margin-right: 20px;
}
.column ul {
	position: relative;
	left: 25px;
	margin-bottom: 20px;
	width: 265px;
}
.column ul li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
.leftpane {
	width: 160px;
}
.leftpane li {
	color: #000000;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	width: 139px;
	background-color: #87cefa;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.header {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 112px;
	width: 800px;
	position: absolute;
	left: 20px;
	top: 0px;
}
.spacer {
	clear: both;
	height: 112px;
	width: 800px;
}
.footer {
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00477B;
	margin-top: 20px;
}
.menubar {
	position: absolute;
	top: 77px;
	left: 60px;
}
.menubar a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.menubar a:hover {
	color: #5DE3F4;
}
.announcement {
	font-style: italic;
	text-align: center;
}
.important {
	font-weight: bold;
	color: #000000;
}
input {
	border: 1px solid #666666;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea {
	border: 1px solid #666666;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
td {
	padding: 3px;
}
.column table {
	margin-bottom: 20px;
}
.subtext {
	font-size: 9px;
}
