html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
}
body {
	font-family : Verdana, sans-serif;
	text-align: center;
	font-size: .9em;
	background-color: #1E1E1E;
}
#main {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 1.8em;
	width: auto;
	margin-top: 25px;
}
#page_title {
	color: #E7E7E7;
	width: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.5em;
}
#inner-main {
	position: relative;
 	min-height: 400px; 
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	margin-top: 0px;
	padding-bottom: 20px;
}
#content {
	vertical-align: top;
	font-size: .9em;
	text-align: justify;
	color: #E7E7E7;
	padding: 5px;
	margin: 15px;
}
#content ul {
	padding-left: 25px;
	list-style: disc inside;
}
#content li {
	list-style: disc;
	left: 15px;
}
.spacer {
	clear: both;
	height: 0px;
}
p	{
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
	text-decoration: none;
}
#contact-left {
	width: 45%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
#contact-right {
	width: 45%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
#contact-textarea{
	position: relative;
	text-align: left;
	margin-top: 8em;
	font-size: .9em;
}
.Submit_Button {
	width: 80%;
	text-align: center;
	vertical-align: top;
}
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 #000066;
	border-style: outset;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.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;
}
a:link, a:visited{
	color: #BBBBBB;
}
a:hover, a:active{
	color: #DCDCDC
}
#pagefooter {
	text-align: center;
	width: 99%;
	bottom: 5px;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	color: #BBBBBB;
	text-decoration: none;
}
a.tteddo:link, a.tteddo:visited {
	color: #BBBBBB;
}
a.tteddo:active, a.tteddo:hover {
	color: #DCDCDC;
}
