﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url('../images/background_tile.gif');
	background-attachment: fixed;
	text-align: left;
}
#container {
	border: 2px solid #484848;
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
	width: 660px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	padding: 5px;
	text-align: right;
	background-color: #759FD2;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #336699;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	margin: 0px;
	width: 660px;
	padding: 15px 15px 0px 15px;
	background-color: #fff;
	position: relative;
}
html>body #column_l {
	width: 660px;
	padding: 0 15px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	overflow: hidden;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
	border-top-style: inset;
	background-color: #BBC0C7;
}
/* Masthead */
#masthead h1 {
	margin-right: 0.5em;
	margin-bottom: 0;
	margin: 4px 8 0 8px;
	color: #000000;
	font-size: x-large;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: #336699;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	background-color: #336699;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #800000;
	background-color: #336699;
}
/* Right Column */
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
	text-align: left;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
	text-align: left;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}