﻿/* CSS layout */
.masthead {
	background-color: #009933;
	font-family: "Times New Roman", Times, serif;
	font-size: 32pt;
	color: #FFFFFF;
	vertical-align: bottom;
}
.smallnav {
	font-family: "Arial Narrow";
	font-size: 14pt;
}

#top_nav {
	border-bottom-style: inset;
	border-bottom-width: thin;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #090C8D;
	height: 200;
}

#page_content {
	margin-left: 200px;
	height: 800px;
}

p {
	font-family: "Arial Narrow", Arial, "Times New Roman";
	font-size: medium;
	margin-left: 25px;
}
a:active {
	font-family: "Arial Narrow", Arial, "Times New Roman";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, "Times New Roman";
	font-weight: bold;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: none;
}


