body {
	background-color: #042359;
	background-image: url(../images/bk.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.td-left-bg {
	background-image: url(../images/template_r4_c1.jpg);
	background-repeat: repeat-y;
}
.td-right-bg {
	background-image: url(../images/template_r4_c9.jpg);
	background-repeat: repeat-y;
}

/* LOWER MENU */
.footer-menu {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 10px;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #032258;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}


.footer-menu a{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}.sub-heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #928652;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.25em;
	text-align: center;
}
.imgborder {
	border-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;
  } 
