@charset "iso-8859-1";
#horizmenu {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 1.6em;
	color: #FFFFDD;
	background-color: #008800;
/*	border-top: 4px solid #008800; */
}
#pagetitlemod {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-size: 2.0em;
	color: #FFFFFF;
	background-color: #44AA00;
/*	border-top: 4px solid #008800; */
}
#subtitle  a{
  color: #FFFF66;
}
#content-left a:hover {
	background-color: #006600;
	color: #FFFF66;
}
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-size: .8em;
}

#navcontainer ul li { 
display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;

}

#navcontainer ul li a:hover
{
color: #000;
background-color: #D4FF7F;
}
#blocking {
	float:left;
	width:185px;
	height:185px;
	margin:5px;
}
#slideshow {
    position:relative;
    height:144px;
	float:left;
	clear:both;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}