﻿body {
	margin: 0;
	padding: 7px;
	border: 0;
	width: auto;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color:#333333;
}
#container {
	width: 900px;
	margin: 3px auto;
	background-color:#5C5C5C;
	position: relative;
	padding: 3px;
}
#masthead {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	padding:0px;
}
#mastcolumn_l {
	position: relative;
	padding: 0;
	margin: 0px;
	width: auto;
	float: left;
}
#mastcolumn_r {
	width: auto;
	margin:0px 0px 0px 230px;
	padding: 10px;
	text-align: left;
	background-color:#fff
}
#navigation {
	font-size: 1.00em;
	width: auto;
	margin: 0px;
	padding: 5px 0 0 0;
	border: 0;
	clear: both;
	overflow: hidden;
}
#column_l {
	border: 1px solid #333333;
	width:auto;
	position: relative;
	margin: 0 215px 0 0;
	padding: 0px 5px 0px 5px;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: auto;
	margin: 0px 2px 20px 2px;
	padding: 0px;
	background-color: #5C5C5C;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#footer {
	width: auto;
	clear: both;
	overflow: auto;
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
.float_right {
	float:right;
}
#page_content {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	position: relative;
	width: 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000;
}
/* Styles for Masthead */
#masthead p {
	font-size: small;
	text-align: left;
	color: #000;
	margin: 0px 0px 4px 2px;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	padding: 0px;
	list-style-type: none;
	width: 100%;
	margin: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #034578;
	text-decoration: none;
	display: block;
	padding: 3px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #dc8;
	text-decoration: none;
	border: 1px solid #034578;
	background-color: #034578;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer td {
	width: 100%;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #034578;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
