* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	font-family: arial, tahoma, verdana, helvetica, sans-serif;
	border: 0; }
	
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%; }

hr {
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 1em; }
		
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #009933; }
			
a:hover {
	text-decoration: underline; }

div#wrapper {
	width: 770px;
	margin: auto;
	text-align: left; }

div#content {
	background: url(/images/bg-bottom.gif) no-repeat bottom left;
	padding: 0 52px 45px 52px; }
	
div#header {
	background: url(/images/header.jpg) no-repeat top left;
	height: 92px;
	overflow: hidden; }

div#subnav {
background: #000;
position: relative; }

div#subnav ul {
height: 1.5em;
padding: 0 0 0 69px; }

div#subnav ul li {
float: left;
background: #000;
text-transform: uppercase;
color: #fff;
font-size: 85%; }

div#hiddenVals
{
  display: none;
  position: fixed;}

div#footer {
margin-top: 6px;
background: #fff;
color: #60656c;
height: 25px; }

div#footer p {
padding: 7px 0 30px 24px;
color: #999;
background: #fff;
font-weight: bold;
line-height: 130%;
font-size: 70%; }

div#footer ul {
padding: 19px 0 0 27px; }

div#footer ul li {
display: inline;
padding: 0 6px 0 0;
margin: 0;
text-transform: uppercase; }

div#footer ul li a {
color: #d3411c;
font-size: 80%;
font-weight: bold;
background: #fff; }

div#footer ul li a:hover {
text-decoration: none;
color: #a8005f; }

div#content div.content-top {
	padding: 20px 49px; }
				
	div#content div.content-top h3 {
		color: #009933;
		padding: 0 0 11px 0;
		font-size: 200%;
		margin: 0; }
					
	div#content div.content-top p {
		padding: 0;
		margin: 0;
		font-size: 80%;
		font-weight: bold; }
	
	div#content div#box input {
		border-top: 2px solid #656565;
		border-left: 2px solid #656565;
		border-right: 2px solid #a4a4a4;
		border-bottom: 2px solid #a4a4a4;
		background: #fff;
		margin-top: 2px;
/*		float: left;*/
		color: #000; 
		padding: 10px 20px 10px 20px;}
					
		div.dark {
			background: #ddd;
			margin: 0;
			padding: 18px 50px 25px 50px; }
							
		div.dark p {
			padding: 0 0 15px 0;
			margin: 0; }
							
		div#content div.darker {
			background: #cdcdcd;
			padding: 18px 50px;
			height: 50px;
			margin: 0;
			width: auto; }
						
		div#content div#box li {
			padding-left: 20px;
			}

		div#content div.dark p {
			padding-bottom: 5px;
			font-size: 85%; }

/* table with padded cells */
#myTable td {
   padding: 5px 5px;   
}

