﻿@import url("layout.css");
body {
	font-family: Verdana;
	font-size: medium;
	color: #000;
	width: 1000px
}
#container {
	width: 100%;
	height: 100%;
	background-color: #266caa;
	font-size: small;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: center;
	color: white;
	background-color: #266caa;
	font-size: large;
	border-bottom: 1px solid #393939;
	height: 109px;
}
#masthead img {
	float: left;
}

#top_left {
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#top_right {
	width: 68px;
	position: relative;
	float: right;
}
#masthead img {
	float: right;
}

#header {
	margin-left: 200px;
	overflow: auto;
}
#header h1{
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

#tagline {
	width: 100%;
	overflow: auto;
	text-align: center;
	background-color: #550E20;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
}
#page_content {
	position: relative;
}
.divblockleft{
	padding: 10px;
	position: relative;
	float: none;
	width: 140px;
	background-color: #266CAA;
	color: #FFFFFF;
}
.divblockright{
	padding: 10px;
	position: relative;
	float: none;
	width: 140px;
	background-color: #266CAA;
	color: #FFFFFF;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #266CAA;
	color: #FFFFFF;
}
#sidebar img {
	margin: 0px;
	left: 0px;
}

#content {
	margin-left: 140px;
	padding: 10px;
	background-color: #fff;
	right: auto;
}
#content img{
	margin: 10px;
}
#footerbar {
	width: 100%;
	height: 5px;
	overflow: hidden;
	text-align: center;
	background-color: #550E20;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-weight: bold;
	color: #FFFFFF;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #266caa;
	border-top: 1px solid #393939;
}
h6 {
	font-family: Verdana;
}
h5 {
	font-family: Verdana;
}
h4 {
	font-family: Verdana;
}
h3 {
	font-family: Verdana;
}
h2 {
	font-family: Verdana;
}
h1 {
	font-family: Verdana;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 3%;
	display: block;
	border-bottom: 1px solid #393939;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFF;
/*	color: #393939;*/
	border-bottom: 1px solid #393939;
	background-color: #6699CC;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
}
#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;
}
