﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #90b7f1;
}
#container {
	margin-top: 5px;
	border-bottom: 2px solid #358;
}
#masthead {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	padding-bottom: 10px;
	background-image: url('../images/button81.jpg');	
	background-position:left;
	background-repeat:no-repeat;
	background-color:white;
}
#masthead img {
	vertical-align:middle;
	margin-left:75px;
	border:0px;
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-top:4px;
	padding-bottom:4px;
}
#page_content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color:white;
}
#content {
	position: relative;
	float: left;
	width: 650px;
	padding: 15px;
	text-align: justify;
	background-color:white;
	margin-top:5px;
}
#sidebar {
	float: right;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border: 1px solid #7D7DFF;
	padding:15px;
	background-color:#D0DFFA;
	margin-top:5px;
	margin-right:5px;
}
#footer {
	clear: both;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: left;
	background-color:white;	
	border-top:5px solid #D0DFFA;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	display: inline;
	font-family: Georgia;
}
#masthead p {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
	text-decoration:none;
	font-family: "Segoe Script";
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0;
}
#navigation li {
	float: left;
	text-align:center;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #ccc;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h1,h4,h5,h6 {
	color: #b22222;
}
#content h2 {
	color: #CC0066;
	font-size:large;
}
#content h3 {
	color: #CC0066;
	font-size:small;
}
#content img {
	padding: 5px;
	border:0px;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
	font-size: small;
	text-align:center;
}
#sidebar img {
	float:none;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align:center;
	border:0px;
}
#sidebar ul {
	list-style-type:none;
	margin: 0;
	padding: 2px;
}
#sidebar li {
	float: left;
	width:100%;
	padding:2px;
}
#sidebar h3 {
	font-size:medium;
	color: #191970;
}
#sidebar h4 {
	font-size:small;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.just {
	text-align:justify;
}
