
body {
margin-top: 0; 
background-color: #7C8E65;
}

body, td { 
font-family: verdana;  
font-size: 12px; 
}
 
.main { 
border-left: 4px solid #003300;
border-right: 4px solid #003300;
border-bottom: 4px solid #003300;

}

a:link    { color: #006600; font-weight: bold;  text-decoration: underline; }
a:visited { color: #666666; font-weight: bold;  text-decoration: underline; }
a:hover   { color: #000000; font-weight: bold;  text-decoration: underline; }

h1  {  font-weight: normal;  font-size: 28; }

h2  {  font-family: georgia;  font-size: 24; font-weight: normal; color: #004400; }

h3  {  font-family: georgia;  font-size: 18; font-weight: normal; color: #004400; }

.sub1 {  font-family: arial;  font-size: 10; font-weight: bold; }

.sub2 {  font-family: arial;  font-size: 12; font-weight: bold; color: #cc0000; }


i { font-family: georgia}

#lightbox {
	
background-color:#FFFFFF;
padding-top: 20px;
padding-right: 20px;
padding-left: 20px;
padding-bottom: 5px;
border-bottom: 0px solid #EBE8D1;
border-right: 0px solid #EBE8D1;
border-left: 0px solid #EBE8D1;
border-top: 0px solid #EBE8D1;
}
	
#lightboxdetails { 
font-family: verdana;
color: #004400;
font-size: 10px;
font-weight: bold;
padding-top: 10px; 
float: bottom-left; }
	
#lightboxcaption { float: bottom-right; }

#keyboardmsg { float: right; }

#closebutton { top: 5px; right: 5px; }

#lightbox img { border: 10px; clear: both;} 

#overlay img { border: none;}

#overlay { background-color:#ffffff; }

* html #overlay {
background-image: url(shim.gif);
filter: progid:dximagetransform.microsoft.alphaimageloader(src="overlay.png", sizingmethod="scale"); }