﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #eee;
/*	background-attachment: scroll;
	background-color: #90b7f1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;  */
}
#container {
	width: 100%; /*	margin-top: 57px;  */ /*	border-bottom: 2px solid #358;  */
	background-color: #D0DFFA;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
/*	border-left: 1px navy solid;
	border-top: 1px navy solid;
	border-right: 1px navy solid; */
	background-color:#fff;
}
#time_line {
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: #99CCFF;
}
#navigation {
	width: 650px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 5px; /* keep */
	padding-left: 10px;
	padding-right: 10px;
/*	border-left: 1px navy solid;
	border-right: 1px navy solid; */
	background-color:#fff;
}
#page_content {
/*	border-top: 2px #4477BB solid;  */
	width: 670px;
/*	margin-top: 10px; */
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
/*	border-right: 1px navy solid;
	border-left: 1px navy solid; */
	background-color:#fff;
}
#content {
	position: relative;
	float: left;
	width: 300px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color:#fff;
	/*border-right:1px gray dashed;*/
}
#content2 {
	position: relative;
	float: left;
	width: 650px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color:#fff;
}
#sidebar {
	float: right;
	width: 300px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	background-color:#fff;
}
#footer {
/*	border-top: 2px #4477BB solid;  */
	clear: both;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding:10px 10px 10px 10px;
	text-align: center;
/*	border-left:1px navy solid;
	border-bottom:1px navy solid;
	border-right:1px navy solid; */
	background-color:#fff;
}

/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: 600;
	color: #b22222;
	display: inline;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
/*	width: auto;  */ /* new */
	text-align:center; /* new */
 	margin: 0;
	padding: 0;
}
#navigation li {
/*	float: left; */ /* new */
	display:inline;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
/*	display: block; *//* new */
	margin: 0 1px;
	padding: 3px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}

/* Content Styles */
h6 {
	color: #b22222;
}
h5 {
	color: #b22222;
}
h4 {
	color: #b22222;
}
h3 {
	color: #b22222;
}
h2 {
	color: #b22222;
}
#content h1 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 1px solid #358;
}
#content a {
	color: #47b;
	text-decoration: underline;
}
#content a:hover {
	color: #237;
	text-decoration: none;
}

/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar a {
	color: #47b;
	text-decoration: underline;
}
#sidebar a.hover {
	color:#FF0000;
	text-decoration: none;
}

/* 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 {
	background-color: #FFFF00;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.style_li_bottom_10px {
	padding-bottom:10px
}