
p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	padding-top: 10px;
	letter-spacing: 1px;	
}
.headings {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
}
.headingchinese {
	color: #0066CC;
	font-size: 16px;
}
	
ol, ul, li, td {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	letter-spacing: 1px;
}

a:link, a:visited, a:active {
	color:#0099FF;
	font-weight:bold;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-size:11px;
}


a:hover {
	text-decoration: underline;
}



a.nav:link, a.nav:visited, a.nav:active {
	color:#CCCCCC;
	text-decoration:none;
	font-size:10px;
}


a.nav:hover {
	color: #FFFFFF;
	text-decoration:underline;

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid black;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
text-decoration:none;
}

.thumbnail:hover img{
border: 1px solid gray;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#FFFFFF;
padding: 5px;
left: -1000px;
border: 1px solid silver;
visibility: hidden;
color: black;
text-decoration: none;
text-align:center;
font-weight:normal;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 170 px;
left: 40px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#main {
padding: 10px;
}

#thumbnail {
width: 320px;
float: right;
margin: 15px 0 15px 15px;
}
#thumbnail span {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: bold;
display: block;
width: auto;
margin-top: 5px;
overflow: auto;
}
