address, blockquote, body, caption, center, dd, dir,  dl, dt, menu, ol, p, strong, td, th, ul, input, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}


#logobox
{
	background-color:#336666;
	position: absolute;
	height: 50px;
	width:150px;
	margin-top: 50px;
	margin-left:250px;
	padding:10px;
	
}



#headingbox
{
	background-color:#336666;
	position: absolute;
	height: 50px;
	width:500px;
	margin-top: 50px;
	margin-left: 430px;
	padding: 10px;
	
}

#navbarbox
{
	background-color:#336666;
	position: absolute;
	height: 400px;
	width:160px;
	border-color:#336666;
	border-width:2px;
	margin-top: 120px;
	margin-left: 265px;
	padding: 10px;
	left: -165px;
	top: 78px;
}
.active-scroll-bars {
scrollbar-face-color: red;
scrollbar-track-color: blue;
}

#contentsbox
{
	background-color:#3f7c7c;
	position: center;
	height: 420px;
	width:550px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
	overflow:scroll;
	overflow-x:hidden;
	left: 365px;
	top: 151px;
	visibility: visible;
	
}
.nav {
	font-size: 8pt;
}
a {
	color: #FFFFFF;

}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #336666;
	background-color: #FFFFFF;

}
.title {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}
.title2 {
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}
.copyright {
	font-size: 7pt;
}
.arttitle {

	font-weight: bold;
	color: #000066;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}
