@charset "utf-8";
.header {
	background-color: #cccccc;
	height: 105px;
	width: 760px;
	margin-top: 0px;
}
.left_column {
	float: left;
	height: auto;
	width: 150px;
}
.right_column {
	float: right;
	height: auto;
	width: 590px;
	margin: 0px;
	padding: 10px;
}
.footer {
	clear: right;
	height: auto;
	width: 740px;
	font-size: 9px;
	padding: 10px;
}
body {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
	float: left;
	width: 255px;
	text-align: right;
	font-size: 12px;
  }

div.row span.formw {
	float: right;
	width: 340px;
	text-align: left;
  } 
