
body		{  	
		margin: 0;
        padding: 0;
		background-color: #151515;
		color: #000000; 				
		}
                         	

h1		{  
		font-family: 'Windsor BT', Helvetica, arial, sans-serif;
		font-size: 26px;  	
			color: #913810;
		text-align: center;

			
		}

h2		{
		font-family: 'Windsor BT', Helvetica, arial, sans-serif;
		font-size: 22px;  
			color: #913810;
		text-align: center;
		}

h3		{
		font-family: Helvetica, arial, sans-serif;
		font-size: 26px;  	
		color: #000;		
		}

h4		{
		font-family:Helvetica, arial, sans-serif;
		font-size: 22px;  	
		color: #000;
		margin: 0;	
		}

p		{
		font-family: Helvetica, arial, sans-serif;
		font-size: 12px; 
		line-height: 18px;
		margin: 5px 0 10px 0;	
		text-align: left;	
		}
		
li		{
		font-family: Helvetica, arial, sans-serif;
		font-size: 12px; 
		line-height: 18px;		
		}		
		
#credits	{	
		font-size: 10px;
		font-family: verdana, sans-serif;
		text-align: center;
		color: #fff;
		padding: 0 5px 10px 5px;		
		}
	
#content {
	padding: 0 15px 10px 15px;
	text-align: left;
	}
	
a:hover {
color: #c56806;
}
td {
vertical-align:top;
}

#dummylinks {
clear: both;
text-align:center;
margin: 75px 0 0 0;
}
#dummylinks a {
font-size:11px;
font-family: Helvetica, arial, sans-serif;
margin: 0;
padding: 6px;
float: left;
}
#dummylinks a:hover {
color: #c56806;
}
#sitemap ul li {
list-style-type:none
}

#sitemap ul li {
list-style-type:none
}

#sitemap ul li {
list-style-type:none
}

a {
color: #000000;
}
a:visited {
color: #000000;
}

#menu {
margin: 0px 0 0 0; /*this changes IE6 background position error*/
padding: 15px 0 0 0; 
text-align:left;
}



#menu li, #menu2 li {
    display:block;
    margin:0;
    padding:0;
    }

#menu ul, #menu2 ul {
    display:block;
    width:140px;
    list-style:none;
	margin: 0 0 0 25px;
	padding: 0;
    }                
   
#nav {
	border-top: #777 solid 1px;
	}               
#nav li { /* all list items */
	padding: 0;
    position : relative;
    width: 140px;
	text-align: left;
	margin: 0;
	
    }

#nav li a {
    font-size: 12px;
	line-height: 14px;
    font-family: Helvetica, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	color: #000000;
    display: block;
    width: 140px;
  	border-bottom: #777777 solid 1px;
    padding: 3px 0 3px 0;
	margin: 0;
    width:100%; /* IE */
    }
.sublink {
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#nav li ul { /* second-level lists */
    position : absolute;
    left: -1999px;
    margin: -43px 0 0 -142px;
	border: #777777 solid 1px;
	padding: 0;
	background-color:#FFFFFF;
    }
#nav li ul ul { /* third-and-above-level lists */
    left: -1999px;
    }

#nav li a:link {
    color: #000000;
	background-color:#FFFFFF;
    }	

#nav li a:visited {
    color: #000000;
	background-color:#FFFFFF;
    }

#nav li a:hover {
    color: #c56806;
	background-color: #ffffff;
    }

#nav li a:active {
    color: #000000;
	background-color:#FFFFFF;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999px;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: 0;
    }


