﻿@import url(layout.css);
body{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #006600;
	height:auto;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #006600;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #000000;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #000000;
}
#navigation {
	background-color: #000000;
	overflow: hidden;
}
#page_content {
	border-top: 1px solid #006600;
	position: relative;
		width: 100%;
		top: 0px;
	left: 0px;
}
#column_l {
	font: medium serif;
	position: relative;
	width: auto;
	padding: 0 2%;
	background-color: #006600;
	float: none;
}
#column_r{
	float: none;
	width: 40%;
	margin: 0;
	padding: 10px;
	background-color: #006600;
	position: absolute;
	right: 0px;
	top: 15%;
	text-align: center;
}
#footer {
	background-color: #000000;
	padding-bottom: 5px;
}
#footer {
	background-color: #000000;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	border: #000000;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font: 100% Arial;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #006600 solid;
	background-color: #000000;
	outline: #FFFFFF;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	background-color: #006600;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #000000;
}
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: small;
	text-align: center;
	color: #FFFFFF;
	margin: 10px;
	padding: 1px;
}
#footer a {
	font-size:small;
	color: #FFFFFF;
	text-decoration: none;
	outline-color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #FFFFFF;
	font-size: large;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
alic {
	font-style: italic;
	
	

