
body {
margin: 0px;
	text-align: center;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #bbb;
	color: #000;
}

#smoke {
	margin: 0 auto 0 auto;
	width: 760px;
	text-align: center;
	background-image: url(smoke.gif);
}

#frame {
	position: relative;
	text-align: left;
	width: 752px;
	margin: 0 auto 0 auto;
}

#header {
	margin-top: 0px;
	background-color: #387394;
	color: #fff;
	padding: 0px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	height: 95px;
}

.content {
	background-color: #fff;
	padding: 20px;

}

textarea {
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
/* Navigation */
#nav {
  float:left;
  width:100%;
  background-color: #387394;
  font-size:93%;
  line-height:normal;
  }
#nav ul {
  margin:0;
  padding: 0px;
  list-style:none;
  }
#nav li {
  float:left;
  background:url("tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#nav a {
  float:left;
  display:block;
  background:url("tab_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#333;
  }

#nav #hot {
  float:left;
  background:url("tab_left_on.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#hot a {
  float:left;
  display:block;
  background:url("tab_right_on.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
  }
/* Image Based CSS */


.right {
	float: right;
	border: 1px solid #000000;
	margin: 10px;
}

.center {
	float: center;
	border: 1px solid #000000;
}

.left {
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
}

.center_nobord {
	float: center;
	border: none;
}



/* HTML STYLES */

hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 175px;
	width: 100%;
	text-align: left;
}
.italic {font-style: italic;}



table { border-collapse:collapse; }
td { padding-bottom: 20px;
border-bottom:1px solid #ddd; }


td img {padding: 15px; }
a img {
border: none;
}
h1 {
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 .3em 0;
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
}

h2 {
	font-size: 15px;
	margin: 0 0 .3em 0;
}

#form_wrapper {
width: 500px;
left: 75px;
border: 1px dashed #eee;
background-color: #fefefe;
}
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 75px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
  } 