body {
	margin:0px;
	padding:0px;
	background-image: url(Pictures/bgtiger.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1 ems;
	line-height: 1.5 ems;
	color: #000000;
	   
}
h1  {text-align:center;}

p {
	padding: 25px;
	text-align: left;
	line-height: 1.5em;
	margin-right: 10%;
	margin-left: 10%;
}


div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-transform: none;
}

div.menuBar {
  background-color:#acbfac ; /*this controls color of menu bar*/
  border: 2px outset #acbfac;
  padding: 4px 2px 4px 2px;
  text-align: center; /*this centers menu bar on browers, looks stacked in dreamweaver*/
  width: 81%;
  margin-left: 90px;
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #acbfac; /*this controls border color of menu bar */
  color: #003300;/*color of text*/
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.menuBar a.menuButton:hover {
  background-color: transparent;
  border: 1px outset #e0e0e0;
  color: #000000;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #003300;
  border: 1px inset #e0e0e0;
  color: #ffffff;
  left: 1px;
  top: 1px;
}

div.menu {
	background-color: #abcfac;
	border: 2px outset #e0e0e0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	z-index: 101;
	visibility: hidden;
}

div.menu a.menuItem {
  color: #003300;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
 
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #003300;
  color: white;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}
td {
	font-size: 14pt;
}
#logo {
	margin-top: 0px;
}
#footer 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #acbfac;
	text-align: center;
	letter-spacing: 6px;
	height: 16px;
	clear: both
	}
	#footer a 
	{
	color: #003300;
	text-decoration: none;
	font-size: 9px;
	}
#footer a:hover 
	{
	color: #006600;
	text-decoration: none
	}

h2 {
	text-align: center;
}
ul   {
	text-align: left;
	line-height: 1.5em;
	list-style-type: none;
	}
.leftcol 
	{
	text-align:left;
	width: 20%;
	float:left;
	padding-bottom:10px;
	border: #000000;
	line-height: normal;
	padding-top: 15px;
	padding-left: 25px;
	}


.midcol 
	{
	width: 60%;
	float: left;
	padding-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #000000;
	display: list-item;
	text-decoration: none;
	margin-bottom: 10px;
	margin-left: 25px;
	}
