<!--
<style type="text/css">{  }



h1, h2, h3, hr
{
text-transform: uppercase;
}
H2 {font-family: "arial", serif; font-size: 14pt; font-style: italic; align: center}
H3 {font-family:arial, serif; font-color:#9966ff; font-size:9pt; font-weight: extra-light}
-->

body
{
background-image: url('backgroundgreen.bmp');
font-family: "times new roman", sans-serif;  font-size: 14pt;
color:9932CD;
}


a
{
color:#9966ff;
}



a:active {color:#3232CD;}
a:hover {color:mediumslateblue;}
a:visted {color:#800080;}


table 
{
	background-color:BEIGE; 
	border: .215em;	
	border-style:groove;
	border-color:#9966ff;
	font-family:arial, serif; 
	font-size:9pt; 
	text-align: center;		
	width: 95%;
	margin: .1em;
//*	cellpadding: 5px;*//
	empty-cells: show;
	color:#9966ff;
}


table.left
{
	background:none;
	text-align: left;
	table-layout:fixed;
	width:95%;
	padding:2em;
	border:none;
	color:beige;
}



table.menu
{
	margin:0em;
	height: 30px;
}

caption
{
	font-size: 150%
}


P 
{
	align: center;
}

td
{
	border-color:#9966ff;
}

td.bggreen
{
	padding:2em;
	border-style:none;
//*	background-image: url('backgroundgreen.bmp');*//
	filteralpha(opacity60)');
	opacity:0.6
	
}	

td.ridge
{
	border-style:ridge;
}

td.outset
{
	border-style:outset;
	border-width:4px;
}

td.dashed
{
	
	border-bottom-style:dashed;
	border-color:#9966FF;
}

td.solid
{
	border-style:solid;
}

span.EndnoteReference
{
	font-size:0.75em;
	vertical-align:super;
}

ul    
{
    padding:1em;
    text-align:left;
}


#header
{
	visible:yes;
	float: none;
	width:95%;
	color: #9966ff;
	height: 100px;
	margin:	.25em;
	border: 0em;
	
}


#menu
{
	height: 10pt;
	background:BEIGE; 
	font-family:arial, serif; 
	font-size:9pt; 
	text-align: center;		
	width: 95%;
	margin: .2em;

}


   
#navbar
{
	visible:no;
	float: left;
	font-size: 125%;
	width: 8%	

}





#content
{	
	color:#9966ff;
	background:BEIGE;
	width: 300px;
	clear: both;
}

#contact
{
	height:20px;
	color: white;
	
	width:200px;
	font-size:60%;
	.a:visited {color:white;}
}


#disclaimer
 {
	color: #9966ff;S
	background: BEIGE;	
	font-family:arial, sans-serif; 
	font-size:60%;
	horizontal align:center;
 }


#footer
{
	color:#9966ff;
	border:.2em solid #9966ff;
	padding:1em;
	background: beige; 
	font-family:"times new roman", times, san-serif; 
	font-size:50%; 
	clear: both;
	text-align: center;
	width: 150pt; 
	height: 30;
}


//*Copied directly from the W3schools site*//
div.transbox
{
  width: 400px;
  height: 180px;
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid black;
  filter:alpha(opacity=60);
  opacity:0.6;
}
div.transbox p
{
  margin: 30px 40px;
  font-weight: bold;
  color: #000000;
}