html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Georgia,Times, serif;
	text-align: center;
	font-size: 1.0em;
	color: #FFFFFF;
	background-image: url("Images/background.jpg");
	background-repeat: repeat-x;
	background-color: #A8342C;
}
#body-two {
	min-height: 246px;
	background-image: url("Images/Windows.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
}
#main {
	width: 88%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image: url("Images/moon-birds.png");
	background-repeat: no-repeat;
	background-position: top left;
}
#header-main {
	width: 95%;
	height: 149px;
	margin-left: auto;
	margin-right: auto;
}
#headern {
	width: 95%;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
}
#page_title {
	position: relative;
	height: 1.5em;
	color: #FDFDFD;
	width: 250px;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	top: 45px;
	line-height: 1.5em;
	padding-left: 165px;
	padding-top: 5px;
	float: left;
}
#inner-main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-bottom: 0px;	
}
#content {
	vertical-align: top;
	min-height: 330px;
	font-size: .9em;
	text-align: left;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 1.2em;
}
#content-one {
	position: absolute;
	width: 200px;
	min-height: 330px;
	left: 1px;
	top: 1.5em;
	padding-top: 10px;
	background-image: url("Images/sweep_left.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#content-two {
	width: 250px;
	min-height: 330px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("Images/Sweep.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#content-three {
	position: absolute;
	width: 200px;
	min-height: 330px;
	right: 1px;
	top: 1.5em;
	padding-top: 10px;
	background-image: url("Images/sweep_right.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#content table {
	position: relative;
}
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	list-style: disc;
	left: 15px;
}
.spacer {
	clear: both;
	height: 0px;
}
#content li {
	font-size: .9em;
}
p {
	color: #FDFDFD;
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
}
#content ul{
	margin-left: 10px;
	padding-left: 10px;
}
#contact-left {
	width: 35%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 40%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#contact-textarea{
	text-align: left;
	font-size: .9em;
	margin: 0px 0px 25px 0px;
	float: left;
}
Input{
	background-color: #E3E3E3;
	font: Verdana,san-serif;
	border : solid 1px #006600;
}
Select{
	background-color: #E3E3E3;
	font: Verdana,san-serif;
	font-size: .8em;
	border : solid 1px #003300;
}
TextArea{
	background-color: #E3E3E3;
	font: Verdana,san-serif;
	border : solid 1px #006600;
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #006600;
	border-style: outset;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.NormalCaps { 
	font-size: 1.2em; 
	font-weight: normal;
	font-variant: small-caps;
}
.BoldCaps { 
	font-size: 1.2em; 
	font-weight: bold;
	font-variant: small-caps;
}
.BoldLargeCaps { 
	font-size: 1.4em; 
	font-weight: bold;
	font-variant: small-caps;
}
.BoldLarge { 
	font-size: 1.2em; 
	font-weight: bold;
	font-variant: small-caps;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
.Left_Nav {
	text-decoration: none;
	line-height: 1.5em;
}
a:link{
	color: #F3EB1B;
}
a:visited{
	color: #F3EB1B;
}
a:hover{
	color: #F78D8D;
}
a:active{
	color: #F78D8D;
}
#pagefooter {
	padding-top: 5px;
	text-align: center;
	width: 99%;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	color: #F3EB1B;
	font-style : italic;
	text-decoration: none;
}