body {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #BCBCBC;
}
.lower-menu {
	font-size: 10px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #221E1F;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #221E1F;
	text-transform: uppercase;
}
.content {
	margin: 10px;
}

a {
	color:#000000;
}
.green_text {
	color: #009900;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}

	
a:hover {
color:#666666;
}
	
.copyright {
font-size:12px;
}

.sub-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #221E1F;
	letter-spacing: .25em;
	text-transform: uppercase;
}
/* 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;
  } .image-border {
	border: 2px solid #000000;
}
