body {
	background-color: #006633;
	font-size: 12pt;
}

a:link, a:visited, a:active  {
	font-weight: normal;
	background: none transparent scroll repeat 0% 0%;
	color: #000000;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	background-color: #003333;
	color: #FFFFFF;
	text-decoration: none ;
}



a.MasterMenu:link, a.MasterMenu:visited, a.MasterMenu:active  {
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%;
	color: #b7c4bb;
	text-decoration: none;
	margin: 5px;
}

a.MasterMenu:hover {
	font-family: verdana, arial, helvetica, Geneva, sans-serif; 
	font-size: 8pt;
	font-weight: bold;
	background-color: #b7c4bb;
	color: #003e2a;
	text-decoration: none ;
}

.MasterMenuText{
	font-family: verdana, arial, helvetica, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: none transparent scroll repeat 0% 0%;
	color: #b7c4bb;
	text-decoration: none;
	margin: 5px;
}

.copyright {
	font-family:  arial, helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style:italic;
	font-size: 7pt;
	line-height: 16px;
}	


/* subMenu Stuff Here */


.subMenu{
	font-size: 8.5pt;
	list-style: none;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 120px;	
	
}


.subMenu a{
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	text-indent: 5px;
	color: #F8F8FF;
	text-decoration: none;
	font-size: 12px;
	background-color: 249BDB;	
}

.subMenu a:hover{ /*hover background color*/
	background-color: #b7c4bb; 
	color: #191970;
	text-decoration: none;	
}

/*****************************************/
/****   LIGHT BOX  ***********************/
/*****************************************/

#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(../LightBox/overlay.png); 
}

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


.specialTable {
	padding: 10px;
	border: 2px solid #003e2a;
	}

.largerText {
	
	font-size: 1.3em}
/*****************************************/
/****   END OF CSS FILE  *****************/
/*****************************************/


