﻿body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	-webkit-text-size-adjust: 100%;
	background-attachment: scroll;
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	margin-top: 1px;
	border-bottom: 2px solid #a0522d;
	border-bottom-color: #000080;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 1px;
}
#page_content {
	position: relative;
	width: 800px;
}
#content {
	padding: 1px 15px 1px 15px;
	position: relative;
	float: left;
	width: 770px;
	text-align: left;
	background-color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #000080;
	text-transform: uppercase;
	float: left;
	margin-top: 5px;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #000080;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	display: inline;
}
/* Navigation Styles */
#masthead a {
	text-decoration: none;
	color: #000080;
	margin: 0 1px;
	padding: 3px;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#masthead a:hover {
	text-decoration: none;
	color: #000080;
	margin: 0 1px;
	padding: 3px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #999999;
	font-size: x-large;
}

#content frame {
	padding: 2px;
	border: 5px solid #FFFFFF;
}

/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;
}
#footer a {
	color: #0C5074;
	text-decoration: underline;
}
#footer a:hover {
	color: #0C5074;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #000080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}