﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #000;
	background-color: #CCCCCC;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-color: #FFFF99;
}
#masthead {
	width: 845px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #FFFF99;
}
#sidebar {
	float: left;
	width: 20px;
	background-color: #FFFF99;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	height: 600px;
}
#submenu {
	float: right;
	width: 80px;
	background-color: #FFF4CC;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	font-size: small;
}

#content {
	float: left;
	width: 805px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 5px 5px 5px 15px;
	background-color: #FFFFCC;
	position: relative;
	font-size: small;
	font-family: "Trebuchet MS";
	color: #990033;
}
#main_content {
	float: left;
	width: 805px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 35;
	padding: 0px 0px 0px 15px;
	background-color: #FFFFCC;
	position: relative;
	font-size: small;
	font-family: "Trebuchet MS";
	color: #990033;
}
#left_column{
	float: left;
	width: 350px;
	position: relative;
	padding-top: 5px;
	padding-left: 15px;
}
#picture_column{
	float: left;
	width: 340px;
	position: relative;
	height: 423px;
}
#right_column{
	float: right;
	width: 350px;
	position: relative;
	padding-top: 5px;
	padding-left: 15px;
}
#news_column{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	float: right;
	width: 360px;
	position: relative;
	height: 380px;
	color: #990033;
	font-size: small;
	font-family: "Trebuchet MS";
	text-indent: inherit;
}

#footer {
	text-align: center;
	clear: both;
	width: 845px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #FFFF99;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.menubar {
	width: 805px;
	height: 45px;
	margin-left: 20px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #800000;
}

