﻿@import url("layout.css");
@import url(prb_menu.css);
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #90b7f1;
	background-image: url("../images/red_back.jpg");
	background-position: top left;
	background-repeat: repeat;
}
#container {
	width: 900px;
	margin: 57px auto 0 auto;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	width: 760px;
	margin: 0 auto 0 57px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#logo{
	border:thin green ridge;
	float:left;
	width:20%;
}
#marquee {
	width:36%;
	padding-left:20px;
	padding-right:20px;
	float:left;
	text-align:center
}
#search {
	float:left;
	width:36%;
	vertical-align:middle; 
	line-height:20px;
}
#menu {
	margin-left:37px;
	padding:0 0 0 20px;
	float:none;
	width:auto
}
#page_content {
	width: 690px;
	margin-right: 0;
	margin-left: 57px;
	overflow: hidden;
	float:none;
}
#content {

	float: left;
	width: 400px;
	padding-top: 7px;
	text-align: justify;
}
#sidebar {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-align: left;
}
#footer {
	clear: both;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 15px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	width:auto;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #690000;
	background-color: #d0dffa;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
	}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#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: #690000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
