﻿body {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	height: 0px;
	text-align: left;
}
#container {
	padding: 0;
	width: 975px;
	margin: auto;
	background-color: #fff;
	border: 1px solid navy;
}
#masthead {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;
	background-color: #FFFFFF;
}
#masthead .logo {
	padding: 10px;
	height: 61px;
}
#navigation {
	margin: 0;
	padding: 0;
	border-top: 1px solid #678DB3;
	border-bottom: 1px solid #678DB3;
	text-align: center;
	background-color: #ca7;
	width: 100%;
	height: 28px;
}
#page_content {
	clear: both;
}

#column_l {
	float: left;
	padding: 0 10px 0px 60px;
	background-color: #FFFFFF;
	width: 570px;
}
#column_r {
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #678DB3;
	margin: 35px 10px 10px;
	padding: 10px;
}
#footer {
	clear: both;
	padding-top: 5px;
	background-image: url('../images/fresh_air_landscape.jpg');
	height: 142px;
}
/* Styles for Masthead */
#masthead img {
	border-width: 0px;
	float: left;
		margin: 0;
		padding: 0;
}
#masthead p {
	text-align: right;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 110px;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
#navigation ul li {
	position: relative;
}
#navigation ul li #submenu1 {
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
	z-index: 2;
	border: 1px solid #dc8;
	text-align: left;
}
#navigation ul li #submenu1 li {
	float: none;
	display: block;
	width: 100px;
}
#navigation ul li #submenu1 a {
	color: #000;
	border: 2px solid #ed9;
	border-bottom: 1px solid #dc8;
	background-color: #eee6c4;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation ul li #submenu1 a:hover {
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #0000FF;
}
h2 {
	font-size: 1.75em;
	color: #000099;
	margin-top: 10px;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #000099;
}
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: #393939;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-align: center;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {}
.normal_text {}
.para_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #469;
}
.FAQ_Question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
}
.FAQ_Answer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: inherit;
	font-style: normal;
}
.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
}
.float_right {
	float:right;
}
.normal_text_bold {
	font-weight: bold;
}
.normal_text_bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.normal_text_underlined {
	text-decoration: underline;
}
.normal_text_red_bold {
	color: #FF0000;
	font-weight: bold;
}
.para_heading_underlined {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #469;
	text-decoration: underline;
}
.para_heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #F29200;
}
