/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-image: url(body_top.gif);  
	background-repeat: repeat-x;	
	background-color: #F3F3F3;/*#FFEFC0; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:14px/20px Arial, Helvetica, sans-serif; 
	color:#3D3C2C; 
	font-weight:normal;
} 



.toptext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: white;
}
.toptext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: white;
	text-decoration:none;
}
.toptext a:hover{
	text-decoration:underline;	
		color: white;
} 
.toptext #current{
	text-decoration:none;	
		color: #6978E1;
} 

.bottomtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color:#FFFFCC;
}
.bottomtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	color:#FFFFCC;
	text-decoration:none;
}
.bottomtext a:hover{
	text-decoration:underline;
}

/*-------------------------*/

#menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
#menu {
        width: 180px;
        margin: 0px;
        }

#menu li a {
        height: 32px;
        voice-family: inherit;
       height: 24px;
       font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFCC;    
	text-decoration: none; 
        }

#menu li a:link, #menu li a:visited {
        color: #FFF;
        display: block;
        background:  url(menu.gif);
        padding: 8px 0 0 4px;
        }

#menu li a:hover, #menu li #current { {
        color: #FFF;
        background:  url(menu.gif) 0 -32px;
        padding: 8px 0 0 4px;
        }	
		
  /*----------*/
  .header_text {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight:bold;
	color: #FF0000;
}
   /*----------*/
 
     /*----------*/
  .head_text {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	color: #336600;
}
   /*----------*/
  .header1_text {
	font: 0.7em Tahoma, sans-serif;
	font-size: 10px;
	color: red;	
	font-weight:bold; 
	 background:  white;
}