/******************************************/
/**** M A I N     D I V   P  A R T S ******/
/******************************************/
*{
  font-family: Arial;
}

/*** wrapper effect ***/

#wrapper_top{ margin: 0 auto; width: 1000px; height:200px; background-image: url('images/background_top.png');  }
#wrapper_middle{ margin: 0 auto; width: 1000px; background-image: url('images/background_middle.png');  }
#wrapper_bottom{  margin: 0 auto; width: 1000px; height: 100px; background-image: url('images/background_bottom_green.png'); background-repeat: no-repeat; }

#header{
  z-index:0;
  clear: both;
  width: 980px;
  height: 200px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/top_translation_world.png');
  margin-top: -2px;
}

body{
  margin: 0 auto; /* center */
  padding: 0; 
  font-size: 100%;  /* partial work-around for IE bug */
  font-size: 14px;
  font-family: Arial;
  font-weight: normal; 
  color: #000000;
  background-image: url('images/background_1.png');
  background-repeat: repeat-x;
  background-color: #fff;
}

#main{ 
	width: 980px;
	margin: 0 auto;
	background-color: #fff;  
    color: black; 
}



#menuleft { 
		float: left;  
		margin: 0;
        padding-bottom:10px;
		width: 200px;
		min-height: 10px;
		margin-right: 0px;
		margin-left: 10px;
		margin-top: 10px;
		border: 0px solid #fa0;
}


#menuright { 
		float: right;  
		margin: 0;
        padding-bottom:10px;
		width: 200px;
		min-height: 800px;
		margin-right: 10px;
		margin-top: 10px;
		border: 0px solid #0aa;
}



#content {
     width: 540px;
     border: 0px solid #a0a;
 	 color:black; 
/*     margin: 0 0 0 210px; /* 235 */
     margin-left: 220px;
	 min-height: 65em;
	 background-color: #fff;
}



/******************************************/
/************ H E A D E R S ***************/
/******************************************/

.page_header{
 border: 0px solid #faa;
 background-image: url('images/heading_decoration.png');
 background-repeat: no-repeat;
 height: 28px;
}

.page_header_h2{
 margin-top: 0px;
 padding-top: 2px;
 padding-left: 17px;
 font-size: 20px;  
}


.page_header_smaller{
border: 0px solid #faa;
 background-image: url('images/heading_decoration_smaller.png');
 background-repeat: no-repeat;
 height: 28px;
}

.page_header_smaller_h4{
 margin-top: 0px;
 padding-top: 2px;
 padding-left: 17px;
 font-size: 14px;  
}



h1,h2,h3,h4{
 margin-top: 10px; 
 color: #0F9848; 
 font-family: Arial;
}

h1{  font-size: 26px;  }
h2{  font-size: 20px;  }
h3{  font-size: 18px;  }
h4{  font-size: 16px;  }



/******************************************/
/************* L I N K S ,  P  ************/
/******************************************/

.maphead{
  color: #006600;
  font-size:15px;
  padding-left:12px;
	font-weight:800;	
	
}


.maplink{
  background-image: url('images/arrow.png');
  background-repeat: no-repeat;
  padding-left:12px;
  color: #595E63;
  font-size:12px;
  vertical-align:middle;
  font-weight: 100;
  line-height: 20px;
}

.maplink:hover{
  padding-left:12px;
  color: #AA0000;
  font-size:12px;
	text-decoration: underline;
}


a.sum:link    {
  color: #000000;
  text-decoration: none;
}

a.sum:active  {
  color: #000000;
  text-decoration: none;
}

a.sum:visited {
  color: #000000;
  text-decoration: none;
}

a.sum:hover   {
  color: #000000;
  text-decoration: none;
}

p{
  font-size:13px;
  padding-bottom: 5px;
  padding-top: 3px;  
  font-family:Arial;
  color: #595E63;
  text-align: justify;
}

a{
	color: #0F9848;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #a00;
	text-decoration: none;
}


a.link_more{
 color: #a00;
 font-weight: 600;
}

a.link_more:hover{
 color: #a00;
 text-decoration: underline;
 font-weight: 600; 
}




/******************************************/
/************* F O R M S   ************/
/******************************************/

.inputbox_ok{
    border: 1px dotted #bbb; 
    background-color: #eee;
	width: 200px; 
	font-size: 13px;
    font-family: Arial;
  	color: #595E63;
}

.inputbox_bad {
    border: 1px solid #A00; 
    background-color: #ffaaaa;  
	width: 200px;
}

td.inputcaption{
  font-size: 13px;
  font-family: Arial;
  margin-right: 15px;
  padding-right: 0px;
 color: #595E63;
}

-->
</style>
