body {
   margin:0px;padding:0px;
	background-color: #EDEED7;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:normal;
	color:black;
}

/*-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..*/

#site {
   margin:0px;padding:0px;
	width:900px;
	height:600px;
	background-color: transparent;
	left:50%;
	margin-left:-450px;
	top:50%;
	margin-top:-300px;
	position:absolute;
	border:1px solid gray;
	padding:1px;
}

/*-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..*/

#top {
   margin:0px;padding:0px;
	width:900px;
	height:100px;
   background-image: url(../images/back_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/*-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..*/

#navigation {
	margin:0px;padding:0px;
	width:900px;
	height:27px;
	background-image: url(../images/back_navigation_2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align:center;
	float:left;
}



span.menu1_level1 a, span.menu1_level1 a:visited {
 	background-image: url(../images/back_li_2.jpg);
	background-position: center right;
	background-repeat: no-repeat;
  text-decoration:none;
	color: #2B337B;
	font-weight:bold;
	font-size:12px;
	padding-right:35px;
	padding-bottom:8px;
	padding-top:6px;
	line-height:20px;
}

span.menu1_level1 a:hover {
   text-decoration:underline;
	color: white;
}

span.menu1_level1_act a, li.menu1_level1_act a:visited {
	background-image: url(../images/back_li_2.jpg);
	background-position: center right;
	background-repeat: no-repeat;
   text-decoration:none;
	padding-right:35px;
	padding-bottom:7px;
	padding-top:6px;
	line-height:21px;
   text-decoration:underline;
	font-size:12px;
	color: white;
	font-weight:bold;
	text-align:center;
}



/*-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..*/

#content {
	margin:0px;padding:0px;
	width:900px;
	height:390px;
	background-color: #FAFAEB;
	overflow:auto;
	float:left;
}
#maincontent {
	padding:10px;
	width:700px;
     margin-left:100px;
	  clear: both;
}

/*-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..-..*/

#footer{
	margin:0px;padding:0px;
	width:900px;
	height:85px;
	background-image: url(../images/back_footer.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	float:left;
}

.address {
	float:left;
     padding-top: 10px;
     padding-left: 10px;
     color:white;
     font-size:11px;
     font-weight:bold;
}
.copyright {
	float:right;
	font-size:10px;
	color:white;
	padding-top:70px;
	padding-right:5px;
	text-align:left;
}


#mailform {
}
/*===========================================  FORM-LEFT  ==========================================================*/
#form_left { width:320px; background-color: transparent; float:left;	margin-left:10px; padding-bottom:0px;}

/*===========================================  FORM-RIGHT  ==========================================================*/
#form_right { width:320px; background-color: transparent; float:left;	margin-left:10px; padding-bottom:0px;}

fieldset {
	border: none;
}

legend {
background-color: #DCE6F2;
color:#0057B0;
font-size: 120%;
font-weight: bold;
margin-bottom: 5px;
padding-left: 6px;
padding-right: 6px;
padding-bottom: 2px;
padding-top: 2px;
}

label {
font-weight: bold;
color:#0057B0;
display: block;
}

label.box1 {
	font-weight: bold;
	display: inline;
}