body {
  margin: 0px;
  background-image:url('images/background.gif');
}
.body {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66; }

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300; }

.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300; }

.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300; }

.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300; }
h1 {
	font-size: 16px; 
	font-weight: normal; }

a { 
	color: #0033FF;
	text-decoration: none }

a:visited { 
	color: #66CC66; }

a:hover { 
	text-decoration: underline }
.pageback {
	background: #033051 }
.transbox {
	border: 1px solid #295229;
	filter:  alpha( style=0, opacity=50 ); }
.borderedbody {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF66;
	border: 1px solid #295229; }
.bodyfooter {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFFF66;
	line-height: 150%; }

.small {
  font-size:11px;
}


h2.contact {
  font-weight:bold;
  margin:0px;
  margin-bottom:5px;
  text-align:center;
  color:#ff6;
}


/* Contact Styles */
#contactPage {
  margin:0px auto;
  width:800px;
}

#contactInfo {
  float:left;
  width:250px;
  padding:5px;
  margin:10px;
}

#contactForm {
  float:left;
  width:500px;
  margin:10px;
}

#contactForm form fieldset {
  color:#ff6;
  padding:5px;
}

#contactForm form label {
  display:block;
  float:left;
  width:80px;
  margin:0px 5px;
  color:#ff6;
}

#contactForm form .submit {
  text-align:center;
  margin:0px auto;
}

#contactForm ul {
  list-style:none;
}

#contactForm li {
  color:#c90;
}

.highlight {
  font-weight: bold;
  text-decoration: underline
}