﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#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: #336699;
	background-image: url("../images/masthead_image.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #fea;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
	height:100%;
	border: solid red 0px;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
	border: solid green 0px;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	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: #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;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color: #fea;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* 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: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* ADDED BY BRIAN BELOW (Oct. 2009) */
form input {
	border: solid 1px #AA938C;
	font:Tahoma, Technical;
	font-size:12px;
	background-color:#F6EDEA;
	color:#8B0000;
}
form li {
	list-style-image:url(..//images/check_mark2.gif); 
	text-align:left;
	color:#8B0000;
	font-size:14px;
	padding-bottom:10px;
}
form h1 {
	font-size:14px; 
	color:#8B0000; 
	padding-top:8px; 
	font-weight:bold;
	text-align:center;
}
form h2 {
	font-size:16px; 
	color:#8B0000; 
	padding-top:8px; 
	font-weight:bold;
	text-align:left;
}
form h3 {
	font-size:14px; 
	color:#8B0000; 
	padding-top:8px; 
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #8B0000;
}
form h4 {
	font-size:12px; 
	color:#8B0000; 
	font-weight:normal;
	text-align:right;
	display:inline;
	padding-left:15px;
	border: 0px solid red;
}

form td {
	font-size:12px; 
	color:#8B0000; 
	font-weight:normal;
}
#infobox {
	font-size:11px; 
	color:#8B0000; 
	margin-left:50px;
	margin-top:10px;
	border: 0px solid red;
}
.infobox {
	font-size:11px; 
	color:#8B0000; 
	margin-left:50px;
	margin-top:10px;
	border:solid #FA886B 1px; 
	padding:3px;
	width: 100%;
}
.forced {
	font-size:18px;
	color:red;
	font-weight:bold;
}
.h7 {
	font-size:13px;
	color:#8B0000; 
}