
a:link {
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #0099CC;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 300px;

}

.slideshow img{ /*Change "auto" below to a number (ie: 200px) to hard code dimensions of album images*/

}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: #0099CC;
}
a.menu {
	font-family: sans-serif, Arial, Times New Roman;
	font-size: 12px;
	color: #000000;
	display:block;
	width:200px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;
	margin-left:0px;
}
a.menu:link {
	text-decoration: none;display:block;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;padding:5px;width:200px;
}
a.menu:visited {
	text-decoration: none;
	color: #000000;display:block;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;width:200px;
}
a.menu:hover {
	text-decoration: none;
	color: #0099CC;display:block;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	padding:5px;width:200px;
}
a.menu:active {
	text-decoration: none;width:200px;
	color: #000000;display:block;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;
}

a.submenu {
	font-family: sans-serif, Arial, Times New Roman;
	font-size: 12px;
	color: #000000;
	display:block;width:200px;
	border-bottom:1px solid #ffffff;border-left:1px solid #ffffff;
	padding:5px;
}
a.submenu:link {
	text-decoration: none;display:block;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;width:200px;
}
a.submenu:visited{
	text-decoration: none;
	color: #000000;
	display:block;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;width:200px;
}
a.submenu:hover{
	text-decoration: none;
	color: #0099CC;
	display:block;width:200px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	padding:5px;width:200px;
}

a.submenu:active{
	text-decoration: none;
	color: #000000;
	display:block;width:200px;
	border-bottom:1px solid #ffffff;
	border-left:1px solid #ffffff;
	padding:5px;
}
.submenu_selected{
	text-decoration: none;
	color: #0099CC;
	display:block;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	padding:5px;width:200px;
}
body {
font-family: sans-serif, Arial, Times New Roman;
	font-size: 12px;
}


.message {
	font-family: sans-serif, Arial, "Times New Roman";
	font-size: 18px;
	font-weight: 800;
	color: #999999;
}

