#formstyle{
   font-size: 13px;
   vertical-align: top;
}

#formstyle-b{
   font-size: 13px;
   font-weight: bold;
   border-bottom: thin solid #000000;
   vertical-align: top;
}

#formcell{
   font-size:13px;
}


#contentstyle{
   font-size: 18px;
}

#imgborder{
   border: solid #ffffff;
   border-width: 9px;
}

#footer{
   margin-bottom: 10px;
}

/* menu info */
div#menu{	
	bottom: 10px;
        width: 450; 
	height:20px;
	background-color: #F4A460;
	padding: 2px;
	text-align:center;
	margin-bottom: 10px;
}

/* start of rollover button code */
div#menu a.button {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 8px;
	text-align: center;
	min-width: 90px;
	text-transform: uppercase;
	
}

div#menu a.button:link{
	background: #F4A460;
	color: #663300; /* AB5043 */
	text-decoration: none;
	letter-spacing: 1px;
}

div#menu a.button:visited{
	background: #F4A460;
	color: #883F35;
	text-decoration: none;
	letter-spacing: 1px;
}

div#menu a.button:hover{
	background: #F4A460;
	color: #663300;
	text-decoration: none;
	letter-spacing: 1px;
}

div#menu a.button:active { 
	background-color: #F4A460; 
	color: #663300; 
	text-decoration: none;
	}
/* end of rollover button code */




