﻿/* CSS layout */
#masthead {
	background-position: top;
	clip: rect(0px, auto, auto, auto);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #87988a;
	width: 755px;
	height: 150px;
}
#top_nav {
	text-align: inherit;
	width: 755px;
	font-family: "Times New Roman";
	clip: rect(0px, 0px, 0px, 0px);
	background-color: #87988A;
	position: relative;
	height: 18px;
	right: -1px;
}
#container {
	position: relative;
	width: 755px;
	height: 600px;
	background-color: #87988A;
	clip: rect(auto, auto, auto, auto);
}
#left_col {
	width: 135px;
	position: absolute;
	font-family: Arial;
	background-color: #87988a;
	float: inherit;
	height: 620px;
	font-size: small;
	vertical-align: top;
}
#page_content {
	font-family: Arial;
	font-size: medium;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font: normal normal normal medium serif;
	border-style: none;
	background: #E0E0E0 0px 0px;
	padding: 10px;
	margin-right: 130px;
	margin-left: 150px;
	float: left;
	position: absolute;
	left: -15px;
	height: 585px;
	width: 470px;
	clip: rect(22px, auto, auto, auto);
	top: 1px;
	overflow: inherit;
	text-transform: none;
}
#right_col {
	background: #87988A url('') 0px 0px;
	width: 129px;
	position: absolute;
	right: 1px;
	font-family: "Times New Roman";
	font-size: small;
	float: inherit;
	height: 602px;
	z-index: auto;
	top: -2px;
}
#footer {
	font-family: Arial;
	font-size: x-small;
	width: 755px;
	height: 83px;
	clip: rect(10px, inherit, auto, auto);
	position: absolute;
	background-color: #87988a;
	top: 621px;
	text-align: center;
	display: list-item;
	float: inherit;
	left: 0px;
}
