body {
	font-size: 85%;
	color: #fff;
	font-family: veranda, arial, helvetica, sans-serif;
	background: #000;
	margin: 0px;
	position: relative;
}
p,address,h1,h2,h3,h4 {
	margin: 10px 30px 10px 30px;;
}
h1 {font-size: 1.8em;color: #f0dc01;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
p,h4,li,tr {font-size: 1.2em;}
li {
  list-style-image: url('img/GrnBllt.gif');
}
form, table {
	margin-left: 30px;
}
td, th {
	font-size: 78%;
}
a:link, a:visited, a:active, a:hover {
	color: #fff;
}
a:hover {
        color: #f09800;
	text-decoration: underline;
}
img {
	border: 0px;
}
dl {
	margin: 10px;
}
dt {
        margin-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}
dd {
	margin-left:50px;
}
li {
	margin:10px;
	padding-left:10px;
}
#content {
	width: 780px;
	padding-top:20px;
	padding-bottom:20px;
	color: #fff;
	background: #000;
}
#content a {
	color: #f09800;
	text-decoration: none;
}
#content a:hover {
	color: #f0dc01;
	text-decoration: underline;
}
#header {
	width: 780px;
	margin-top:15px;
	background: #000 url('img/background_hdr.jpg') no-repeat;
}
#footer {
        clear:both;
	width: 780px;
	padding-bottom: 10px;
	color: #f09800;
	text-align: center;
	background: #000;
}
#footer a {
	color: #14bd00;
	text-decoration: none;
	font-weight:bold;
}
#footer a:hover{
	color: #c32000;
	text-decoration: underline;
}
#header h1 {
	padding-top:30px;
	text-align: center;
        color: #fff;
	font-size: 2.5em;
}
#headermenu,#footermenu {
	clear:both;
        width: 780px;
	margin-top:20px;
	color: #f09800;
	text-align:center;
	background: #000;
}
#headermenu a {
	color: #14bd00;
	text-decoration: none;
	font-weight:bold;
	margin: 0px 15px 0px 15px;
}
#headermenu a:hover {
	color: #c32000;
	text-decoration: underline;
}
#footermenu a {
	color: #14bd00;
	text-decoration: none;
	font-weight:bold;
	margin: 0px 15px 0px 15px;
}
#footermenu a:hover {
	color: #c32000;
	text-decoration: underline;
}
hr { color:#f0dc01;}
.indent {margin-left: 20px;}
.req,.error {color: #f00;}
.reqnote {font-size: .8em;}
.error {font-weight: bold;}
.hidden {display:none;}
.floatleft {float:left;}