@charset "utf-8";
body {
	font-family: "Lucida Sans";
	color: #333333;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
}
.heading {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bolder;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #999999;
	text-align: center;
	text-transform: uppercase;
}
.subheading {
	font-size: 18px;
	font-weight: bolder;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

p {
	margin-right: 10px;
	margin-left: 10px;
}
a {
color: #333333;
}
.image-border {
	border: 5px double #666666;
}

a:hover {
color: #000000;
}

/* FORM STUFF */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
	float: right;
	width: 235px;
	text-align: left;
  } 
  
/* lower form */

div.row2 {
  clear: both;
  padding-top: 5px;
  }

div.row2 span.label2 {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row2 span.formw2 {
	float: right;
	width: 350px;
	text-align: left;
  } 
