@charset "utf-8";
body, html{
	font-family: "Lucida Sans";
	color: #FFFFFF;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #2B2B2B;
	font-size: 14px;
}
.small-text {
	font-size: 11px;
	line-height: 1.35em;
	padding-right: 6px;
	padding-left: 6px;
}
.td-right-bg {
	background-image: url(../images/template_r7_c19.jpg);
	background-repeat: repeat-y;
}
.content {
	border: 1px solid #FFFFFF;
	background-color: #505050;
	width: 878px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 551px;
	height: 100%;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	text-transform: uppercase;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.image_border {
	border: 1px solid #999999;
}

.sub-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #FFFFFF;
	font-weight: bold;
}
#lower-menu {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#lower-menu a{
	color: #FFFFFF;
}
a{
	color: #FFFFFF;
}


.td-left-bg {
	background-image: url(../images/template_r7_c1.jpg);
	background-repeat: repeat-y;
}

/* 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;
  } 
  #contain {
  	position:relative;
  }
#logo_float {
	position:absolute;
	left:53px;
	top:11px;
}