﻿/* CSS layout */
#masthead {
	background-color: #000000;
	position: inherit;
	width: 800px;
	height: auto;
	text-decoration: none;
}
#top_nav {
	background-color: #FFCC00;
	height: 20px;
	position: inherit;
	width: 800px;
}
#container {
	position: inherit;
	width: 800px;
	background-color: #E6E6E6;
	background-image: url('images/floorbackground.gif');
}
#left_col {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
	background-image: url('images/floorbackground.gif');
}
#page_content {
	padding: 5px;
	margin-left: 200px;
}
#footer {
	padding: 2px;
	background-color: #000000;
	position: inherit;
	width: 800px;
}
#mastheadh1 {
	font-size: 260%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	font-family: Verdana;
	text-decoration: none;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000000;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FFD98A;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #808080;
}
h2 {
	margin: 0px;
}
body {
	font-family: Verdana;
}
#page_content p {
	margin-top: 0px;
	font-size: 80%;
}
#left_col p {
	font-size: 75%;
	font-family: Verdana;
}
#footer p {
	font-family: Verdana;
	font-size: 8px;
	color: #999999;
	padding: inherit;
}
#body ul {
	list-style-image: url('images/ball89.gif');
}
h1#mastheadh1.style4 {
	text-decoration: none;
}

