body 
	{
	color: #002200;
	
	font-family:  Arial, sans-serif;
	line-height: 22px;
	background-color: #ffdd99;
	text-align: left;
	margin: 0;
	}

#header 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #002200;
	text-align: left;
	visibility: visible;
	position: relative;
	height: 75px;
	color: white;
	font-size: 30px;
	line-height: 75px;
	padding: .1em;
	}





a 
	{  background: #663366;
	text-decoration: none;
	color: white	}
a:visited {  	color: silver; }
a:hover 
	{
	color: yellow;
	text-decoration: none;
	background-color: #663366
	}

.leftcol 
	{ font-size: large;
	
	text-align: center;
	width: 20%;
	float: left;
	}


h1 {text-align: center}


.midcol 
	{
	padding-left: 36px;
	width: 50%;
	float: left;
	
	}

.rightcol 
	{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left;
	text-align: center;
	}

#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #002200;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: left;
	
	}

ul.navbar {
  	list-style-type: none;
 	 padding: 0;
  	margin: 0 ;}
ul.navbar li {
  	background: #663366;
  	margin: 0.0em 0;
  	padding: 0.5em;
  	border: 0.3em outset silver;
    }
ul.navbar a { background: transparent;
  	text-decoration: none; }



