body {
background: #ffffcc;
margin: 0;
text-align: center;
}
#fullpage{
width: 750px;
background: #ffffcc;
margin: 0px auto;
}
#bhimage {
background: #ffffcc;
width: 100%;
height: 90px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
#current {
background: #ffffcc;
float:right;
width: 520px;
text-align: left;
margin-left: 2;
padding: 2;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 10;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 1px;
left: -2000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -90;
left: 0px; /*position where enlarged image should offset horizontally */

}

p{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: left;
 	 } 

p.center{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: center;
 	 } 
	 
blockquote{
	 font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: left;
	 }
	 
h2{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 14pt;
	 text-align: center;
	 }
	 
h3{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 12pt;
	 text-align: left;
 	 } 
	
h4{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: left;
 	 } 

h4.center{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: center;
 	 } 	 

caption{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: left;
 	 } 

 
	 
li{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: left;
 	 } 
td{ 
font-family: Ventana,Arial,Sans-serif;
   font-size: 11pt;
	 text-align: left;
 	 } 

	 /*Credits: Tutorialtastic */
/*URL: http://www.tutorialtastic.co.uk/ */
 
#navigation {
background: #ffffcc;
float:left;
width: 212px;
text-align: left;
   margin: 2;
   padding: 2;
   list-style-type: none;
}

#navigation li {
   margin-bottom: 2px;
}
#navigation a {
   background: #669999;
   color: white;
   display: block;
   width: 200px;

   padding-left: 10px;
}
#navigation b{
	line-height:30px;
}
#navigation a:hover {
   background: #336666;
   color: #ffcc00;
   text-decoration: none;
   border-left: 5px solid black;
}

#navigation2 {
   list-style: none;
   margin: 0; padding: 0;
   float:left;
}
#navigation2 li {
   float: left;
   margin-bottom: 10px;
}
#navigation2 li a {
   display: block;
   background: #336666;
/*   width: 150px;*/
   text-align: center;
   color: white;
   padding: 3px 30px;
}
#navigation2 li a:hover {
   background: #669999;
   color: #ffff00
}

#navigation3 {
background: #ffffcc;
float:right;
width: 120px;
text-align: left;
   margin: 2;
   padding: 2;
   list-style-type: none;
}

#navigation3 li {
   margin-bottom: 2px;
}
#navigation3 a {
   background: #669999;
   color: white;
   display: block;
   width: 120px;

   padding-left: 10px;
}
#navigation3 a:hover {
   background: #336666;
   color: #ffcc00;
   text-decoration: none;
   border-left: 5px solid black;
	 width:115px;
}


#footer {
clear: both;
}