﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #016798;
	background-image: url("../images/background_palegrey_1000by10.gif");
	background-position: center;
	background-repeat: repeat-y;
}
#container {
	width: 100%;
	background-color: #016798;
	background-image: url('../images/background_palegrey_1000by10.gif');
	background-position: center;
	background-repeat: repeat-y;
}
#masthead {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #016798;
}
#search {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #CCCCCC;
}
#page_content {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 720px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar {
	float: right;
	width: 180px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	clear: both;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	float: left;
	text-align: center;
}
#navigation a {
	font: normal normal normal small sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #016798;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Search Styles */
#search ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}
#search li {
	float: left;
	text-align: center;
}
#search a {
	font: normal normal normal small sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #016798;
}
#search a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #005;
}
h2 {
	color: #000080;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar li {
}
#sidebar a {
	text-decoration: none;
	color: #016798;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #b6d2de;
}
#sidebar a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #008;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
