body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
div.doorStop {
	float:none;
	clear:both;
	height:1px;
}
.style1 {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#hdr {
	position:relative;
	color:white;
	/* background-image: url(images/hdr-bg.jpg); */
	height:38px;
	border-bottom:1px solid gray;
	padding:6px;
}
#menuBar, #menuBar24 {
	color:white;
	background-image:url(images/menu-bg.jpg);
	text-align:center;
	font-weight:bold;
	height:40px;
	border:1px solid green;
	border-top:1px solid black;
	padding:0px;
	position:relative;
	overflow:hidden;
	}
#menuBar24 {
	height:24px;
	background-image:url(/images/menu24-bg.jpg);
	}
#menuBar img, #menuBar24 img {
	position:relative;
	top:0px; 
	border-left:1px solid white;
	border-right:1px solid black;
	border-top:none;
	border-bottom:none;
	}
#menuBar img:hover, #menuBar img:active {top:-40px;}
#menuBar24 img:hover, #menuBar24 img:active {top:-24px;}
#newMenu {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color:white;
	padding:0 0 2px 0;
	border:1px solid black;
}
#newMenu span:hover {
	color:white;
}
#newMenu a, #newMenu a:visited {
	color:white;
	font-weight:normal;
}
.menuItem {
	color:#eee;
	text-decoration:underline;
	padding:0 1em;
	cursor:pointer;
}
.rtMenu {
	float:right;
}
.ltMenu {
	float:left;
}
#content {
	padding:0 5px;
}
#loginDiv {
	position:absolute;
	width:275px;
	border:5px ridge #ddd;
	padding:10px;
	background-color:#CCDFC4
}
span.logPrompt {
	display:inline-block;
	width:90px;
}
.collage {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #2D603F;
}
.collage img {
	border: 2px inset #a0a0a0;
}
.collage a {
	color: #FFFFFF;
	text-decoration: none;
}
.collage a:hover {
	background-color:#999999;
}
.newsItem {
	clear:both;
	border-top:3px ridge #cccccc;
	margin:4px 0px 0px 0px;
	padding:4px 8px;
	position:relative;
	font-weight:bold;
}
.newsItem li {
	list-style-position:inside;
	padding:0.5em 1em;
	}
.newsFlash {color:red;}
.boxed {
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	}
.absLink {
	position:absolute;
	padding:2px 4px;
	background-color:#dddddd;
	border:2px outset white;
	}
#footer {
	background-image:url(/images/menu24-bg.jpg);
	color:#cccccc;
	font-size:10px;
	padding:0px;
	height:24px;
	text-align:left;
	position:relative;
	overflow:hidden;
}
#footer img {
	position:relative;
	top:0px; 
	border:none;
	}
#footer img:hover {
	top:-24px;
	}
