﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #275050;
}
#container {
	border-style: none solid none solid;
	border-width: 0 0px 0 0px;
	margin: 0 auto 0 auto;
	width: 775px;
	background-color: #FFFFFF;
	border-top-color: inherit;
	border-right-color: #000000;
	border-bottom-color: inherit;
	border-left-color: #000000;
}
#masthead {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	background-image: url('../header.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	border-color: #FFFFFF;
	position: relative;
	float: left;
	width: 140px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
}
#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #E1E1E1;
}
#footer {
	border: thin none #000000;
	padding: 0%;
	clear: both;
	background-color: #8B0000;
	text-align: center;
	position: relative;
	border-left-color: ;
	border-top-width: px;
	border-right-width: px;
	border-bottom-width: px;
	border-left-width: px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: medium;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: x-large;
	font-weight: bold;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: xx-large;
	font-weight: bold;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #8B0000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	font-size: 11.5px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #8B0000;
	border-bottom: 1px solid #f5f5f5;
	background-color: #E4B6A5;
	font-size: 11.5px;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

