﻿@import url("layout.css");
body {
	font-family: "Times New Roman";
	font-size: medium;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #000000;
	color: #000000;
}
#container {
	background-color: #fff;
	background-repeat: repeat;
}
#masthead {
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('../images/masthead_image.gif');
	background-position: top;
	background-repeat: repeat-x;
	line-height: 60px;
}
#navigation {
	background-color: #C0C0C0;
}
html>body #navigation {
	border-bottom: #FFFFFF;
	overflow: hidden;
	border-bottom-color: #FFFFFF;
}
#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: #fff;
}
html>body #column_r {
	width: 220px;
	padding: 15px 0 15px 0;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #FF0000;
	margin-right: 0.5em;
	margin-bottom: 0;
	vertical-align: bottom;
	bottom: inherit;
	position: relative;
}
#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;
	color: #800080;
}
#navigation a {
	font-weight: bold;
	font: normal normal bolder medium "Helvetica Neue *";
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 8px;
	background-color: #C0C0C0;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #C0C0C0;
	border: 1px #C0C0C0 solid;
	background-color: #000000;
}
/* Right Column */
#column_r img {
	padding: 15px 0 15px 0;
	border: 0px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000080;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #A9253F;
}
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: small;
	color: #000;
}
/* Links */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #A91E4D;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}