﻿/* CSS layout */
#masthead {
	background-color: #FFFFFF;
	height: 80px;
	background-image: url('images/header-bg.jpg');
	background-repeat: no-repeat;
}
#top_nav {
	background-color: #990000;
	height: 18px;
	font-family: verdana;
}
#container {
	position: relative;
	width: 100%;
	background-color: #980000;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #990000;
}
#page_content {
	padding: 10px;
	margin-left: 200px;
	background-color: #FFFFFF;
	background-image: url('images/black.jpg');
	background-repeat: repeat-y;
}
#footer {
	background-color: #C9C9C9;
	background-image: url('images/footertile.gif');
	background-repeat: repeat-x;
	height: 20px;
	z-index: 10;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}
#top_nav ul  {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: right;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #000000;
	margin-left: 2px;
	font-size: 85%;
}
#top_nav a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
}
#left_col a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #999999;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 85%;
	background-color: #333333;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #990000;
	margin-right: 20px;
	background-color: #990000;
}
h2 {
	margin: 10px 0px 0px 5px;
	font-size: 97%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
}
#page_content p {
	margin-top: 0px;
	font-size: 80%;
	left: 200px;
	margin-left: 5px;
	padding-right: 5%;
}
#left_col p {
	font-size: 75%;
	font-weight: normal;
	font-family: verdana;
	padding-left: 10px;
	color: #FFFFFF;
	padding-right: 10px;
}
.style1 {
	border-style: solid;
	border-width: 1px;
}
.style2 {
	border-width: 0px;
}
h1           { font-family: Arial; font-size: 10pt }
<!--
a:link       { color: #000000; text-decoration: underline }
a:visited    { color: #000000; text-decoration: underline }
-->
<!--
h2           { font-family: Arial; font-size: 10pt; font-weight: bold }
-->
<!--
p            { font-family: Arial; font-size: 10pt }
-->