﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	height: 100%;
	background-repeat: repeat;
	background-image: url('../images/BkGroundBrown.gif');
	min-height: 100%;
	padding-bottom: 40;
}
#container {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 750px;
	background-color: #cb8;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#f0f0f0;
	
	

	min-height:100%; /* real browsers */

}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #FFFFFF;
}
#page_content {
	/* position: absolute;
	max-height: inherit; */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 750px;
	background-color: #cb8;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;

}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #cb8;
}
#content {
	padding: 10px;
	background-color: #fff;
	width: 90%;
	left: 0;
	min-width: 75%;
	position: absolute;
	top: -30px;
	margin-left: 200px;
}
#footer {
	width: 99%;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
	position: absolute;
	bottom: 0;
	float: left;
	z-index: 8;
	height: 34px;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	padding-right: 30px;
	width: 350px;
}
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;
}
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: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
	bottom: 0;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
	bottom: 0;
	position: absolute;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
	width: auto;
}