@charset "utf-8";
body{
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.copy {
	font-size: 12px;
}
#nav {
	font-weight: bold;
	color: #FFFFFF;
}
a{
color:#000000;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}


#nav a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}
.small_text {
	font-size: 12px;
}

h1 {
	font-family: "Lucida Sans";
	font-size: 24px;
	font-weight: bold;
	color: #002768;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}
.subhead {
	font-family: "Lucida Sans";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
}

p {
	margin-right: 15px;
	margin-left: 15px;
}
.td_left_bg {
	background-image: url(../images/template_r4_c1.jpg);
	background-repeat: repeat-y;
}
.td_right_bg {
	background-image: url(../images/template_r4_c5.jpg);
	background-repeat: repeat-y;
}
/*LOWER NAVIGATION */
#lowernav {
	color: #000000;
	font-family: "Lucida Sans";
	font-size: 10px;
	margin-right: 15px;
	margin-left: 15px;
	text-transform: uppercase;
	text-align: center;
}
#lowernav a {
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
}


#lowernav a:hover {
	color: #666666;
	text-decoration: underline;
	
}

/* 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;
  } 
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}