body {
	background-color: #EBFFE6; /* #a1d0a1 */
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 5px;
	text-align: center;
	overflow: auto;
	font-size: 17px;
	color: #103882;
}
img { border: 0px; }
a {
	text-decoration: none;
	color: #103882;
	font-weight: bold;
}
#main {
	width: 990px;
	margin: auto;
	text-align: left;
}
#content {
	background-color: #FFFFCC;
	padding: 10px;
}
#avmenu {
clear: left;
float: left;
width: 150px;
margin: 0px;
padding: 1px 10px 10px 10px;
font-size: 0.9em;
}
#avmenu ul {
list-style: none;
width: 150px;
margin: 0px;
padding: 0px;
font-size: 1.1em;
}
#avmenu li {
margin-bottom: 4px;
}
#avmenu li a {
font-weight: bold;
height: 25px;
text-decoration: none;
color: #103882;
display: block;
padding: 6px 0 0 10px;
background: #FFFFCC;
border-left: 4px solid #103882;
}
#avmenu li a:hover {
background: #103882;
color: #FFFFCC;
border-left: 4px solid #FFFFCC;
}
.hide {
display: none;
}
.menu {
	background-color: #EBFFE6;
	text-align: left;
}
.header {
	background-color: #EBFFE6;
	height: 100px;
	padding-bottom: 20px;
	font-size: 25px;
	text-align: center;
}
.footer {
	background-color: #EBFFE6;
	height: 20px;
	padding-left: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}
.footer a {
	text-decoration: none;
    color: #000;
}
.imgheader {
	background-color: #EBFFE6;
	height: 100px;
	text-align: right;
}
.rightborder {
	background-color: #EBFFE6;
}
.content {
	background-color: #EBFFE6;
	padding-top: 1px;
}
.imgfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 115%;
	color: #103882;
	text-align: left;
}
#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(../images/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/pixel.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
.thumbnail {
	padding: 6px;
	border: 1px solid #103882;
	background: white;
	float: left;
	margin-right: 8px;
	margin-bottom: 7px;
}
.caption { font-size: 0.9em; padding-top: 0.2em ; text-decoration: none;	}
