﻿@import url("layout.css");
body {
	font-family: "Lucida Calligraphy", Georgia, "Times New Roman";
	font-size: 0.8em;
	color: #000000;
	background-color: #004A86;
}
#container {
	width: 1000px;	
	margin: 0 auto;
	background:#ECE7C9
}
#masthead {
	background-position: center;
	width: 990px;
	height: 170px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: auto;
	background-image: url('../images/Heading1.jpg');
	background-color: #ECE7C9;
	background-repeat: no-repeat;
}
#sidebar {
	float: left;
	width: 175px;
	height: 400px;
	background-color: #ECE7C9;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	
}
#content {
	float: right;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
    padding: 5px;
	background-color: #ECE7C9;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	margin-right: 0px;
	margin-left:0px;
	padding: 0;
	overflow: auto;
	background-color: #004A86;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 95%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1.250em;
	display: block;
	margin: 0;
	padding: 0;
	/*border: 1px solid #d3d3d3;*/
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #004A86;
	display: block;
	text-align: left;
	padding-left: 25px;
	padding-bottom: 5px;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; /*border-bottom: 1px solid #f2f2f2;*/;
	background-color: #004A86;
	text-align: center;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}


#footer a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	color: #004A86;
	text-align: center;
}
h2 {
	color: #004A86;
	text-align: center;
	padding-right: 100px;
}
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}