﻿body {
	background-image:url('dark green background 1 9 2010.gif')}
#menu{
	width:185px;
	float:left
}
#menu a{
	text-decoration:none;
	color:white
}
#menu ul {
   list-style-type: none;  /* Remove the bullets from the list */
  }
#menu a:hover{
	color:black
}
#menu ul li {
	    width:130px;
        height:40px;
        border: 3px outset gray;
        background-color: #3E003E;
        text-align:center;
        font-size:20pt;
        font-family:"Monotype Corsiva";
     	margin-bottom:10px;
     	color:navy}
#menu ul:hover .list {  /* When the user hovers over the button (or any of the links) */
        display: list-item;
      }

#content{
	width:inherit
}
#table{
	background-image:url('image001.jpg')
}
#table img{
	float: left;
	padding: 2px 5px 2px 2px;
}
#table p{
	text-indent:40px;
	margin-top:0px;
	margin-bottom:10px;
	color:#45008A;
	font-size:14pt;
	margin-left:5px;

}
h1{
	text-align:center;
	letter-spacing:1pt;
	color:#45008A;
	font-family:"Times New Roman", Times, serif;
	font-style:italic
	font-size:30pt;
	text-decoration:underline;
	font-weight:700
}
h2{
	color:#400032;
	text-decoration:underline;
	
}
#footer{
	color:white;
	text-align:center;
	font-size:large;
	font-weight:bold
}
h3{
	color:#400032;
	font-size:14pt;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	margin-bottom:0
}
h4{
	color:#45008A;
	font-size:14pt;
	margin-top: 0; 
	margin-bottom: 0;
	text-align:center;
	font-weight:normal
}

