﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #90b7f1;
	min-width: 800px;
	
}
#container {
	width: 800px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
	padding:0px;
}
#masthead {
    clear:both;
	width: 700px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color:white;
}
#pagecontent {
	float:left;
	width: 750px;
	padding-top:0px;
	padding-bottom:0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color:white;
}
#navigation {
	width: 670px;
	float:inherit;
	padding-top:5px;
	padding-bottom:0px;
        padding-left: 0px;
	margin-left: 55px;
	margin-right: auto;
	overflow: hidden;
	background-color:white;
}
#marker {
    clear:both;
    width: 670px;
	height: 5px;
	float:inherit;
	padding-top:0px;
	padding-bottom:0px;
	margin-right: auto;
	margin-left: 55px;
	overflow: hidden;
	background-color:white;
}
#submenu {
    clear:both;
    width: 670px;
    height: 5px;
	float:inherit;
	padding-top:0px;
	padding-bottom:0px;
	margin-right: auto;
	margin-left: 55px;
	overflow: hidden;
	background-color:white;
}

#topcontent {
    clear:both;
    float:left;
	width: 670px;
	padding-top:1px;
	padding-bottom:0px;
	padding-left:0px;
	margin-right: auto;
	margin-left: 30px;
	overflow: hidden;
	background-color:white;
}
#leftcontent {
	float: left;
	width: 370px;
	padding-top: 7px;
	text-align: left;
	padding-left: 30px;
	background-color:white;
}
#rightcontent {
	float: right;
	width: 270px;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-right:10px;
	text-align: left;
	background-color:white;
}
#fullcontent {
	float:left; 
	width:670;
	padding-top: 7px; 
	padding-bottom:7px; 
	padding-left: 10px; 
	background-color:white
}
#footer {
    clear:both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
	background-color:white;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-align: center;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 0px;
	margin-left: 0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	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: 0px;
	border: 0px hidden #358;
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	margin: 5px;
	float: left;
}
/* Footer Styles */
#footer p {
	font-style: arial;
	font-size: 0.7em;
	color: #808080;
	margin-top: 4px;
	margin-bottom: 4px;
}
#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: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
