﻿@import url('layout.css');
body {
	font-family: Arial;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url('../images/logo.gif');
	background-repeat: repeat;
}
#container {
	background-position: inherit;
	width: 652px;
	margin: 0 auto 0 103px;
	background-image: url('../images/msfp.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
	position: inherit;
}
#masthead {
	margin: 0 10px;
	width: 627px;
	overflow: auto;
	background-color: #004000;
	background-image: url('../images/logo1a.gif');
	background-repeat: no-repeat;
	height: 115px;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #F0F3F7;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
	font-family: Arial;
	font-size: small;
	top: 0px;
	left: 0px;
}
#content {
	margin: 0px 10px 0px 0;
	background-position: right;
	float: right;
	width: 452px;
	padding: 10px;
	position: relative;
	background-image: none;
	font-style: normal;
	text-align: none;
	list-style-position: outside;
	font-size: small;
	font-weight: normal;
	color: #333333;
	top: 0px;
	left: -4px;
}
#footer {
	text-align: center;
	clear: both;
	width: 629px;
	margin-right: 0px;
	margin-left: 8px;
	padding: 0;
	overflow: inherit;
	background-color: #004600;
	height: inherit;
}
#masthead img {
	float: left;
	width: 150px;
	height: 115px;
}
#masthead p {
	font-size: 18pt;
	text-align: right;
	margin-top: 14px;
	margin-right: 10px;
	color: #FFFFFF;
	margin-bottom: 1px;
	font-family: Arial;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	font-size: small;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #003E00;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	font-family: Arial;
	background-color: #E9EEF3;
	margin-bottom: 2px;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 12px;
	color: #fff;
	margin: 7px 7px 15px 25px;
	padding: 2px;
	width: 573px;
}
#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;
}
