﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #7192B3;
}
#container {
	border-right: 2px solid #484848;
	border-bottom: 2px solid #484848;
	border-left: 2px solid #484848;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #011866;
}
html>body #navigation {
	background: #011866;
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #336699;
	color: #800080;
}
html>body #column_r {
	border: thin #011866;
	width: 220px;
	padding: 2px 10px;
	background-color: #336699;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	color: #011866;
}
html>body #footer {
	border: thin #000000;
	background: #011866;
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: auto;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #011866;
	display: block;
	padding: 5px;
	border: thin #011866 solid;
	background-color: #ADCFFF;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #336699;
}
/* Right Column */
#column_r img {
	border: 0;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #011866;
	width: 100%;
}
h3 {
	font-size: large;
	color: #800080;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	font-weight: normal;
	text-decoration: underline;
	color: #00FFFF;
	display: inline;
	width: auto;
	height: auto;
}
#footer a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #00FFFF;
}

/* Links */
a {
	color: #800080;
	text-decoration: underline;
}
a:hover {
	color: #800080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}