body {
  font-family: verdana, arial, serif;
/*font-family:times,Times New Roman,times-roman,georgia,serif; */
  font-size: 16px;
  width:740px;
  height: 100%;
  margin-top:0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff8e5;
  text-align:center;
  position:relative;
}

a {
	text-decoration: none;
	color: blue;
}

.footer_submitbtn{
  font-family: verdana, arial, serif;
  font-size: 16px;
  text-align: center;
  color: blue;
  background-color: #fff8e5;
  cursor: pointer;
  border:0;
  display:block;
  text-decoration: none;
  position: relative;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
}

.noteme{
  margin-top:10px;
  margin-bottom:5px;
}

.noteme.paypal{
  color: #B37173;
  font-style: italic;
}

/*********************************************************************
 Styles for CSS dropdown menu
*********************************************************************/
#nav {
  position:absolute; left:20px; top:97px;
  z-index:200;
  font-family: Arial, Verdana;
  font-size: 16px;
  margin:0;
  padding:0;
}

#nav a
{
  display:block;
  text-decoration: none;
  color: #ffffff;
  /*padding: 0px 30px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;*/
  padding: 0;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
.topmenuitem:hover{
  font-weight:bold;
}
.topmenuitem > a{
  padding-bottom:6px;
}

.subitem{
  font-weight:normal;
}
.subitem:hover{
  font-weight:bold;
}
.subitem {
  height:20px;
  margin-right: 0px;
  clear: left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	/*width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #0f3c5c;
	width: 0;
	clear: left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	clear: left;
	position: absolute;
	width: 140px;
	opacity:.90; filter:alpha(opacity=90);
}

.submitbtn{
  text-align: left;
  background: #0f3c5c;
  border:0;
  display:block;
  text-decoration: none;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: nowrap;
  font-size: 15px;
}
.submitbtn:hover{
  font-weight:bold;
}

#bodytop {
  position:relative;
  top:0px;
  left: 0px;
}
