

/* ---------------------------------------------------------------------------------------- */

#top  {
	position:absolute;
	width:100%;
	height: 120px;  
 	left: 5px;
	top: 5px;
	overflow: hidden;
        background-color:#FFCC00;	/* Set top background color                         */
        text-align:left                 /* All links align left                             */

       
}

/* ---------------------------------------------------------------------------------------- */



body {
  font-size:1.25em;
  font-family:sans-serif;
 
}


li   {
	list-style-type: none;      /* List items in the Nav sidebar will NOT have bullets */

}



h2   {
    color:#800000;
}


h3   {
    color:#800000;
}

h4  {
    color:black;

}




a:visited { color:#800000 }
a:hover   { color:black }
a:active  { color:#800000 }


/*- Side Menu --------------------------- */
	
#menu1 {
	width: 200px;
	margin: 1px;
	/* border-style: solid solid none solid;  */
	border-color: #3D261D;
	/* border-size: 1px;  */
	border-width: 1px;
	}
	
#menu1 li a {
	height: 32px;
  	voice-family: "\"}\"";
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu1 li a:link, #menu1 li a:visited {
	color: #E4D6CD;
    display: block;
	background:  url(menu1.gif);
	padding: 8px 0 0 10px;
	}

#menu1 li a:hover {
	color: #FFF;
	background:  url(menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}