@charset "iso-8859-1";
<!--
body{
	color: #666;
	background-color: #a8a8a8;
	background-image:  url("images/background_music.gif");
	margin: 0px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
H1{
	font-size:18px;
	font-weight:bold;
	margin:10px 0px 20px 0px;
	color:#3F3F3F;
	text-transform:uppercase;
	
}
H2{
	font-size:13px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	color:#FF9933;
}

H3{
	font-size:11px;
	font-weight:bold;
	margin:10px 0px 0px 0px;
	color:#FF9933;
}

p,.listing,td{
	margin-top:3px;
	font-size:12px;
}
.listing{
	margin-left:0px;
	padding-left:0px;
	list-style: disc url('images/bullet.gif') inside;
}

.listing li{
line-height:18px;
}

.listing  a li{
text-decoration:underline;
}
.listing  li a{
text-decoration:underline;

}
table{
padding:0px;
}
#content {
	text-align: center;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	width: 800px;
	height: auto;
	visibility: visible;
	background-color:#FFF;
	border-right:2px solid #666;
	border-left:2px solid #666;
}
#header{
	width: 800px;
	height: 80px;
	margin-top:20px;
	background-color:white;
	float:left;
}
#logo{
	height:80px;
	padding:0px 0px 20px 50px;
	float:left;
	
}

#nav{
	width: 570px;
	height: 25px;
	background-color:#FF9933;
	float:right;
	display:block;
	height:34px;
}
#nav ul, #nav li{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin:0px;
	display: block;
	float: left;
	background: url("images/tile_topnav.gif") repeat-x 20px;
	text-align: left;
}
#nav a{
	color: #3F3F3F;
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	display: block;
	padding: 8px 5px 0px 15px;
	height:20px;
	/*border-right:1px solid #DDD;*/
	float: left;
}
#nav li.current a{
	color:#FFF;
}
#nav a:hover{ 
	color:#ffffff;
}
#feature{
	border-top:3px solid #FF9933;
	border-bottom:3px solid #FF9933;
	width: 800px;
	height: 245px;
	float:left;
}
#leftblock{
	color:#FFF;
	text-align:left;
	width: 180px;
	height: 215px;
	padding:10px 30px 20px 20px;
	background-color:#3F3F3F;
	float:left;
}
#rightblock{
	width: 570px;
	height: 245px;
	background-color:#222;
	float:right;
}
#flash{
	width: 570px;
	height: 245px;
	background-color:#222;
	float:left;
}
#sidebar{
	font-size:16px;
	font-weight:bold;
	width: 230px;
	height: auto;/*235px*/
	overflow:auto;
	padding:20px 0px 15px 0px;
	background-color:#FFF;
	text-align:left;
	color:#00243C;
	clear:left;
	float:left;
}
.pagename{
	border-bottom:1px solid #999;
}
#copy{
	width: 570px;
	height: auto;/*270px*/
	background-color:#FFF;
	float:left;
}
#textblock{
	width: 410px;
	text-align:left;
	padding:25px 0px 50px 25px;
	color:#333;
	font-size:11px;	
	float:left;	
}
#texttools{
	float:right;
	padding:50px 10px 15px 0px;
}
#footer {
	color:#FF9933;
	font-size: 10px;
	text-align: middle;
	display:block;
	float:left;
	width: 788px;
	height: 20px;
	visibility: visible;
	background-color:#3F3F3F;
	padding:3px 3px 3px 10px;
}
.bodytext{
	font-size: 14px
}

.headline{
	font-weight: bold;
	font-size: 24px
}
	
a:link, a:visited, a:active{
	color: #FF9933;
	text-decoration: none;
}

a:hover{
	color:#ffffff;
	text-decoration: none;
}


a.two:link { color: #FF9933; text-decoration: none}
a.two:visited { color: #FF9933; text-decoration: none}
a.two:hover { color:#3F3F3F; text-decoration: none;}




.left{
margin-top:3px;
padding-right:10px;
padding-bottom:5px;
float:left;
}

.small{
font-size:11px;
}

.orange{
color:#FF9933;
}

/* Slideshow */

#wrap	{
	margin-bottom:0px; /* this value is for IE6 browsers */
	}
	
	html>body #wrap {margin-bottom:0px;} /* this value is for all other browsers */

/* The wrap div is purely an adjustment for IE6 */

#example {
	position: relative;
	width: 570px;
	height: 245px;
	z-index:1;
	margin-left:0px;
	}
	
	html>body #example {margin-left:0px;} /* this value is for all other browsers */
	

.slide-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
	height: 245px;
-->