﻿/* CSS layout */
#masthead {
}


#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 200px;
	margin-left: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
}
#top_nav ul {
	list-style-type: none;
	width: 100px;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
	list-style-type: none;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #800000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #800000;
	margin-right: 2px;
	width: 100px;
	background-image: url('Button.gif');
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#top_nav div {
	list-style-type: none;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#top_nav a:hover {
	border: #808080 solid;
	color: #000000;
	text-decoration: none;
	background-color: black;
}
