body {
	background-image: url('images/bg.jpg');
	font-family: verdana, arial, helvetica, sans-serif;
	padding-left: 10%;
	padding-right: 10%;
}

hr {
	color: #5ae057;
	height: 1px;
	line-height: 3pt;
	border: 0px;
}

A:link  {
	color: white; 
	border: 0px; 
	text-decoration: none; 
}

A:visited {
	color: white; 
	border: 0px; 
	text-decoration: none; 
}

A:active {
	color: red; 
}

A:hover {
	text-decoration: none; 
	border-width: 0px; 
	color: black; 
}

#header {
	background-color: #afafff;
	border-style: solid;
	border-color: #191970;
	border-width: 1px;
	color: black;
	text-align: center;
	margin-top: 30px;
	/* margin-left: 50px;
	margin-right: 50px; */
}

#linkbar {
	text-align: center;
	font-size: small;
	/* margin-left: 50px;
	margin-right: 50px; */
}

#linkbar span.link:before {
	color: #e36e27;
	content:"[\00a0";
}
	
#linkbar span.link:after {
	color: #e36e27;
	content:"\00a0]";
}

#content {
	background-color: #afafff;
	border-style: solid;
	border-color: #191970;
	border-width: 1px;
	color: black;
	/* margin-left: 50px;
	margin-right: 50px; */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content div.header {
	color: #191970;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid;
	margin-bottom: 1ex;
}

#content div.newsitem {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

#content div.newsdate {
	border-bottom: 1px solid black;
	color: white;
}

#footer {
	position: relative;
	top: 10px;
	background-color: #afafff;
	border: 1px solid #191970;
	color: black;
	/* margin-left: 50px;
	margin-right: 50px; */
	margin-bottom: 30px;
}

#footer div.xhtml {
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
}

#footer div.lastupdate {
	text-align: center;
	margin: 0;
	font-size: x-small;
}

#footer div.css {
	position: absolute;
	margin: 0;
	top: 0;
	right: 0;
}

/* lightbox stuff */

#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;
	background-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}

