@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
a:link {
	color: #CCCCCC;
	text-decoration:none;
}
a:hover {
	color: #CCCCCC;
	text-decoration:underline;
}
a:active {
	color: #CCCCCC;
	text-decoration:none;
}
.img-border {
	border: 4px double #737373;
}

p {
	margin: 15px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}

.td_left-bg {
	background-image: url(../images/td_left_bg.jpg);
	background-repeat: repeat-y;
}
.td-right-bg {
	background-image: url(../images/td_right_bg.jpg);
	background-repeat: repeat-y;
}
.td-center-bg {
	background-image: url(../images/template_r6_c2.jpg);
	background-repeat: repeat-y;
}
.td-footer-bg {
	background-image: url(../images/template_r9_c1.jpg);
	background-repeat: no-repeat;
}

a:visited {
	color: #CCCCCC;
	text-decoration:none;
}

#copyright {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
}
#sub-nav {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align: center;
}
.sub-heading {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 5px;
	
}

/* 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;
  } 
