body
{
 background-color: #CBF9DA;
 background-image: url('../img/main/background.png');
 background-repeat: repeat-x;
 font-family: Verdana, Arial;
 font-color: #000000;
}
h1
{
 color: #346822;
 font-size: 120%;
 font-family: Georgia;
}
.pm
{
 background-color: #CBF9DA;
 border: 1px solid #6BE27D;
 margin-bottom: 10px;
}
.content
{
 background-color: #FFFFFF;
 text-align: justify;
 padding-top: 25px;
 padding-bottom: 25px;
 padding-left: 15px;
 padding-right: 15px;
 vertical-align: top;
}
.sidebar_menu
{
 background-color: #97F3BA;
 border-style: solid;
 border-size: 1px;
 border-color: #6BE27D;
 margin-bottom: 3px;
}
.sidebar_menu:hover
{
 background-color: #AAFECC;
}
.asb
{
 text-decoration: none;
 color: #000000;
}
.top_menu
{
 margin-top: 25px;
 margin-bottom: 15px;
}
.float_left
{
 float: left;
 border-size: 0px; 
}
#m ul li :hover
{
 background-color: #AAFECC;
}
#m ul, li
{
 color: #000000;
}
#m ul
{
 margin: 0;
 padding: 0;
 list-style: none;
 width: 200px;
}
#m ul li
{
 position: relative;
 padding-bottom: 2px;
}
#m li ul {
 position: absolute;
 left: 200px;
 top: 0;
 display: none;
 background-color: #97F3BA;
}
#m ul li a {
 display: block;
 text-decoration: none;
 background: #97F3BA;
 border: 3px solid #6BE27D;
 color: #000000;
	}
/* Fix IE. Hide from IE Mac \*/
* #m html ul li { float: left; }
* #m html ul li a { height: 1%; }
/* End */
#m ul
{
 margin: 0;
 padding: 0;
 list-style: none;
 width: 200px;
 border-bottom: 0px solid #6BE27D;
}	
#m li:hover ul, #m li.over ul
{ 
 display: block; 
}
/* Fix IE. Hide from IE Mac \*/
* #m html ul li { float: left; height: 1%; }
* #m html ul li a { height: 1%; }
/* End */	  
.textads
{
 font-size: 50%;
 position: absolute;
 left: 38%;
}