body {
background: #FFFFFFF;
color: #000;
font-family: arial, verdana, tahoma;
font-size: .9em;
}
 
img {
border: 0px;
}
 

hr {
border: 0;
  width: 90%;
color: #66CCFF;
background-color: #66CCFF;
height: 5px;
}

a: link {
border: 0;
text-decoration: none;
}
 
a:link {
   color: #0066CC;
   font-weight: normal;
 
text-decoration: none;
}
a:active {
   color: #660099;
}
a:hover {
   color: #660099;
   font-weight: bold;
}
a:visited {
   color: #0066CC;
}
 
 
.clearing {
clear: both;
}

#main {
background: #d9e6ff;
width: 635px;
padding: 1px 20px 20px 20px;
position: absolute;
top: 70px;
left: 255px;
valign: top;

min-height: 685px;

-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;
-moz-border-radius-bottomright: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-left-radius: 15px;
}

#header {
   position: absolute;
   top: 0px;
   left: 0px;
   padding: 5px 5px 5px 5px;
   width: 95%;
}

#menu {
   position: absolute;
   top: 10px;
  left: 285px;
}
#menu img {
   padding-left: 20px;
}

#containbox {
position: absolute;
top: 70px;
left: 0;
width: 255px;
text-align: center;
}

#subbox {
width: 100%;
background: #d9e6ff;
text-align: left;
padding: 15px 15px 15px 15px;
}

#sideimg {
position: absolute;
left: 930px;
top: 70px;
}

#footer {
position: relative;
top: 45px;
font-size: .85em;
margin: auto;
width: 55%;
text-align: center;
clear: both;
}



//START lightbox CSS
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #2f2c96;
	border-right: 2px solid #2f2c96;
	}
#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: #2f2c96;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
//END lightbox CSS
