﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	position: relative;
	background-color: #008000;
}
#top_nav {
	background-color: #000000;
	height: 20px;
	border: thin inset #C0C0C0;
	width: auto;
}
#container {
	padding: 5px;
}
#left_col {
	width: 250px;
	float: left;
	background-color: #008000;
}
#page_content {
	margin-left: 275px;
	width: 850px;
}
#footer {
	clear: both;
}
#left_content {
	border-style: outset;
	border-color: #008000 #C0C0C0 #C0C0C0 #008000;
	padding: 5px 10px 5px 5px;
	float: left;
	width: 250px;
	text-align: justify;
	background-color: #FFFFFF;
	height: 750px;
}
#center_content {
	border-style: outset;
	border-color: #008000 #C0C0C0 #C0C0C0 #008000;
	padding: 5px 5px 5px 10px;
	float: left;
	width: 250px;
	text-align: justify;
	background-color: #FFFFFF;
	height: 750px;
}
#right_content {
	border-style: outset;
	border-color: #008000 #C0C0C0 #C0C0C0 #008000;
	padding: 5px 10px 5px 10px;
	float: left;
	width: 250px;
	text-align: justify;
	background-color: #FFFFFF;
	height: 750px;
}
#left_2_column {
	padding-left: 5px;
	padding-right: 20px;
	width: 400px;
	float: left;
}
#right_2_column {
	padding-right: 5px;
	padding-left: 20px;
	width: 400px;
	float: left;
}
#bottom_content {
	padding: 5px;
	float: left;
	position: relative;
}

<style type="text/css">
	.style1 {
	text-align: center;
}
	.style2 {
	text-align: left;
	font-size: large;
	color: #000000;
}
	.style3 {
	text-align: center;
	font-size: x-large;
	color: #008000;
}
	.style4 {
	text-align: justify;
	font-size: small;
	color: #000000;
	font-family: "Courier New";
}
	.style5 {
	text-decoration: underline;
}
	.style6 {
	font-family: Pristina;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
	.style7 {
	text-align: center;
	font-size: x-large;
	color: #008000;
	margin-top: 0;
	margin-bottom: 0;
}
	.style8 {
	text-align: center;
	font-size: small;
	color: #000000;
	font-family: "Courier New";
	text-decoration: underline;
	background-color: #C0C0C0;
}
.style9 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	font-size: x-large;
	text-decoration: underline;
	color: #008000;
}
.style10 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	color: #008080;
	margin: 0px;
}
.superTM {
	font-size: small;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #000000;
	font-variant: small-caps;
	vertical-align: super;
}
.list1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #414141;
	text-indent: 15px;
	margin: 0px;
	list-style-type: circle;
	padding: 0px;
	border-width: 0px;
}
.style11 {
	border: thin solid #008000;
	padding: 5px;
	text-decoration: underline;
	text-align: center;
	font-family: "Arial Narrow";
	font-size: medium;
	font-style: normal;
	background-color: #C0C0C0;
	vertical-align: top;
	width: 150px;
	height: 100px;
}

