﻿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 {
	width: 100%;
	background-color: #FF9933;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navigation {
	background-color: #FF9933;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0 #FF9933;
	clear: both;
	border-bottom-color: #FF9933;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9933;
	min-height: 650px;
}
#column_l {
	padding-right: 2%;
	position: relative;
	margin: 0 430px 0 0;
	padding: 1% 3% 1% 1%;
	background-color: #fff;
	float: left;
	min-height: 825px;
}
#column_r {
	background: url('../images/roundedcornr_334455.gif') no-repeat;
	float: none;
	width: 400px;
	margin: 0 0 625px 0;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 615px;
}
#footer {
	background: url('../images/roundedcornr_328943.gif') no-repeat center;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
	width: 80%;
	clear: both;
	overflow: auto;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom-color: #FF9933;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #FF6600 solid;
	background-color: #FF9933;
}
#navigation a:hover {
	font: italic normal normal small Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #FF9933;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
	text-align: center;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: xx-small;
	color: #469;
	text-align: center;
	font-style: italic;
}
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: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font: italic normal normal x-small Arial, Helvetica, sans-serif;
	color: #FFFF00;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FF9933;
	text-decoration: none;
	text-align: center;
}
a:hover {
	font: italic normal normal small Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}