﻿/* CSS layout */
#masthead {
	background-color: #3399FF;
	text-align: center;
}

#top_nav {
	background-color: #3399FF;
	height: 20px;
}

#container {
	position: relative;
	width: 100%;
	background-color: #3399FF;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #3399FF;
	font-size: small;
	text-align: center;
}

#page_content {
	padding: 5px;
	margin-left: 200px;
	background-color: #3399FF;
}
#footer {
	background-color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	height: 25px;
}
#top_nav ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li {
	float: left;
}
#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	display: block;
	border: 2px solid #0000FF;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 2px;
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}
#top_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	border-style: solid;
	border-color: #FFFFFF;
	color: #FFFFFF;
}
#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 #0000FF;
}
#left_col a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
	display: block;
	padding: 1px;
	border: 1px solid #3399FF;
	margin-left: 20px;
	text-align: center;
}
#left_col a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: large;
	color: #000000;
}
#page_content p {
	margin-top: 0px;
	font-size: x-large;
}
#left_col p {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
}
h3 {
	margin: 0px;
	font-style: italic;
}
h4 {
	margin: 0px;
}
