﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	background-color: #ffcc66;
}
#container {
	border: thin solid #000000;
	width: 800px;
	margin: 0 auto;
	background-color: #ffdd88;
}
#masthead {
	padding: 0px;
	margin: 0;
	height: ;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	padding: 0;
	overflow: auto;
	background-color: #ffcc66;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	text-decoration: none;
	font-family: Calibri, "Lucida Sans", Arial;
	font-size: small;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

