﻿@import url("layout.css");
body {
	font-family: tahoma;
	font-size: small;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	color: #000000;
	background-color: #003300;
}
#container {
	width: 85%;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	background-color: #FF9933;
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	height: auto;
	line-height: normal;
}
#masthead {
	background: #FF9900 none no-repeat fixed center;
	text-align: center;
	width: auto;
	padding: 10px;
	border: medium double #003300;
	font-family: tahoma;
	font-size: small;
	color: #000000;
	position: inherit;
	height: 55px;
	vertical-align: middle;
}
#navigation {
	padding: 0px;
	margin: 0px;
	position: relative;
	width: auto;
	border-right: 1px dotted #000000;
	font-family: tahoma;
	font-size: small;
	background-color: #FF9933;
	border: thin none #FF9933;
	height: auto;
}
#content {
	float: none;
	width: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: tahoma;
	font-size: small;
	background-color: #FF9933;
	color: #000000;
	height: auto;
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 100%;
	border: 1px dotted #FF9933;
	font-family: tahoma;
	font-size: small;
	vertical-align: bottom;
	position: relative;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #003300;
	font-family: tahoma;
	font-size: small;
}
/* Navigation Styles */
#navigation ul {
	border: 1px solid #FF9933;
	width: auto;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: small;
	background-color: #FF9933;
	height: auto;
	line-height: auto;
	position: relative;
}
#navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: thin none #FFFFFF;
	background-color: #ff9933;
	font-family: tahoma;
	font-size: small;
	width: auto;
	height: auto;
	position: relative;
	text-align: center;
	line-height: auto;
}
#navigation a {
	margin: 1px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #003300;
	font-family: tahoma;
	font-size: small;
	width: auto;
	border: medium outset #CCCCCC;
	font-weight: normal;
	text-align: center;
	line-height: auto;
	position: relative;
	height: auto;
	clip: rect(auto, auto, auto, auto);
}
#navigation a:hover {
	padding: 5px;
	margin: 1px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: tahoma;
	font-size: small;
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-family: tahoma;
	font-size: small;
	width: auto;
	text-align: left;
}
#content img {
	padding: 5px;
	border: 1px solid #000000;
	font-family: tahoma;
	font-size: small;
	width: auto;
}
/* Footer Styles */
#footer p {
	color: #000000;
	font-family: tahoma;
	font-size: small;
	text-decoration: none;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-family: tahoma;
	font-size: small;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: underline;
	font-family: tahoma;
	font-size: small;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-family: tahoma;
	font-size: small;
}
.style_bold {
	font-weight: bold;
	font-size: small;
	font-family: tahoma;
}
.style_italic {
	font-style: italic;
	font-family: tahoma;
	font-size: small;
}
