#bgTop {
	//background-color: yellow;
	background-image: url('images/topmenu.jpg');
	background-repeat: no-repeat
}

#allText {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	word-spacing: 5px;
	line-height: 130%;
	text-align: justify;
	color=#30788F;
}

#photoFrame {
	width: 120px;
	float: left;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #716f6f;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#textFrame {
	font-size:11.9px;
	line-height:160%;
	font-family:Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
}

H1 {
	font-size:14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height:120%;
	color:#808080;
 }
 
H1 A:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	text-decoration: none
}
H1 A:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none}
H1 A:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
	text-decoration: none}
H1 A:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline; 
	color: #000000;}
	
	
	
#highlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #98383a;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBCCAC;
	/*text-transform: uppercase;*/
}

#rightHighlights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	/*color: #6b6480;*/
	color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBCCAC;
	/*text-transform: uppercase;*/
}

#rightHighlights A:link {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #808080;
	/*color: #666600;*/
	text-decoration: none
}
#rightHighlights A:visited {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	/*color: #666600;*/
	color: #808080;
	text-decoration: none}
#rightHighlights A:active {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	/*color: #666600;*/
	color: #808080;
	text-decoration: none}
#rightHighlights A:hover {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	/*color: #98383a;*/
	color: #D5D500;
	text-decoration: none; 
	/*color: #98383a;*/}

#bottomline {
	height:50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #98383a;
	border-top-width: 5px;
	border-top-style: outset;
	border-top-color: #DBCCAC;
	border-top-margin: 10px;
}


#rightMenu {
	background-image: url('images/rightBk.jpg');
	background-repeat: no-repeat
}

#rightMenu2 {
	background-image: url('images/rosary5.jpg');
	background-repeat: no-repeat
}

#leftMenu {
	background-image: url('images/leftBk.jpg');
	background-repeat: no-repeat
}




#dropmenudiv{
	position:absolute;
	/*background-color: #E3FFB0;*/
	background-color: #EBEBEB;
	border:1px solid #DBCCAC;
	border-bottom-width: 0;
	font-weight:normal;
	font-size: 12px;
	font-family: tahoma;
	
	line-height:20px;
	z-index:100;
}

#dropmenudiv a{
	color:#666600;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #DBCCAC;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ 
	/*hover background color*/
	/*background-color: #FFB0B0;*/
	color:#D5D500;
}





#menutitle{
	cursor:pointer;
	margin-bottom: 20px;
	/*background-color:#ECECFF;*/
	color:#666600;
	width:490px;
	padding:4px;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px dashed #C0C0C0;
	/*border:1px solid #000000;*/
}

.submenu{
	margin-bottom: 1.5em;
	margin-left: 5.5em;
	line-height:150%;
	font-size:11.9px;
	font-family:Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080;
}

#img {
	vertical-align:middle;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}