/* Ivermectin Layout Stylesheet */ 

body
	{
    margin: 10px;
    font-family: verdana, arial, sans-serif;
    font-size: 14px;

	}
	
td
    {	
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    }
    
H2  
    {font-size: 18px;
    color: #542917;
    font-weight: bold;
    text-decoration: underline;
    line-height: 12px;
    }
H1  
    {font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background-color: #542917;
    }


#menubar {
 width: 100%;
 margin: 0; 
 padding: 0;
}

#menubar a {
 width: 100%;
 color: #542917;
 font-weight: bold;
 text-decoration: none;
}

#menubar a:hover {
 width: 100%;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
 background-color: #947A51;
}

#ftr {
 border-left:0px solid black; border-right:0px solid black; border-top:1px solid #542917; border-bottom:0px solid black;
 text-align: center;
 background:#EEE9D3;
 font-family: verdana, arial, sans-serif;
 FONT-SIZE: 12px;
 clear: both;
 color: #542917;
 width:778px;
 }
