﻿@import url(layout.css);
body {
	color: #000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #FFFFFF;
	overflow: auto;
}
#container {
	background-position: top;
	width: 670px;
	margin: 0 auto;
	background: #fff url('../images/edge.jpg') top;
	background-repeat: repeat-y;
	overflow: auto;
}
#masthead {
	background-color: #42210B;
}
#navigation {
	background-color: #FFFFFF;
	width: 650px;
	height: 40px;
	overflow: auto;
	background-repeat: no-repeat;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#column_l {
	width: 630px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #FFFFFF;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #42210B;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #BDB441;
}
html {
overflow: -moz-scrollbars-vertical;
overflow: scroll;
}

/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation a {
	font-size: small;
	font-weight: bold;
}
#navigation a:hover {
	font-size: small;
}

/* Styles for Content */
h1 {
	color: #000000;
	font-size: xx-large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
h2 {
	color: #4B2F07;
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	color: #000000;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	color: #455E24;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5 {
	color: #9F0B06;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	color: #365F91;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
big {
	color: #000000;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #EDDD13;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #455E24;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.style_bold {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style_italic {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
