﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: ;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#masthead {
	width: 1000px;
	height: 167px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color:#FFFFFF;
	background-image: url('../images/banner.gif');
	background-repeat:no-repeat;
}
#sidebar {
	float: left;
	width: 128px;
	background-color: #cecece;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 875px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #ffffff;
	border-top: 1px;
	border-top-color: #131720;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin-top: 148px;
	margin-bottom: 0px;
	margin-right: 10px;
}
#masthead h4 {
	font-size: 0.8em;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: 10px;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 1em;
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid #ffffff;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color:  navy;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding: 5px;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: navy;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #000000;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #000000;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #333333;
}

a {
	color: #131720;
	text-decoration: underline;
}
a:hover {
	color: #131720;
	font-weight: bold;
}


/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #000000;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
