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

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

a:link  {
	color: white; 
	text-decoration: none; 
}

a:visited {
	color: white; 
	text-decoration: none; 
}

a:active {
	color: red; 
}

a:hover {
	text-decoration: none; 
	color: black; 
}

#header {
	background-color: #8787ff;
	border-style: solid;
	border-color: #191970;
	border-width: 1px;
	color: black;
	text-align: center;
	margin-top: 30px;
}

#header * {
	vertical-align: middle;
}

#linkbar {
	text-align: center;
	font-size: x-small;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: table;
	border-collapse: collapse;
}

#linkbar a.link {
	color: white;
	background-color: #66d;
	border: solid;
	border-color: #191970;
	border-width: 1px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: table-cell;
}

#linkbar a.link:hover {
	text-decoration: none;
	background-color: #aaf;
	color: #fff;
}
	
#linkbar a.activelink {
	font-weight: bold;
	color: white;
	background-color: #44b;
	border: solid;
	border-color: #191970;
	border-width: 1px;
	display: table-cell;
}
	
#content {
	background-color: #8787ff;
	border-style: solid;
	border-color: #191970;
	border-width: 1px;
	color: black;
	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: #8787ff;
	border: 1px solid #191970;
	color: black;
	margin-bottom: 30px;
	min-height: 15px;
}

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

div.adsense {
	margin-top: 1em;
	text-align: center;
}

#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");
	}
