html		{
		overflow:auto;
		background-color:#000000;
		}


body		{
		overflow:auto; 
		font-family: sans-serif;
		margin: 0;
		padding: 0;
		}
		
#masthead	{font-size:3em;
  		color:#000000;
		background-color:#000000;
		text-align:center;
		margin-left:0%; 
                overflow:hidden; 
                width:837px; 
                height:110px; 
                position:absolute; 
                left:0px; 
                top:1px;
		border-bottom:0px solid white;
		}

#menu		{text-align:center; width:22%;
		margin-left:0%;
		color:grey;
		background-color:#000000; 
                overflow:hidden; 
                height:500px; 
                width:137px; 
                position:absolute; 
                top:114px; 
                left:0px;
		}

#mainText    {color:#d8e548; 
              overflow:hidden; 
              width:667px; 
              position:absolute; 
              top:114px; 
              left:138px; 
              border:0px; 
              padding-left:17px; 
              padding-right:17px;
              
		 }

#bold  {font-size: medium; font-weight: bold;}

#medium {font-size: medium;}

#small {color:#d8e548; font-size:small; font-weight: bold; font-style: italic;}
		


a		{text-decoration:none;
		color:#d8e548;
		font-weight:bold;
		font-size:1em;
		
		}
		
a:hover		{color:#c30618;}


img 		{border:none;}