﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #FFD10C;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #FFD10C;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #FFAD03;
}
#navigation {
	background-color: #cc3300;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFD10C;
}
#column_l {
	position: relative;
	margin: 0 220px 0 0;
	padding: 0 2%;
	float: none;
	}
#column_r {
	float: none;
	width: 220px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #ff0000;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 7px 0px 0px 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 5px 0px 5px 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: #000;
	font-weight:bold;
	text-decoration: none;
	display:block;
	padding: 6px;
	border: 1px solid #FFAD03;
	background-color: #cc3300;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ff0000;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.36em;
	color: #469;
	margin-bottom:1px;
}
h3 {
	font-size: 1.35em;
	color: #469;
	margin-bottom:3px;
	margin-top:2px;
}
h4 {
	font-size: 1.25em;
	color: #469;
	margin-bottom:4px;
	margin-top:10px;
}
h5 {
	ont-size: 1em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
.banner468 {
	width:468px;
	height:60px;
	clear:both;
	margin-left:0px;
	margin-top:4px;
	margin-bottom:0px;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}