body {
	margin: 0px;
	padding: 0px;
	
	background-color: #C9DDDC;
	background-image: url(images_interface/bg.jpg);
}
.menudiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 36px;
	margin-right: 28px;
	float: left;
	background-color: #FFFFFF;
	margin-top:38px;
}

.maindiv {
	background-color: #FFFFFF;
	background-image: url(images_interface/toprepeater.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 423px;
	float: left;
	padding-top: 28px;
	padding-bottom: 25px;
	padding-left:21px;
	padding-right:21px;
	margin-bottom: 55px;
	margin-top:38px;
	
}




.maindiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding:0px;
	margin:0px;
	width:423px;;
	margin-bottom:15px;
	
}

.maindiv a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	text-align: justify;
	padding:0px;
	margin:0px;
	margin-bottom:15px;
}

.maindiv a:hover {

	color: #000000;

}

.textbox {

	margin-top:25px;
}

.textbox img {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 3px solid #DADADA;
}

.formtext {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.formtext p {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width:100px;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}


