﻿@import url("layout.css");
body {
	background: #0000FF repeat-x top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}
#container {
	background: #FFFFFF;
	width: 750;
	margin-top: 10;
	border-bottom: 2px solid #358;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	display: inline;
}
#masthead {
	width: 750px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 95px;
}
#navigation {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: visible;
	height: 50;
}
#page_content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: Auto;
	min-height: 400px;
}
#content {
	position: relative;
	float: left;
	width: 411px;
	padding-top: 5px;
	text-align: left;
	top: 2px;
	left: 0px;
	height: 350px;
	padding-left: 3px;
	padding-right: 3px;
}
#sidebar {
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 319px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	height: 550px;
}
	float: right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: bold;
	color: #191970;
	text-transform: uppercase;
	display: inline;
	font-size: x-large;
	text-align: center;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigati
Styles */
#navigation ul {
	list-style-type: none;
	width: 750px;
	margin: 0;
	padding: 0;
	height: 100;
}
#navigation li {
	float: none;
	height: 75;
	display: inline;
	list-style-type: none;
}
#navigation a {
	padding: 3px;
	text-decoration: none;
	color: #b22222;
	display: inline;
	margin: 1px 1px 0 0;
	border: thin #708090 solid;
	background-color: #eee8aa;
	font-weight: 700;
	height: 50px;
	line-height: 30px;
}
/* Content Styles */
h6 {
	color: #b22222;
}
h5 {
	color: #b22222;
}
h4 {
	color: #b22222;
}
h3 {
	color: #b22222;
	height: 25px;
	text-align: center;
	text-decoration: blink;
}
h2 {
	color: #b22222;
	height: 35px;
	text-align: center;
	font-size: large;
}
#content h1 {
	color: #b22222;
}
	padding: 5px;
	border: 1px solid #358;
	height: 180px;
	width: 150px;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
	height: 47px;
	text-align: center;
}
#sidebar img {
	float: none;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 300px;
	width: 300px;
}
/* Footer Styles */
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 18px;
	position: relative;
	width: 750;
	top: 611px;
	left: 0px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
/* Link Styles */
a {
	padding: 1 4 1 0;
	color: #0000FF;
	text-align: center;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}