/* CSS Document */


body {
	background-color: #333333;
}
#Layer1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:115px;
	z-index:120;
	background-color: #333333;
	visibility: visible;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:15px;
	width:100%;
	height:auto;
	z-index:200;
	background-color: #333333;
	visibility: visible;
}


#footer {
font-size:10px;
color:#CCCCCC;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
#footer a, #footer a:visited {
font-weight:bold;
text-decoration:underline;
color:#CCCCCC;
}

#subnav, #subnav a, #subnav a:visited {
font-size:10px;
text-decoration:none;
color:#cccccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
}
#subnav a:hover, #subnav a:visited:hover {
text-decoration:underline;
color:#FF0000;
}

#headers {
padding-left:30px;
border-bottom:#000099 1px solid;
margin-bottom:3px;
}
#bodytext {
padding:5px;
}
#bodytext .picture {
padding:5px;
}

.heading1 {
height:23px;
border-bottom:#666666 1px solid;
padding-left:20px;
font-weight:bold;
}