﻿/* CSS layout */
#masthead {
	background-color: #7D5F50;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 160%;
}
#top_nav {
	background-color: #C98080;
	height: 20px;
}
#container {
	position: relative;
	width: 100%;
	background-color: #E1B9B9;
}
#page_content {
	padding: 5px;
	margin-right: 200px;
	background-color: #E1B9B9;
}
#right_col {
	padding: 1px 1px 1px 3px;
	border-style: solid;
	border-width: 2px;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #669999;
	font-size: 90%;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

#footer {
	background-color: #C9C9C9;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#top_nav ul  {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li  {
	float: left;
}
#top_nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #7D5F50;
	margin-right: 2px;
}
#top_nav a:hover {
	color: #FAE687;
	text-decoration: none;
	border: 1px solid #C99981;
	background-color: #C99981;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#page_content p {
	margin-top: 0px;
	font-size: 80%;
}
h2 {
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

