/* CSS Document */

body {
	margin-top: -16px;
	font-family: Arial, Helvetica, sans-serif;
}

#layout {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	margin-top: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
	text-align: left;
	width: 570px;
	padding-bottom: 50px;
}

.nav-foot {
	background-color: #060;
	font-size: 12px;
}

.nav-foot a {
	color: #FFF;	
}

.nav-foot a:visited {
	
}

.left-lable {
	float: left;
	width: 250px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}


.formbox {
	float: left;
	margin-bottom: 10px;
}

.sub-button {
	float: left;
	width: 280px;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
}
#layout h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#layout .floatleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	margin-bottom: 30px;
}

