.logo {
	background-image: url(3_03.png);
	background-repeat: no-repeat;
	float: left;
	height: 63px;
	width: 193px;
	position: relative;
	left: 10px;
	top: 10px;


}

.logo_back {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 145px;
	width: 699px;
	position: relative;
}
.button1 {
	background-image: url(button.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 195px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 65px;
	padding-top: 7px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.button1:hover{
	background-image: url(button_hover.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 34px;
	width: 195px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 65px;
	padding-top: 7px;
	font-weight: bold;
	color: #305C12;
	text-decoration: none;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D5E3CC;
	text-decoration: none;
	padding: 3px 50px 10px 20px;
	line-height: 150%;
	text-align: justify;
}
.maintext h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D5E3CC;
	text-decoration: none;
	line-height: 150%;
	text-align: justify;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 6px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;



}

