﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #FF6600;
	font-weight: bolder;
	float: left;
	background-color: #0033FF;
	background-image: none;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	left: auto;
	right: auto;
	bottom: auto;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #0033CC;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 160px;
	background-color: #0033CC;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}
#content {
	background-color: #FFFFFF;
	width: auto;
	color: #8080FF;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	height: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 160px;
	padding: 2px;
	border-top-color: #8080FF;
	border-right-color: #8080FF;
	border-bottom-color: #8080FF;
	border-left-color: #8080FF;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #FF9933;
}
#navigation {
	position: relative;
	float: right;
	top:  0px;
	width: 100%;
	background-color: #FF9900;
	margin-left: 0;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	color: #0033CC;
}
#myfix {
	display: inline;
	position: relative;
	top:  0px;
	left:  0px;
	width: 100%;
	margin-left: 0;
	zoom: 1;
	overflow: hidden;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: "Arial Black";
	background-color: #FFFFFF;
	color: #0000CC;
}
h1 {
	font-family: Arial Black;
}
/* 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: #FFFFFF;
	display: block;
	border-bottom: 1px solid #f5f5f5;
	padding: 3px;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #FF9933;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	border: 1px solid #cb8;
}
#navigation a {
	font-weight: bold;
	padding: 5px;
	display: block;
	border: 1px solid #f5f5f5;
	color: #393939;
	text-decoration: none;
	background-color: #FF9933;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0033CC;
	border: 0px solid #f5f5f5;
}
/* 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: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
