﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	background-color: #ddb;
	background: #FFFFFF no-repeat;
	text-align: right;
	width: 630px;
	overflow: auto;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #7FFF00;
	margin-bottom: 5px;
}
#sidebar {
	float: left;
	width: 154px;
	background-color: #999999;
	margin: 0px;
	position: relative;
	clear: both;
	display: inline;
	color: #000000;
}
#content {
	font: medium serif;
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
	color: #000000;
	margin-top: 5px;
	direction: ltr;
	display: table-row;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #dcb;
	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;
	background-color: #999999;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #00FFFF;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
	color: #FFFFFF;
}
#sidebar a {
	font-weight: bold;
	border-bottom-color: #99CC00;
	border-left-color: #999999;
	border-right-color: #999999;
	background-color: #C0C0C0;
	background: #C0C0C0;
	border-right: #C0C0C0;
	font: 100% "Arial Narrow";
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 5px;
	border-bottom: 1px #C0C0C0 solid;
	border-color: #C0C0C0;
	border-top: #C0C0C0;
	border: #C0C0C0;
	border-top-color: #C0C0C0;
	border-left: #C0C0C0;
}
#sidebar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #999999;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-family: "Adobe Caslon Pro";
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: normal;
}
.style_italic {
	font-style: italic;
}
