﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #8899AA;
	width: 900px;
}
#container {
	width: auto;
	margin: 0 auto;
}
#masthead {
	margin-right: 1px;
	margin-left: 3px;
	width: auto;
	background-color: #C0C0C0;
}
#navigation {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content {
	position: inherit;
	width: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#column_l {
	width: auto;
}

#footer {
	text-align: center;
	background-color: #89a;
	margin-right:5px;
	margin-left: 5px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	display: block;
	border: 1px #FF0000 solid;
	background-color: #CC3300;
}
#navigation a:hover {
	background-color: #800000;
	border: 1px #CC3300 solid;
}
/* Styles for Content */
h1 {
	color: #CC3300;
	font-size: 2.0em;
}
h2 {
	color: #CC3300;
	font-size: 1.75em;
}
big {
	color: #965;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #669999;
	text-decoration: underline;
	background-color: #800000;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}