@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #2a2627;
	scrollbar-face-color:#cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#666666;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#cccccc;
	font-size: 14px;
	margin-top: 15px;
	background-image: url(../images/bg.gif);
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
}
.lower-nav {
	font-size: 12px;
}
.text {
	color:#666666;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.img-border {
	border: 3px double #666666;
}


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