﻿@import url("layout.css");
body {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: none;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #E7E3E5;
}
#container {
	border-right: 1px solid #676767;
	border-bottom: none;
	border-left: 1px solid #676767;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #ffffff;
	background-image: url('../images/masthead.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #B0B0B0;
}
html>body #navigation {
	overflow: hidden;
}
#navigation2 {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #B0B0B0;
}
#column_l {
	width: 410px;
	margin: 0;
	padding: 0 12px;
	background-color: #fff;
}
html>body #column_l {
	width: 410px;
	padding: 0 12px;
	background-color: #fff;
}
#column_r {
	width: 210px;
	margin: 0;
	padding: 4px;
	background-color: #CCCCCC;
	position:relative;
}
html>body #column_r {
	width: 210px;
	padding: 4px;
	background-color: #CCCCCC;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	background-color: #880029
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #880029;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #880029;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Navigation2 */
#navigation2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
}
#navigation2 a {
	font-weight: normal;
	text-decoration:none;
	color: #880029;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation2 a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Right Column */
#column_r img {
	border: none;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
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: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a hover {
	color: #fff;
	text-decoration: none;
}
/* Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}