html,body {
	margin: 0;
	padding: 0;
      background-color: #7B7C85;
}

p {
      font-family: verdana;
      font-size: 11px;
	margin: 11px;
}

img.book {
	display: block;
	float: left;
	padding: 5px;
	text: wrap;
}

p.footer{
     color: white;
     text-align: center;
     text-decoration: underline;
}

p.heading {
      font-family: verdana;
      font-size: 13px;
	font-weight: bold;
}

b.title {
      font-family: verdana;
      font-size: 12px;
	font-weight: bold;
}

table {
	width: 100%;
	height: 100%;
	border: 0px; 
}

td {
	vertical-align: middle;
	text-align: center;
}

a {
	font-family: verdana;
	font-size: 9px;
}

a.normal {
	font-family: verdana;
     	font-size: 11px;
	text-transform: none;
}

a.book {
	text-transform: none;
	text-decoration: none;
	border: 0;
	color: #C1CFF5 !important;
}

a:link {				/* unvisited link */
	color: #000000;
	text-decoration: none;
} 					
a:visited {				/* visited link */
	color: #000000;
	text-decoration: none;
} 
a:hover {				/* mouse over link */
	color: #092B6B;
	text-decoration: underline;
      text-transform: uppercase;
}   
a.book:link {				/* unvisited link */
	color: #C1CFF5 !important;
} 					
a.book:visited {				/* visited link */
	color: #C1CFF5 !important;
} 
a.book:hover {				/* mouse over link */
	color: #C1CFF5 !important;

}  
a.normal:hover {				/* mouse over link */
	color: #092B6B;
	text-decoration: underline;
        text-transform: none;
}
a:active {				/* selected link */
	color: #092B6B;
}   

ul {
      font-family: verdana;
      font-size: 10px;
	  list-style-type: none;
      padding-top: 9px;
      margin-top: 0px;
      margin-bottom: 0px;
}   

li.home {
      float: left; 
	width: 47px; 
	text-align: center; 
      letter-spacing: 0px;
}
li.past {
      float: left; 
	width: 124px; 
	text-align: center; 
      letter-spacing: 0px;
}
li.recent {
      float: left; 
	width: 100px; 
	text-align: center; 
      letter-spacing: 0px;
}
li.future {
      float: left; 
	width: 91px; 
	text-align: center; 
      letter-spacing: 0px;
}
li.vendors {
      float: left; 
	width: 80px; 
	text-align: center; 
      letter-spacing: 0px;
}
li.contact {
      float: left; 
	width: 68px; 
	text-align: center; 
      letter-spacing: 0px;
}

div {
	border: 0px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin: 2% auto;
	width: 800px;
	height: 600px;
	display: block;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 600px;
      background-image: url("images/ahpleft.gif")
}

div.top {
	position: absolute;
	top: 0px;
	left: 205px;
	width: 595px;
	height: 170px;
      background-image: url("images/ahptop.gif")
}

div.main {
	position: absolute;
	top: 170px;
	left: 205px;
	width: 595px;
	height: 430px;
}

div.link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 595px;
	height: 31px;
      background-image: url("images/ahplink.gif")
}

div.content {
	position: absolute;
	top: 31px;
	left: 0px;
	width: 595px;
	height: 399px;
      background-image: url("images/ahpmain.gif")
}

div.body {
	position: absolute;
	width: 559px !important;
	width: 559px; 
	height: 362px;
      left: 9px;
      top: 9px;
      border: 1px solid #000000;
	background-color: #C1CFF5;
      overflow: auto;
      padding-left: 5px;
	padding-right: 5px;
      padding-top: 0px;
      /*
	scrollbar-face-color: #AEBBD3;
	scrollbar-shadow-color: #051739;
	scrollbar-highlight-color: #0A3179;
	scrollbar-track-color: #7B7C85;
	scrollbar-arrow-color: #051739;
`     */
}

div.footer {
     position: absolute;
     width: 595px;
     height: 20px;
     top: 368px;
}  
