﻿body {
	font-family: MS Reference Sans Serif, Sans-Serif, Arial;
	font-size: 10pt;
	text-align: justify;
	background-image: url("../images/background.gif");
}
#container {
	margin: 0 auto;
	width: 955px;
	height: 600px;
}
#masthead {
	color: #FFFFFF;
	margin-bottom: 5px;
	width: 945px;
	height: 65px;
	padding: 5px;
	background-color: #CC0000;
}
#navigation {
	float: left;
	width: 140px;
	height: 478px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}
#navigation a {
	color: #CC0000;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	border: 1px solid #CC0000;
}
#content {
	overflow: auto;
	float: left;
	margin-left: 5px;
	width: 786px;
	height: 478px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
}
#content h1 {
	font-size: 16pt;
	text-align: center;
	color: #CC0000;
}
#content h2 {
	font-size: 12pt;
	text-align: center;
	color: #CC0000;
}
#content h3 {
	font-size: large;
	color: #CC0000;
}
#content h4 {
	font-size: small;
	color: #CC0000;
	background-color: #CCCCCC;
	margin-bottom: 1px;
}
#content h5 {
	font-size: small;
	font-weight: normal;
	margin: 0;
}
#content h6 {
	font-size: small;
	font-weight: bold;
}
#content a {
	color: #000066;
	text-decoration: none;
}
#content a:hover {
	color: #CC0000;
	text-decoration: none;
}
#footer {
	clear: both;
	margin-top: 5px;
	width: 945px;
	height: 15px;
	padding: 5px;
	background-color: #CC0000;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
