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

/* Style for all bodies and to control the margin on top. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0F0;
}

html {
	scrollbar-face-color: #ACC2E3;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-shadow-color: #F7F7F7;
	scrollbar-3dlight-color: #ACC2E3;
	scrollbar-arrow-color: #F7F7F7;
	scrollbar-track-color: #F7F7F7;
	scrollbar-darkshadow-color: #ACC2E3;
	scrollbar-base-color: #F7F7F7;
	overflow-x: auto;
	/*overflow-y: auto;*/
}

h2 {
	text-align: center;
	color: #000080;
}

.img_cell {
	text-align: center;
	vertical-align: middle;
/*	width: 320px;
	height: 270px;*/
	padding: 10px 5px 10px 5px;
}

.img_row_hdr {
	padding: 1px 20px 1px 20px;	
	font-size: 12px;
}

.img_row_ftr {
	padding: 1px 20px 1px 20px;	
	font-size: 12px;
	text-align: center;
}

.img_row_rule {
/*text-align: center;*/
	text-align:left;
	vertical-align: middle;
	height:20px;
}

.directions {
	text-align:center;
	border-bottom: 1px solid gray;
	background-color: #FFFFF3;
	padding: 3px 3px 0px 3px;
}

.directions p {
	margin-bottom: 2px;
	margin-top: .5em;
}

.directions a:link {text-decoration: none; color:#000080;}
.directions a:visited {text-decoration: none;color: #000080;}
.directions a:hover {color: red;}
.directions a:active {color:#000080;}
.directions a:focus {outline:none;} /*eliminates annoying blue border on links in IE 5 Mac!*/

.caption_left {
	font-size: 10px;
	float:left;
	padding-left: 40px;
}
.caption_cntr {
	font-size: 10px;
	text-align: center;
}
.caption_right {
	font-size: 10px;
	float:right;
	padding-right: 40px;
}



/* Style for the Top bar */
.topbar {
	background-color: #6595D6;
	background-image:  url(canvas/classic.gif);
	background-repeat: repeat-x;
	height: 25px;
}

/* Style for the Top ruler */
.topruler {
	background-image:  url(canvas/rule.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 10px;

}


/* Style for the Image/Folder Path Information */
.bpppath {
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

/* Style for the Image/Folder Index Information */
.bppindex {
	color: #FAFAFA;
	font-size: 11px;
}


/* Style for the Footer */
.bppfooter {
	color: #000000;
	font-size: 10px;
}

/* Style for the page body */
.pagebody {
	background-image:  url(canvas/background.jpg);
	padding: 10px; 
	margin: 0px;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a.note:active {
	text-decoration: none;
	color: #000000;
}

a.note:visited {
	text-decoration: none;
	color: #000000;
}

a.note:link {
	text-decoration: none;
	color: #000000;
}

a.path:active {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a.path:link {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

a:hover {
	text-decoration: none;
	color: red;
}

a.note:hover {
	text-decoration: none;
	color: red;
}

a.path:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FAFAFA;
}

