﻿@import url("../layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: Black;
	background-repeat: repeat;
	background-attachment: scroll;
	text-align:center;
}
#container {
	width: 853px;
	vertical-align: top;
	text-align:center
}
#masthead {
	width: 853px;
	background-color: #000000;
	vertical-align: middle;
		max-width: 853px;
		overflow:hidden;
		vertical-align:bottom;
		text-align:center;
}
#content {
	background-position: center;
	width: 853px;
	background-color: #CCCCCC;
	max-width: 853px;
	vertical-align: middle;
	left: 200px;
	background-repeat: repeat-y;
	background-attachment: inherit;
	text-align:center;
}
#footer {
	width: 853px;
	vertical-align: middle;
}
/* Masthead Styles */
#masthead h1 {
	color: black;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Content Styles */
h6 {
	color: black;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
    border: none;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: Black;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: Black;
	text-decoration: underline;
}
a:hover {
	color: Black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
