﻿/* CSS layout */
<style type="text/css">
.style1 {
	text-align: left;
	margin-left: 160px;
	margin-bottom: 35px;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: oblique;
	font-variant: small-caps;
}
.style2 {
	text-align: center;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	font-variant: small-caps;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-variant: normal;
}
</style>

#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
}

#footer {
}
