/******************************/
/*  General Document Styles   */
/******************************/

body {
	padding:0;
	margin:0;
	color:#000000;
	font-family:Arial;
	font-size:10pt;
}


.header {
	padding: 0px 0px 0px 25px;
	background-color: #ffffff;
	background-image: url('images/headerBG.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	height:65px;
	width: 100%;

	color: #000000;
	font-family: Times New Roman, Times New Roman, Serif;
	font-size: 32pt;
	font-weight: bold;
	font-style: italic;
	filter:shadow(color=#ffffff, direction=135);
	letter-spacing: 5pt;
}


.subhead {
	padding: 2px 10px 2px 10px;
	background-color: #3722D4;
	border-bottom:2px solid #000000;
	border-top:1px solid #000000;
	color: #ffffff;
	font-family: Arial, sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: none;
}

A.subheadLink {
	text-decoration: underline;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	}
A.subheadLink:Visited {}
A.subheadLink:Active {}
A.subheadLink:Hover {text-decoration: none;}

.sideBar {
	padding: 0px;
	background-color: #FDB549;
	border-right: 1px solid #000000;
	height: 100%;
}

.navHead {
	background-color: #F8D352;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 2px 5px 2px 5px;
	color: #000000;
	font-family: Arial, Serif;
	font-size: 12pt;
	font-weight: 900;
	font-style: normal;
	font-variant: small-caps;
	text-align: center;

}

.navLink {
	border-bottom: 1px solid #FBCC85;
	padding: 5px 5px 5px 10px;
	color: #000000;
	font-family: Verdana, Arial, sans-Serif;
	font-size: 10pt;
	font-weight: 600;
	font-style: normal;
	font-variant: none;
	text-align: left;
}
.navlinkA {
	text-decoration: none;
	color: #000000;
}



.navLinkOn {
	background-color: #B51B1B;
	border-bottom: 1px solid #FBCC85;
	padding: 5px 5px 5px 10px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-Serif;
	font-size: 10pt;
	font-weight: 600;
	font-style: normal;
	font-variant: none;
	text-align: left;
	cursor: hand;
}


/******************************/
/* Styles for the Photo Album */
/******************************/

table.photoalbum {}

.spine {
	background:url(images/photoalbum/parchmentring.jpg);
	width:37px;
	height: 480px;
	border-top:2px groove #888888;
	border-bottom:4px groove #888888;
	border-left:4px groove #888888;
}

.albumPage {
	background: url(images/photoalbum/parchment.jpg);
	width: 513px;
	height: 480px;
	padding: 5px;		
	border-top: 2px groove #888888;
	border-right: 4px groove #888888;
	border-bottom: 4px groove #888888;	
}

.albumTitle {
	font: 14pt Helvetica, Times New Roman, Serif;
	color: #000044;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 4px 0px;
}

.description {
	font: 10pt comic sans ms,verdana,arial;
	color: #000044;
	text-align: left;
}

.activeImg	{ Filter: Alpha(Opacity=100) }

.inactiveImage	{ Filter: Alpha(Opacity=60) }

.LinkOut {
	border:1px solid #D4D0C8;
	padding: 0px 1px 1px 0px;
}

.LinkOver {
	border: 1px outset;
	padding: 0px 1px 1px 0px;
}

.LinkDown {
	border:1px inset;
	padding: 1px 0px 0px 1px;
}
