body {
	font-family: Arial, Helvetica, sans-serif;
}
img
{
	cursor:hand;
}
#top
{
	position:relative;
	text-align:center;
}
#largePicture
{
	position:relative;
	visibility:hidden;
	display:none;
	z-index:10;
	text-align:center;
}
#idCloseLargePicture
{
	position:relative;
	top:30;
}
#largeImage
{
	width:1000;
}
.info
{
	display:none;
	visibility:hidden;
}
.menuItem
{
	cursor:hand;
	background-color:#66CCFF;
}
.subMenuItem
{
	cursor:hand;
	background-color:#66CCFF;
}
#theAlbums
{
	display:none;
	visibility:hidden;
}
.link
{
	color:blue;
	text-decoration:underline;
	cursor:hand;
}
.schedule
{
	width:420px;
	background-color:Lime;
}
#pageTitle
{
	font:"Times New Roman", Times, serif;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:blue;
}
.note1
{
	width:420px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#3399FF;
	border:1px solid blue;
}
#albumTitle
{
	color:blue;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}
#imageGroup
{
	position:relative;
	display:block;
}
.textOverImage
{
	position:relative;
	top:30;
	background-color:white;
	color:red;
	z-index:2;
}
#imageFrame
{
	position:relative;
	display:block;
	width:650;
	height:670;
}
#image
{
}
#imageSelect
{
	position:relative;
/*	top:10;  */
}
#imageMenu
{
	position:relative;
/*	top:20;  */
}
#imageCount
{
	position:relative;
/*	top:30;  */
}
.note2
{
	width:420px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:black;
	border:1px solid blue;
}
.note3
{
	width:420px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:black;
	background-color:#CCFFFF;
	border:1px solid blue;
	text-align:left;
}
.docs
{
	left:0;
	text-align:left;
}
.highlight
{
	background-color:#33FFFF;
	color:black;
}
.highlightRed
{
	background-color:red;
	color:white;
}