@charset "utf-8";
body {
	font-family: Tahoma;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #CCCCCC;
	font-size: 14px;
}
.header {
	font-family: "Trebuchet MS", Arial;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #95B4C9;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #496A8B;
	text-align: center;
}
.sub_menu {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
a:hover {
	color: #91B1C6;
}



.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
p {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 1.5em;
}
.sub_heading2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	
}
.sub_heading {
	font-size: 16px;
	font-weight: bold;
	color: #90AFC3;
}

a { color:#CCCCCC
}


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