﻿@import url("layout.css");
#body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #000000;

	background-position: top left;
	background-repeat: repeat-x;
	

}
#container {
	background-color: #CCCCFF;
	width: 780px;
	margin-top: 0px;
	border-bottom: 2px solid #423682;
	border-top: 2px solid #423682;
	border-right: 2px solid #423682;
	border-left: 2px solid #423682;
	position: absolute;
}
#masthead {
	width: 780px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation {
	width: 779px;
	margin-right: auto;
	margin-left: 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0px;
}
#page_content {
	position: relative;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	float: left;
	width: 290px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	color: #423682;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;

}
#sidebar {
	float: right;
	width: 380px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	color: #423682;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
}

#footer {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #daa520;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #965;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #423682;
	display: block;
	margin: 0 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 2px;
	border: 1px solid #708090;
	background-color: #C0C0C0;
	font-size: 14px;
}
#navigation a:hover {
	text-decoration: none;
	color: #edb;
	background-color: #333399;
}
/* Content Styles */
h6 {
	color: #a0522d;
}
h5 {
	color: #a0522d;
}
h4 {
	color: #a0522d;
}
h3 {
	color: #423682;
	background-color:silver;
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid; 
	padding-left: 5px;
}
h2 {
	color: #423682;
	background-color:silver;
	BORDER-RIGHT: gray 1px solid; 
	BORDER-TOP: gray 1px solid; 
	BORDER-LEFT: gray 1px solid; 
	BORDER-BOTTOM: gray 1px solid; 
	padding-left: 5px;
}
#content h1 {
	color: #a0522d;
}
#content img {
	padding: 5px;
	border: 1px solid #C0C0C0;
}
/* Sidebar Styles */
#sidebar p {
	color: #423682;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.75em;
	color: #808080;
}
#footer a {
	color: #423682;
	text-decoration: underline;
}
#footer a:hover {
	color: #800000;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #a0522d;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* Custom */
.picture_border {
	border: thick double #000080;
	float: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
hr {	
	color:	#000080;
}
.lightcoloredbox
{
	BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid;
	background-color: #D3D3D3; padding: 2px 10px 0px 0px; 
}

.noncoloredbox
{
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid;
	padding: 2px 0px 0px 0px; font-family: comic sans ms;
}

.noncoloredbox100
{
	BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; BORDER-LEFT: gray 1px solid; BORDER-BOTTOM: gray 1px solid;
	padding: 2px 0px 0px 0px; font-family: comic sans ms; width: 98%;
}

