
h1 { font-size: 18px;  font-weight: bold;  }

h2 { font-size: 18px; font-weight: bold;  color: Red;   }

a, a:visited {text-decoration: none;
color:#FF4500;}

a:hover {
	text-decoration: none;
	color: #98FB98}


body {
	font-size: 12px;
	margin: 4;
	font-family: Arial, Helvetica, sans-serif;;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #2B3050;
}

table { background-color: White;  }

table.top {
	background-image: url(images/topper.jpg);
}

table.quote{
	;
	background-color: #CADDD2;
}


table.underline{
	background-image: url(images/underline.jpg);
}





#info {height:30em;}
#info p {text-align:center;}
.menu {display:inline-block;}
.menu {display:inline;}
.holder {display:table;}

.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap;
  font-size: 11px;
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float:left;
  padding: 4px 20px;
  color:White; 
  background:#2B3050; 
  text-decoration:none;
  font-weight: bold;
  }
.menu a:hover {
  color:White; 
  background:#3387A5;
  }

#wrapper1 {text-align:left;}
#wrapper2 {text-align:center;}
#wrapper3 {text-align:right;}

#wrapper1 .holder {margin:0;}
#wrapper2 .holder {margin:0 auto;}
#wrapper3 .holder {margin:0 0 0 auto;}