﻿body {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: small;
	color: #000;
	background-color: #FE5500;
	text-align: justify;
}
#container {
	border: thick #FFCC66 double;
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	width: 800px;
	overflow: auto;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 125px;
	background-color: #FFCC66;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 600px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #FFCC66 solid;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
/* Styles for Content */
}
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: large;
	color: #000000;
}
h3 {
	font-size: medium;
	color: #FE5500;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: small;
	color: #000000;
}
h6 {
	font-size: small;
	color: #393939;
}
h7 {
	font-size: medium;
	color: #666666;
}

/* Styles for Footer */
	#footer: ;
	font-family: Arial, Helvetica, sans-serif;

