/*Sets the HTML background color*/	
	body {
		background-color:#000000;	
		}

/*Sets the Banner image*/		
	#banner {
		background-image: url(/graphics/banner.jpg);
		background-repeat: no-repeat;
		}
		
/*Sets color of the left menu*/	
	#menu {
		border-style:inset;
		border-color:#ff9900;
		background-color: #ff9900;	
		}		
		 
/*Sets the border color and fonts for the menu links*/
	#nav-links a:visited,		
	#nav-links a:link,
	#nav-links a:hover {
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:20px;
		text-align:left;
		text-decoration: none;
		border-bottom-color:#000000;
		border-bottom-style:solid;
		border-top-color: #000000;
		border-top-style:solid;
		}

/*Sets the interior color menu links*/	
	#nav-links a:visited,	
	#nav-links a:link {
		color: #ffffff;
		background-color: #ff9900;
		}

/*Sets the interior color active menu links*/		
	#nav-links a:hover {
		background-color: #FFCC99;
		}
		
/*Sets the logo image for the bottom left logo*/
	#logo {
		background-image:url(/graphics/logo.jpg);
		}		

/*Sets the background color of the content container*/	
	#content {
		background-color: #ff9900;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		border-color:#ff9900;
		border-style:ridge;		
		}
	
/*Sets the color of the stylebox sub-item*/
	#news,
	#stylebox {
		background-color: #F7EEDF;
		}

/*Sets the color of links for the stylebox*/	
	#stylebox a {
		text-align:center;
		font-size:12px;
		color:#A86100;
		text-decoration:underline;
		}
				
/*Sets color of the footer border*/	
	#footer {
		border-top-color: #000000;
		border-top-style: solid;
		}
		
	H1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 26px;
		text-align:center;
		color: #000000;
		}
		
	H2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 20px;
		text-align:center;
		color: #ffffff;
		}
		
	H3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-align:left;
		color:#000000;
		}
		
	H4 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-align:left;
		color:#ffffff;
		}
		
	H5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-align:center;
		color: #000000;
		}
		
	H6 {
		text-align:left;
		font-size:16px;
		color:#000000;
		}
		
	.styleh5 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-align:right;
		color: #ffffff;
		}
		
	P {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align:left;
		color: #000000;
		line-height: 18px;
		}

.style1 {
		font-size: 14px; 
		color: #000000;
		font-weight:bold;
		}
		
.style2 {
		font-size: 16px; 
		color: #FFFFFF;
		font-weight:bold;
		}
		
.style3 {
		font-size: 18px; 
		color: #FFFFFF;
		font-style: italic;
		font-weight: bold;
		}
		
.style4 {
		font-size: 16px; 
		color:#FFFF00;
		font-style: italic;
		font-weight: bold;
		}

.style5 {
		font-size: 16px; 
		color:#ff9900;
		font-weight: bold;
		}

UL {
	list-style-type:circle;
	list-style:outside;
	}
