﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}
#top_left {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 79px;
	text-align: center;
}
#header {
	margin-left: 250px;
	vertical-align: baseline;
	background-color: #FCFCCC;
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #24441C;
	height: 79px;
	text-align: center;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	padding: 3px;
	width: 244px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #24441C;
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #FCFCCC;
	text-align: center;
	height: 432px;
	z-index: 3;
	margin-top: 4px;
	margin-right: 4px;
}
#page_content {
	padding: 3px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: small;
	color: #24441C;
	top: 0px;
	left: 250px;
	z-index: 4;
	position: relative;
	width: 1000px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #7C0404;
	vertical-align: bottom;
	text-align: center;
	position: fixed;
	height: 20px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
h2 {
	font-family: "Trebuchet MS";
	color: #24441C;
}
h4 {
	font-family: "Trebuchet MS";
	color: #24441C;
}
a {
}
a:link {
	color: #FFFF00;
	background-color: #24441C;
}
a:visited {
	color: #C0C0C0;
	background-color: #24441C;
}
