#content table, #content form {
padding: 0;
margin: auto 0;
width: 480px;
font-family: Verdana, Arial, Helvetica, san-serif;
font-size: 11px;
color: #FF9933;
background-color: #F0F0F0;
}
#content table {
border-collapse: collapse;
margin: 0 0 0 1.5em;;
padding: 0;
}
#content td, #content tr {
margin: 0;
padding: 0;
}
.title {
font-size: 1em;
padding: 0 0 0 1.5em;
border-bottom: 1px solid #FF9933;
}
#content .subtext {
padding: .2em 0 0 1.5em;
}
#content input {
width: 250px;
height: 25px;
margin: .5em -6em .5em 0em;
border: 1px solid #ccc;
text-align: left;
}
#content .messagefld {
width: 250px;
margin: .5em 0 0 -7.2em;
border: 1px solid #ccc;
}
#content td.text div {
width: 80px;
}
#content td.spcell {
padding: 0;
}
#content td div .button  {
background: url(../images/btnsubmit.png) no-repeat left center;
width: 73px;
height: 23px;
text-indent: -9000px;
margin: .5em 7.5em 0 0;
border: none;
}
#content td div .clearBtn {
background: url(../images/btnclear.png) no-repeat left center;
width: 73px;
height: 23px;
text-indent: -9000px;
margin: .5em 7.5em 0 0;
border: none;
}
#pageID {
border-bottom: 2px solid #EC5B0E;
height: 200px;
}
#meter {
width: 120px;
height: 200px;
position: fixed;
left: 45px;
bottom: 15px;
}
/*------About Navigation-----*/
#aboutNav {
	font-size: 90%;
	right: 0;
	width: 120px;
	margin: 0 0 0 0;
	text-transform: capitalize;
	position: absolute;
	top: 1em;
	right:3px;
	_right: 16px;
}
#aboutNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	background-color: #999999;
}
#aboutNav li {
    font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight: bold;
	display: block;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	background: url(../images/about_btn.jpg) no-repeat top right;
}
#aboutNav a:link, #aboutNav a:visited {
	padding: 0.4em 1em 0.4em 1em;
	color:#fff;
	text-decoration: none;
	display: block;
}
#aboutNav a:hover {
color: #EC5B0E;
background: url(../images/about_btn.jpg) no-repeat top left;
}
#aboutNav li.request a {
color: #33CC00;
}
.abNav {
display: none;
}
