body  {
 background-color: #58595B;
	color: 000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat;
	margin: 10px;
	padding: 10px;
 }
table {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.text {font-family: "Trebuchet MS", Verdana, Arial; font-size: 10pt; color: #000000}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#000000;
	font-weight: bold
}
.nav2 {font-family: verdana; font-size: 14pt; color:FFFFFF}
.copyright {font-family: "Trebuchet MS", Verdana, Arial; font-size: 8pt; color:#000000}

.whitetext {  color: #FFFFFF}
.noborder {  border-style: none}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #D61D23
}

A:link {
	font-family: "Times New Roman";
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 11pt;
}
A:visited {font-family: "Times New Roman";  text-decoration: none; color: black; font-weight: bold;
	font-size: 11pt;}
A:active {font-family: "Times New Roman";  text-decoration: none; color: black; font-weight: bold;
	font-size: 11pt;}
A:hover {font-family: "Times New Roman";  text-decoration: none ; border-bottom: 1px #D61D23 dotted; color: #D61D23; font-weight: bold;
	font-size: 11pt;}

.shadow {
-moz-box-shadow: 0px 0px 10px 0px #000;
-webkit-box-shadow: 0px 0px 10px 0px#000;
box-shadow: 0px 0px 10px 0px #000;


}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
	color: #D71D24;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.leftcolumnindent {text-align: left; padding-left: 5px; border-style: none;
background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#E1D5AA));  

/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E1D5AA  100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#E1D5AA')"; /* for IE */
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E1D5AA'); /* IE6-IE9 */



/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E1D5AA  100%);

/* Opera */ 
background: -o-linear-gradient(top, #FFFFFF 0%, #E1D5AA  100%);

/* Webkit (Safari/Chrome 10) */ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E1D5AA ));

/* Webkit (Chrome 11+) */ 
background: -webkit-linear-gradient(top, #FFFFFF 0%, #E1D5AA  100%);

/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E1D5AA  100%);
}
.notopborder {  border-color: #FFFFCC #666666 #666666; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.indented
   {
   padding-left: 5pt;
   padding-right: 5pt;
; text-align: left
   }

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 100;
}
#lightboxDetails{
	font-size: 0.9em;
	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;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	

