/* CSS Document */



.slideshow{ /*CSS for DIV containing each image*/
float: left;
width: 100px;
height: 140px;
font-size: 85%;
margin:5px;
}

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

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

#navlinks a{ /*CSS for each navigational link*/
margin: 5px;
font-size: 110%;
color:#CC3300;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: ;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

}
.style1 {color: #292829}
a:link {
	text-decoration: none;
	color: #996600;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC
}
a:active {
	text-decoration: none;
}

#thumbnail {position:absolute;  width:100px; left:685px; top:233px; height: 100px;}
#bottommenu {position:absolute;  width:300px; left:550px; top:44px; height: 455px;}
#resourcesmenu {position:absolute;  width:313px; left:726px; top:75px; height: 455px;}




A:link {text-decoration: none; color:#999999}
A:visited {text-decoration: none; color:#999999;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #333333;}

.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.style5 {font-size: 14px}