body
{
	background-color: #DEE4E8;
	font-family: Microsoft Sans Serif, verdana, helvetica;
	font-size: 12x;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#Menu
{
    width: 215px;
    float: left;
    background-color: white;
}

#Menu_header
{
    width: 215px;
    height: 31px;
	color:#FFFFFF;
	font-weight:bold;
}

.menu_header_right
{
    background: url("img/ornament_menu.gif") top left no-repeat;
	height: 31px;
	width: 46px;
	float: right;
}

.menu_header_left
{
    background: url("img/bac_menu.gif") top left repeat-x;
	width: 169px;
	height: 31px;
	float: left;
	
}
.menu_text{
	color: #FFFFFF;
	font-weight: bold;
	line-height: 31px;
	padding-left: 14px;
}
p,li 
{
	/*color: #4d5f49;*/
	/*font-weight: bold;*/
	line-height: 18px;
	padding-left: 14px;
}
input, textarea, select{ color: #4d5f49; border: 1px solid #CCC;}
#Menu_content
{
	float: left;
	width: 205px;
	padding: 2px;
}

#Menu_content a:hover
{
    text-decoration: underline;
    background-color: #4d5f49;
	display: block;
	color:#FFF;
}
 
.menu_item
{
	/*color: #8d9395;*/
	color: #000;
	text-decoration: none;
	/*padding-left: 20px;*/
	/*background: url("img/arrow.gif") top left no-repeat;*/
	margin-left: 0px;
	/*line-height: 18px;*/
	display: block;
	padding-bottom: 10px;

}

.titindex {
	color: #003300;
	font-weight: bold;
}

.footer { 
  background-color:#003300;
  color:#FFFFFF;
  font-weight:bold;  
}  
