body {  
        background-image: url(images/bgrd.png);
        background-repeat: repeat-x;
        position: absolute; left: 1px; top: 1px;
 }
  h2  {	line-height: 1em;
	padding-bottom: 6px;
	color: #583a27; /* brown */
	font-family: "Monotype Corsiva", "Apple Chancery", cursive;
	font-size: 19px;
	font-weight: bold;
        text-align: center;  }

  h3  { font-size: 16px; 
        margin-top: .6em; margin-bottom: .2em;
	font-family: "Monotype Corsiva", "Apple Chancery", cursive;
        color: #583a27; /* brown */  }

#banner {
        position: absolute; left: 15px; top: 2px;
        width: 770px;
        color: #583a27; /* brown */
	font-family: "Monotype Corsiva", "Apple Chancery", cursive;
	font-size: 64px;
	font-weight: bold;
        text-align: center;
}

#dropmenudiv{
        position: absolute; left: 15px; top: 140px;
        border: none;
        border-bottom-width: 0;
        font-family: Arial, sans-serif;
	font-size: 11px;
        font-weight: bold;
        line-height: 2em;
        z-index: 100;
}

#dropmenudiv a{
        width: 100%;
        display: block;
	color: #583a27; /* brown */
        text-indent: 3px;
        border-bottom: 1px solid black;
        text-decoration: none;
        font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
        background-color: #ffff99;
	text-decoration: none;
	color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}

#maintable  {
        position: absolute; left: 15px; top: 162px;
	background-color: #faf0e6; }

#content1 {
	line-height: 1.3em;
	padding-right: 6px;
	padding-left: 14px;
	color: black;
	font-family: Palatino, Georgia, serif;
	font-size: 13px; }

#linkmenudiv{
        position: absolute; left: 15px; top: 618px;
        font-family: Arial, sans-serif;
	font-size: 11px;
        font-weight: bold;
        line-height: 1.3em;
	text-decoration: none;
}

#linkmenudiv a{
        text-decoration: none;
	color: #583a27; /* brown */
}

#linkmenudiv a:hover{ /*hover background color*/
        background-color: #ffff99;
	text-decoration: none;
	color: black;
        width: 100%;
        display: block;
}

#footer {
        position: absolute; left: 15px; top: 644px;
	color: #583a27; /* brown */
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
        line-height: 1.2em;
}