﻿body {
	font-family: "Times New Roman";
	font-size: medium;
	margin: 0px;
	padding: 0px;
}
h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Arial Black";
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Arial Black";
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Arial Black";
}
div#head {
	position: absolute;
	width: 100%;
	height: 100px;
	left: 0px;
	top: 0px;
	background-color: #B0B0B6;
}
#top_nav {
	position: relative;
	top: 100px;
	background-color: #666666;
}
div#columns {
	position: relative;
	width: 100%;
	top: 100px;
	background-color: #DCDCDC;
}
div#side1 {
	position: absolute;
	width: 150px;
	top: 0px;
	left: 0px;
	background-color: #DCDCDC;
}
div#content {
	position: relative;
	width: 100%;
	top: 0px;
	left: 150px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
}
div#foot {
	position: relative;
	width: 100%;
	clear: both;
	margin-top: 100px;
	background-color: #DFCFBF;
}  
a:hover {
	text-decoration: none;
}
