/* CSS Document */


table.header {
  margin-bottom: 0.4em;
}


.header h1 {
  border-bottom: solid 1px #bbbbbb;
  padding-bottom: 5px;  
  margin: 0 0 0 15px; 
  color: #003300;
  font-family: "Old English Text MT",Comic Sans MS, Garamond;
  /*font-family: "Times New Roman", Times, serif;*/
  font-size:40px;
}

#navigation{
	width:200px;
	position:absolute;
	top:120px;
	left:10px;
	width:14em;
}

#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li{
	border-bottom:1px solid #00FF99;
}

#navigation li a:hover{
	background-color:#003300;
	color:#000000;
}

#navigation li a:link, #navigation li a:visited{
	font-size:90%;
	font-weight: normal;
	display:block;
	padding:0.4em 0 0.4em 0.5em;
	border-left:12px solid #003300;
	border-right:1px solid #003300;
	background-color: #009966;
	color:#ffffff;
	text-decoration:none;
}

#content{
	margin-left:16em;
	margin-right:2em;
}

#content p{
	font-size:80%;
	line-height:1.6em;
	padding-left:1.2em;
}

h2 {
	font: 1.5em "Times New Roman", Times, serif;
	color:#006633;
	font-weight:bolder;
	font-family:"Times New Roman", Times, serif;
}
