﻿body {
	margin: 0; padding: 0; border: 0;
	color: black;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #CC0000;
}
#container {
	margin: 5px auto 0 auto;
	background-color: white;
	width: 750px;
}

/* Styles for Masthead */
#masthead {
	overflow: auto;
	text-align: right;
	background-color: #CC0000;
}
#masthead img {
	float: left;
}
#masthead p {
	color: black;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}

/* Styles for Navigation */
#navigation {
	width: auto; 
	margin: 0; padding: 0; border: 0;
	clear: both;
	background-color: #777777;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: white;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 7px 8px;
	display: block;
}
#navigation a:hover {
	background-color: #ffff99;
	color: black;
}

/* Styles for Footer */
#footer {
	text-align: center;
	background-color: #660000;
	padding: 4px;
	width: auto;
	clear: both;
	overflow: auto;
}
#footer p {
	color: white;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: yellow;
	text-decoration: none;
}
#footer #footer_phone {
	float:left;
	font-size:2em;
	font-weight:bold;
	color:yellow;
	margin-left:10px;
}

/* Styles for Page Content */
#page_content {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0; border: 0;
}
h1 {
	color: #330099;
	font-size: 2.0em;
}
h2 {
	color: #330099;
	font-size: 1.75em;
}
h3 {
	color: #330099;
	font-size: 1.5em;
}
h4 {
	color: #330099;
	font-size: 1.25em;
}
h5 {
	color: #330099;
	font-size: 1.0em;
}
h6 {
	color: #330099;
	font-size: 0.75em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
a img {
	border: none;
}
.float_right {
	float:right;
}
.picture_caption {
	text-align:center;
	margin-top:2px;
	font-size: 0.75em;
}
/* Styles for Links */
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

ol.spaced_list li, ul.spaced_list li {
	margin-bottom:8px;
}
