/* Generic Selectors */
 
body {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   color: #333333;
   background-color: #4a4a4a;
}
 
p {
   width: 80%;
}
 
li {
   list-style-type: none;
   line-height: 150%;
   list-style-image: 'disc';
}
 
h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 18px;
   font-weight: bold;
   color: #FFFFFF;
}
 
h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   font-weight: bold;
   color: #ffffff;
}

h3 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   font-weight: normal;
   color: #ffffff;
}

h4 {
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: #ffffff;
}
 
/**************** Pseudo classes ****************/
 
a:link {
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
}
 
li :link {
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
}
 
a:visited {
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
}
 
li a:visited {
   color: #ffffff;
   text-decoration: none;
   font-weight: normal;
}
 
a:hover {
/* color: #ffffff;
   padding-bottom: 5px; */
   font-weight: normal;
   text-decoration: none;
}
 
li a:hover {
   display: block;
   color: #ffffff;
   padding-bottom: 5px;
   font-weight: normal;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #ffffff;
}
 
a:active {
   color: #ffffff;
   font-weight: normal;
}
 
/************************* ID's *************************/


#navigation {
   position: absolute;
   width: 210px;
   height: 270px;
   margin: 0;
   margin-left: 125px;
   margin-top: 260px;
   font-weight: normal;
}

#siteTitle {
   position: absolute;
   width: 250px;
   height: 56px;
   padding: 10px 10px 10px 10px; /*top right bottom left*/
   margin-left: 125px;
   margin-top: 30px;
   background-color: #4a4a4a;
}

#centerDoc {
   position: absolute;
   width: 850px;
   height: 540px;
   overflow: auto;
   padding: 10px 10px 10px 10px; /*top right bottom left*/
   margin-left: 350px;
   margin-top: 30px;
   color: #000000;
   background-position: center;
   border-bottom: 1px;
}

#linksBG {
   position: absolute;
   width: 850px;
   height: 540px;
   overflow: auto;
   padding: 10px 10px 10px 10px;
   background-color: #58585a;
}

#footer {
   position: absolute;
   margin-left: 360px;
   width: 870px;
}

#footerLeft {
   position: absolute;
/*   margin-left: 250px; */
   margin-top: 590px;
}

#footerRight {
   position: absolute;
   margin-left: 580px;
   margin-top: 590px;

}

#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;

   back\ground-color: transparent;

   background-image: url(blank.gif);

   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	