body
{
	background-color: #fff;
	font-family: Verdana,sans-serif;
	color: Black;
	font-size: 10pt;
	text-align: center;
}

a:link, a:visited, a:active
{
	background-color: inherit;
	text-decoration: none;
	color: Navy;
	letter-spacing: 2px;
	font-size: 90%;
}
a:hover
{
	background-color: inherit;
	text-decoration: underline;
	color: Red;
}


h1
{
	font-size: 11pt;
	background-color: inherit;
	color: Green;
	margin: 0;
	letter-spacing: 1.5px;
}
  
h2
{ font-size:110%;
  font-weight:normal;
 /* text-transform:uppercase; */
  margin-top:5px;
  	color: Green;
  }
  
h3
{ font-size:8pt;
  margin:0;}

h4
{
	font-size: 250%;
	font-weight: bold;
	background-color: inherit;
	color: Green;
	margin: 0;
	letter-spacing: 1.5px;
	font-family: Georgia;
}

ul 
{ list-style:none;
  margin-left:10px;
  padding:1px;}

li
{
	padding: 0 0 8px 15px;
	background: url(images/arw.gif) 0 1px no-repeat;
}
td {
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
}

blockquote 
{
	font-family: "Courier New";
	font-size: 90%;
}

#header
{
	width: 800px;
	height: 150px;
	margin: auto;
	background-image: url(images/header2008.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 1px solid black;
}
  
#menu
{
	float: right;
	width: 200px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 145px;
	margin-right: 0px;
	}

#main
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background-color: #90EE90;
	color: inherit;
	border: 1px solid #000;
}

#content
{
	width: 550px;
	float: left;
	margin: 5px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid black;
	color: inherit;
	font-size: 90%;
	text-align: left;
	height: auto;
}
  
#sidebar
{
	width: 190px;
	float: left;
	margin: 8px 0 0 8px;
	font-size: 80%;
	text-align: left;
	height: Auto;
	
}  
#footer
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding: 10px 0 10px 0;
	background-color: #90EE90;
	font-size: 80%;
	color: inherit;
	border: 1px solid black;
	clear: both;
}  

.footer 
{ height:1px;
  clear:both; }
  
.logo
{ float:left;
  margin-left:5px;
  margin-top:45px;
  text-align:left;}

.subside
{ padding-top:10px;
  border-bottom:#ccc 1px dashed;}
  
.img 
{ float:right;
  margin-left:5px;
  border:0;}
  
option {
	background: Silver;
	font-family: "Courier New";
	font-size: 90%;
}
input {
	background-color: Silver;
	font-size: 90%;
}