﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: center;
	width: 100%;
	background-color: #800000;
}
#navigation {
	background-color:#800000;
	overflow: hidden;
	}
#navigation_2 {
	background-color: #800000;
	overflow: hidden;
}

#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 15px 4%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 320px;
	margin: 0;
	padding: 15px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;

}
#footer {
	background-color: #C64F06;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: center;
	margin: 0;
	padding: 0;	
}
#masthead p {
	font-size: small;
	text-align: center;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	}
#navigation a {
	color: #F1EEB6;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #ca7;
	background-color:#C64F06;
}
#navigation a:hover {
	color:#620000;
	text-decoration: none;
	border: 1px solid #F1EEB6;
	background-color: #F1EEB6;
}
#navigation_2 ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation_2 li {
	float: left;
}
#navigation_2 a {
	color:  #F1EEB6;
	text-decoration: none;
	display: block;
	padding: 4px;
	border: 1px solid #ca7;
	background-color:#C64F06;
}
#navigation_2 a:hover {
	color: #620000;
	text-decoration: none;
	border: 1px solid #F1EEB6;
	background-color: #F1EEB6;
}

/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #F1EEB6;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #C64F06;
	text-decoration: underline;
}
a:hover {
	color: navy;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}