﻿@import url("layout.css");
body {
	background-position: left;
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-image: url('../bg/SunriseWithClouds.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 100%;
}
#container {
	width: 100%;
	height: 100%;
}
#masthead {
	border-top-right-radius: 0px 20px;
	border-bottom-right-radius: 0px 20px;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
	padding-right: 10px;
}
#page_content {
	position: relative;
}
#sidebar {
	position: absolute;
	float: left;
	width: 140px;
	background-color: #0099CC;

	padding-bottom: 0px;
	font-family: Tahoma;
}
#header {
	margin-left: 155px;
	background-color: black;
}
#content {
	margin-left: 165px;
	padding: 10px 5px 10px 10px;
	color: #C0C0C0;
	background: rgba(0, 0, 0, 0.6);
	background-attachment: fixed;
	height: 100%;
	min-height: 915px;
}
#footer {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #c5d5e5;
	position: relative;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 155px;
	display: block;
	margin: 0;
	padding: 0;
	position: fixed;
	min-height: 100%;
	max-height: 100%;
	overflow: auto;
	background-color: #0099CC;
}
#sidebar li {
	display: block;
	border: 1px solid #0000FF;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	border: 1px solid #66CCFF;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #0066FF;
}
/* 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;
}