﻿/* CSS layout */
.center {
	text-align: center;
	clear: none;
}
#noborder {
	border-style: solid;
	border-width: 0;
}
.underline {
	text-decoration: underline;
}
#masthead {
	margin: 0px auto 0px auto;
	background-color: #000000;
	text-align: center;
	position: relative;
	width: 1024px;
	overflow: auto;
}
#top_nav {
	margin: 0px auto 0px auto;
	background-color: #000000;
	text-align: center;
	width: 1024px;
	clear: both;
}
#container {
	margin: 0px auto 0px auto;
	position: relative;
	width: 1024px;
	background-color: #000000;
	text-align: left;
}

#left_col {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#page_content {
	padding: 5px;
	margin-left: 300px;
	background-color: #000000;
}
#page_content_main {
	padding: 5px;
	background-color: #000000;
}

#footer {
	margin: 0px auto 0px auto;
	background-color: #000000;
	background-repeat: repeat-x;
	height: 20px;
	width: 1024px;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
#top_nav li {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FF3300;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #333333;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
#left_col a {
	color: #FF6600;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #FF3300;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 100%;
	background-color: #000000;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin-right: 5px;
	background-color: #FF3300;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#page_content p {
	padding-top: 0px;
	font-size: 80%;
}
.Bold {
	font-weight: bold;
}
a:visited {
	color: #FF6600;
}
#left_col p {
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
.boldcenter {
	font-weight: bold;
	font-size: large;
	text-align: center;
}
