
	  body {
		font-family: "Arial", "Times New Roman", Times, serif;
		color: black;
		font-size: 12px;
		background-image: none;
		background-color: #086608;
		text-align:center;
		}
	  table {
		font-family: "Arial", "Times New Roman", Times, serif;
		color: black;
		font-size: 12px;
		background-image: none;
		background: white }

	A:link { color:blue;}
	A:hover { background: silver }
	A:active {color: black }
	A:visited {color: purple }
    P.by {color: white; font-size: 10px}
	P.by A:link { color: white;}
	P.by A:visited { color: white;}
	P.by A:hover { background: silver }
	P {margin: 10px;}
	ul, li{
margin:0;
padding:0;
}

li{
padding-left:0px;
margin-left: 0px;
} 
ul{
padding-left:18px;
margin-left: 18px;
} 	
h3{
padding-left:10px;
}

* {margin:0}

	.emph { font-family: "Verdana", "Arial"; font-weight: bold;}
	.emphsb { font-weight: bold; color: white}
	.subheader { font-family: "Verdana", "Arial"; font-weight: bold;}
	.homelink {font-family: "Verdana", "Arial"; color: white; font-weight: bold;}
	.title { font-family: "Verdana", "Arial"; font-weight: bolder; color: black; text-align: center;text-decoration: underline;}
	.i { font-style: oblique}
	.smalltable { font-size:10px;}
	.container {overflow: hidden;margin:0 auto;text-align:left;width:880px;border-left:2px solid black;border-right:2px solid black;border-bottom:0px solid black;background:white;}
	.copyright { font-family: "Verdana", "Arial", "Times New Roman", Times, serif; text-align: right; color: white}


#header {
     margin:0 auto;
     width:900px;
     height:125px;
     background:#EAE2C6;
	 background-image: url(headergraphic.jpg);
	 border-bottom:1px solid black;
}

#footer {
     margin:0 auto;
     width:900px;
     min-height:35px;
     background:#EAE2C6;
	 text-align: center;
}



#box {
  width: 500px;
  border: 1px solid black;
  padding: 5px;
  margin: 3px;
  float:none;
  font-size:12px;
}

#littlebox {
  width: 154px;
  border: 1px solid black;
  padding: 5px;
  margin: 1px;
  float:none;
  font-size:12px;
}


