﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	width: 100%;
	border-bottom: 2px solid #358;
	background-color: #fff;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#menuh-container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#menuh {
	width: 800px;
	position: relative;
	margin-right:auto ;
	margin-left: auto ;
	clear: both;
}
#page_content {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: right;
	width: 800px;
	padding-top: 15px;
	text-align: right;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: right;
}
/* 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;
}
/* menuh Styles */
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222;
}
#content img1,img2,img3 {
	padding: 5px;
	border: 1px solid #358;
}
#content img4 {
}	
/* Sidebar Styles */
/* 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: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
