body{
	background-color: #CDFFCD;
	margin:  0px auto 0px auto;
	font-family: Verdana, Arial, san-serif;
	width: 825px;
	font-size: 1em;
}


Div.center{
	text-align: center;
}

Div.right{
	float: right;
	padding-left: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
}

Div.left{
	float: left;
	padding-left: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
}

#container{
	background-image: url("../images/Header.jpg");
 	background-repeat: no-repeat;
	background-color: #CDFFCC;
	height: 200px;
	width: 825px;
}


.buttons{
	background-image: url("../images/Menubar.jpg");
	background-repeat: repeat-x;
	height: 55px;
	margin: 0px;
	padding-top: 12px;
	width: 825px;
}

.buttons img{
	border: none;
}

.footer{
/*	background-image: url(../images/footerimg.jpg);*/
	height: 50px;
	text-align: center;
	font-size: .8em;
	clear: both;
}

.bottompage{
	clear: both;
}

.leftcontent{
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 825px;
	font-size: 1em;
	clear: both;
}

.leftcontent img{
	text-align: center;
	margin: 0px;
	border: 0;
}

.headline{
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	font-size: 3em;
	font-weight: bold;
}

.headline2{
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
}

.row{
	clear: both;
	padding-top:10px;
}
div.row span.label{
	float: left;
	width: 150px;
	text-align: right;
}

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