@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0px;
	font-size: 12px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #002E62;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BC813B;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
.sub-heading {
	font-size: 14px;
	font-weight: bold;
	color: #002E62;
}
.community {
	font-size: 16px;
	font-weight: bold;
	color: #002E62;
}
p {
	margin-right: 10px;
	margin-left: 200px;
}

.copyright {
	font-size: 10px;
}
.image-border {
	border: 3px double #D2A878;
}

.td-bg {
	background-image: url(../images/template_r11_c2.jpg);
	background-repeat: no-repeat;
}
.left-td-bg {
	background-image: url(../images/template_r22_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: left;
  }

div.row span.formw {
	float: right;
	width: 330px;
	text-align: left;
  } 
  
  .tan-box {
	color: #FFFFFF;
	background-color:#BC813B;
	font-style: italic;
	font-size: 14px;
	position:relative;
	width:175px;
	float:left;
	margin-top: 400px;
	padding: 5px;
	margin-left: 5px;
	text-align: left;
	height: 330px;
}
