﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #3D62BF;
}
#container {
	width: 889px;
	background-color: #fff;
	margin: 5px auto;
}
#masthead {
	text-align: left;
	width: 887px;
	background-color: #3D62BF ;
	height: 150px;
	font-size:12px;
	border:1px solid #000000
	
	
}
#navigation {
	float: left;
	width: 142px;
	height: 350px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #fff;
	display: inline;
	line-height: 10px;
}
#content {
	float: left;
	width: 743px;
	height: 350px;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
/* Masthead Styles */
.style1 {
	font-family: "Wide Latin";
	font-size: 18px;
	color:#FFFFFF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 10px;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-weight: bold;
}
#navigation a {
	color: #5C78C7;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #fff;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C78C7;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #5C78C7;
	text-align: center;
	font-size: small;
}
#content .style2 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
p {
	margin-left: 5px;
	margin-right: 5px;
}
.white {
	font-family: "Wide Latin";
	font-size: 14px;
	color: #FFFFFF;
}
