body {
	 background-image: url(../images/back_body.jpg);
	 background-position: bottom left;
	 background-repeat: repeat;
	 margin:0px;
	 padding:0px;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 0.8em;
	 font-weight: normal; 
	 color:black;  
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#site1 {
   background-image: url(../images/back_site1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	width			: 900px;
	left: 50%;
	margin-left: -450px;
	height: 100%;
	position:absolute;
}

#site2 {  
  background-image:  url(../images/back_site2.gif);
	background-position: bottom left;
	background-repeat: no-repeat; 
   width:900px;
	height:100%; 
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#content {
	width:690px;
	background-color: transparent;
	float:left;
	margin:0px;
	padding:0px;
	margin-left:10px;
	overflow: auto;
	height:68%;
}

p {
}

label {
	display: block;
	font-weight: bold;
	padding-top: 5px;
}

fieldset {
	border: none;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#top {
   background-image: url(../images/back_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:900px;
	height:140px;
	margin:0;
	padding:0;
}

.top_p {
	color:white;
	text-align:right;
	font-weight:bold;
	margin-right:140px;
	margin-top:0px;
	padding-top:10px;
}

#top_box { 
   background-color: transparent;
	margin-left:400px;
	margin-top:28px;
}

.top_box a { 
   text-decoration:none;
	margin-left:20px;
	color:black;
	font-weight:bold;
	padding:5px;
}
.top_box a:hover { 
  border:1px dashed black;
  padding:4px;
  border-bottom:2px solid black;
}
.top_box_act a {
   text-decoration:none;
	margin-left:20px;
	color:black;
	font-weight:bold;
	padding:5px;
  border:1px dashed black;
  padding:4px;
  border-bottom:2px solid black;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#nav {
   background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top:60px;
   font-weight:bold;
	float:left;
	width:200px;
}

/*------------*/

.nav li {
	list-style: none;
	text-align:left;
	width:150px;
	margin-top:0px;
}



/*------------*/

ul.nav {
   width:150px;
	list-style: none;
	padding-left: 0px;
	padding-top:10px;
   border-top: 1px solid black;
	margin-top:0px;	
	margin-left:30px;
}

.nav_normal a {
   width:150px;
	text-decoration:none;
	color:black;
	font-weight:bold;
	display:block;
	font-size:100%;
	padding-left:5px;
	border:1px dashed black;
	margin:10px;
}



.nav_normal a:hover {
   background-color: #E47A0B;
	text-decoration:none;
	color:white;
	font-weight:bold;
	display:block;
	font-size:100%;
	border-right:5px solid black;
   width:150px;	
}



.nav_normal_act a {
margin:10px;
  	padding-left:5px;
   background-color: #E47A0B;
	text-decoration:none;
	color:white;
	font-weight:bold;
	display:block;
	border-right:5px solid black;
}

/*------------*/



ul.nav_sub1 {
   margin:0px;
	padding:0px;
	margin-bottom:10px;	
	margin-top:0px;
}



.nav_sub1 a {
   display:block;
	text-align:right;
	border:none;
	background-color: transparent;
	color:black;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:10px;
}



.nav_sub1 a:hover {
   border-right:5px solid  #E47A0B;
	color:black;
	padding-right:5px;
}



.nav_sub1_act a {
   border-bottom:1px dashed black;
	border-top:1px dashed black;
	border-right:5px solid  #E47A0B;
	padding-right:5px;
}







