/* Combined style sheet for the index pages and the slide pages. */

/* CSS gymnastics to make tables center properly in all browsers */
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: medium ridge #009900;
}
.center table {
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

/* Just in case... */
img { border-width: 0; }

/* Custom link styles */
a {	color: #CC9999; }
a:hover { color: #4444aa; }

/* Style for all bodies and to control the margin on top. */
body {
	margin-top: 40px;
	margin: 40px 1ex 2px 1ex;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #DDDDDD;
	background-color: #996600;
	background-repeat: repeat-x;
}

/* Style for the titles */
.leftheader {
	position: absolute;
	left: 1ex;
	top: 5px;
	font-weight: bold;
	white-space: nowrap; 
}	

.rightheader {
	position: absolute;
	right: 1ex;
	top: 5px;
	font-weight: normal;
	white-space: nowrap; 
}

/* Style for Included Header info */
.incheader {
	margin-bottom: 1.5em;
	color: #FFFFCC;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;


}

/* Style for Included Footer info */
.incfooter { margin-top: 1.5em; }

/* Style for copyright message */
.copyright { margin-top: 1em; font-size: x-small; text-align: center; }

/* Style for the folders and thumbnails */
.cell {
	text-align: center;
	padding: 0.5em;
	font-size: smaller;
	vertical-align: bottom;

}

.folderbox {
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	height: 130px;
	background-color: transparent;
	background-image: url('frame_05.gif%27');

