﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
	padding-left: 5px;
}
#top_nav {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-left: 5px;
}
#container {
	position: relative;
	width: 100%;
	background-color: #FFFFFF;
}
#left_col {
	width: 147px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-left: 3px;
}
#page_content {
	margin-left: 150px;
	padding-left: 10px;
	padding-top: 2px;
	margin-right: 150px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #FFCC00;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-bottom-color: #FFCC00;
	font-size: small;
	background-color: #FFFF99;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
