html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins, strong, ol, ul, li,
fieldset, form, label, legend
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100.01%; /*opera*/
font-family: inherit;
vertical-align: baseline;
}
a:focus, a:active {outline:none}

ol, ul {
list-style: none;
}
a img, img {
	border: 0;
	}
em {font-style:italic}
/* lime green #abd726 dff3a4;*/

/* Main styles
*******************************/
/* force vertical scrollbars */
html {
	height: 100%;
	margin-bottom: 1px;
	font-size: 16px;
	}
body {
	background-color: black;
	color: white;
	min-width:770px;
	font-size:76%;
	text-align: center;
	}
#wrap {
	background-color:black;
	margin:0 auto;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width:670px;
	margin-bottom:3em;	
	overflow:hidden;
	}
form  {
	color: #aaa;
	background-color:#333;
	overflow:hidden;
	margin-bottom:20px;
	}
h1 {
	text-transform: uppercase;
	letter-spacing:4px;
	font: normal 1.8em Verdana, "Trebuchet MS bold", "sans serif";
	margin-top: 30px;
	color:#e43b37;
	
	}
span {
	color:#e43b37;
	}

h2 {
	font-size:1.2em;
	color:#e43b37;
	border-top:2px solid #000;
	padding-left:20px;
	padding-top:.4em;
	}
h2#button {padding:0;margin:0;}
.group {
	clear:both;
	overflow:hidden;
	margin-bottom:3em;
	}
#end {
	font-size:6px;
	padding-bottom:8px;
	}
fieldset {	
	margin-top:1.5em;
	}

fieldset.left {
	float:left;
	width:44%;
	margin-left:20px;
	display:inline;
		}
fieldset.right {
	float:right;
	width:44%;
	margin-right:20px;
	display:inline;
	}
	
#space p {margin-top:1em}

label {
	clear:both;
	color:#aaa;
	font: .9em Verdana, Tahoma, "sans serif";
	margin-bottom:1em;
	text-transform:uppercase; 
	position:relative; 
	top:5px; left:-2px;
	float:left;
	width:41%;
	text-align:right;
	}
label.one-line {width:100%; text-align:left; margin-bottom:8px; padding-left:2px}

label.one-line2 {width:100%; text-align:left; margin-bottom:8px; padding-left:2px; margin-top:2em}

input {
	float:right;
	font: normal 1.1em/1.3em courier, monospace;
	}
p {
	color: #aaa;
	line-height:1.3em;
	font-size: 1em;
	}
p.across {
	padding-left:20px;
	margin-top:1.5em;
	}
.nofloat {float:none; position:relative; top:0; left:-3px}

textarea {width:96%; line-height: 1.3; padding:3px;}
.below {
	padding:2px 2px 4px 2px;
	}
.below2 {
	padding:2px 2px 4px 2px;
	margin-top:2em;
	}
.space-top {margin-top:2em}
/*----------------------------------------navigation*/
#navcontainer ul li {
	display: block;
	float: right;
	background: url("i/navbar.gif") repeat-x 20px;
	font: 10px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	}

#navlist {
	text-align: center;
	clear:both;
	overflow:hidden;
	}
#navcontainer a {
	color: #000;
	text-decoration: none;
	display: block;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	width:75px;
	}

#navcontainer li#active { background: url("i/navbarhover.gif") repeat-x 20px; }
#navcontainer a:hover { background: url("i/navbarhover.gif") repeat-x 20px; }

.submit, .reset { 
	background: url("i/navbar.gif") repeat-x 20px;
	font: 12px/10px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	color: #000;
	text-decoration: none;
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	width:75px;
	height:20px;
	margin-left:20px;
	display:block;
	float:left;
	}


#footer {
	display:inline;
	float:left;
	width:510px;
	position:relative;
	top:10px;
	font: normal .9em arial, helvetica, sans-serif;
	color: #777;
	line-height:1.6em;
	}
#footer a {
	 color: #777;
	}
#footer a:hover {
	color: #bbb;
	}

