﻿@import url('fonts.css');
/* Basic Page Layout */
body {
	color : #FFFFFF;
	font-family: "Bookman Old Style", Georgia, "Times New Roman";
	font-size : 13pt;
	width: 100%;
	background-color: #99BB33;
}
#menu {
	width : 100%;
	position : relative;
	text-align : right;
	font-family: Arial, Helvetica, sans-serif;
	z-index : 50;
}
#banner {
	width : 90%;
	position : relative;
	margin-top : 20px;
	margin-left: 10px;
}
#title {
	width : 70%;
	left: 265px;
	text-align : right;
	position : relative;
	margin-top : 15px;
	margin-right: 10px;
}
#container {
	width: 100%;
	position: relative;
}
#left_sidebar {
	left : 0%;
	float : left;
	position: absolute;
	left : 10px;
	height : 75%;
	width : 220px;
	margin-left: 10px;
}
#right_column {
	width : 70%;
	left : 275px;
	position: relative;
	margin-right : 2px;
	margin-top : 15px;
}
#footer {
	position: relative;
	width: 70%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6A6A00;
	margin-left: 275px;
}
/* Hyperlink Styles */
a {
	color: #00FFFF;
}
a:active {
	color: #00FFFF;
}


