﻿
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #003060;
}
#container {
	border: 4px inset #919EA6;
	width: 754px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#logo {
	margin: 0px;
	padding: 0px;
	background-color: #003060;
	float: left;
	width: 150px;
	position: relative;
	height: 80px;
	vertical-align: middle;
	clear: both;
}
#masthead {
	margin: 0px;
	width: 604px;
	background-color: #003060;
	color: #FFFFFF;
	height: 80px;
	float: right;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
#mfc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: lighter;
	height: 26px;
	top: 17px;
	width: 400px;
	position: absolute;
	left: 0px;
	vertical-align: bottom;
	padding-left: 45px;
	padding-right: 0px;
}
#mfc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	position: absolute;
	float: none;
	width: 400px;
	bottom: 14px;
	clear: both;
	height: 15px;
	left: 60px;
}
#navigation {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
}
#content {
	margin: 0px;
	float: right;
	width: 580px;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	margin: 0px;
	text-align: center;
	clear: both;
	width: 750px;
	padding: 0;
	overflow: auto;
	background-color: #003060;
}
#counter {
	position: relative;
	top: 1200px;
	text-align: center;
}
#logo img {
	margin: 0px;
	padding: 0px 0px 10px 35px;
	position: absolute;
	float: left;
	width: 150px;
	height: 80px;
	top: 0px;
	clear: both;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-size: x-small;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#navigation a {
	font-weight: lighter;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#navigation a:hover {
	font-weight: lighter;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}