


BODY{
	text-align: center;
	margin: 0 0 0 0; 
  background-color: rgb(117,123,88);
  background-image:url(../images/plastic_green.jpg);
  background-repeat: repeat-y;
	background-position: center bottom;
}



#topheader{
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
	/*background-color: #FFF;*/
	background-image:url(../images/plastic_white.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;	
	text-align:center;

}
#titleheader1{
	margin-left: auto; 
	margin-right: auto;
	width: 500px;
	text-align:left;
}



#blueblock{
	margin-left: auto; 
	margin-right: auto;
	padding-top:10;
	width: 100%;
	height: 30px;
	background-image:url(../images/plastic_blue.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
	/*background-color: rgb(21,104,180);*/
	text-align:center;
}
#menublock{
	margin-left: auto; 
	margin-right: auto;
	width: 500px;
	text-align:center;
}
#titleheader2{
	margin-left: auto; 
	margin-right: auto;
	width: 500px;
	text-align:left;
	font-size:18;
	color:white;
}



#centerblock{
	margin-left: auto; 
	margin-right: auto;
	width: 500px;
	background-color: rgb(202,220,65);
	text-align:left;
}

#clearfooter {
	margin-left: auto; 
	margin-right: auto;
	width: 500px;
	background-color: rgb(202,220,65);
}

.footer{
	text-align: center; 
	font-weight: bold;
	font-size: 14;
 	color: white;  
  }


P, OL, UL, DIV, H1, H2{
	font-family: verdana, arial;
	font-size: 11px;
}

P{
font-weight: normal;
text-align: justify;
}

H1{
	font-size: 15px; 
	color: rgb(21,104,180);
	padding-top: 20px;
  padding-bottom: 0px;
}




.sidemenu a{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	} 
.sidemenu a {}	
.sidemenu a:link {}
.sidemenu a:visited{}
.sidemenu a:hover {color:rgb(202,220,65);}
.sidemenu a:active {}	
.sidemenu_act a {
	font-size: 12;
	font-weight: bold;
	vertical-align: top; 
	padding-left: 0px ;  
	text-decoration: none;
	color: rgb(202,220,65); 
	}


