@charset "windows-1252";

img.middle {display: block;
   margin-left: auto;
   margin-right: auto;
}

.menubox {position: absolute;
    top: 300px;
    left: 50px;
    width: 190px;
    z-index: 3;
    font-family: Times;
    font-size: 12pt; 
	font-color: #FFFFCC;	
	padding: 2px;  		
	border: 1px solid;
    line-height: 120%;	  
    background-color: transparent;
    overflow: hidden}				
	
.stampbox {position: absolute;
	top: 900px;
	left: 50px;
	width: 190px;
	}
	
.menubox a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      normal;
  color:            blue;
  } 
.menubox a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      normal;
  color:            blue;
  } 
.menubox a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      normal;
  color:            blue;
  } 
.menubox a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      normal;
  color:            blue;
  }


.maintextbox {position: absolute;
    top: 300px;
    left: 250px;
    width: 750;
    z-index: 3;
    font-family: Times;
    font-size: 12pt;	
	border: 1px solid;
    line-height: 120%;
    padding: 5px;
    background-image: url("images/greentop.gif");
	background-repeat: repeat-x}

.headimage {position: absolute;
    top: 60px;
    left: 60px;
    z-index: 3}


body {background-color: rgb(255,255,204)}

body {background-image: url("images/greenedge.gif"); background-repeat: repeat-y}
