body {
	background:  #000000 url(images/stars.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.2;
}

.textgray{
	width: 530px;
	background: #ccc;
	border: 1px solid #808080;
	padding: 5px;

}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #333;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;
	
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #751f20;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	margin-top: 10px;
	margin-left: 10px;
}

div#pagetext li {
	list-style-image:url(images/arrow.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#666600;
	text-decoration: none;
}
a:visited {
	color: #666600;
	text-decoration: none;	
}
a:hover {
	color: #666600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 770px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}

div#top{
	background: url(images/top_bg.gif) no-repeat;
	width: 770px;
	height: 16px;	
	margin: 0px auto;
}

div#container {
	width:770px;
	margin: 0px auto;
	background: none;
	position: relative;
	
	
 }
 
div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 200px;
	position: relative;
	
 }
 


div#pagetext {
	width:770px;
	background: none;
	float: left;		
}


div#textleft{
	float: left;
	margin-right: 10px;
	width: 200px;
	margin-left: 5px;
	display: inline;
	padding-right: 5px;
}


div#textright{
	float: left;	
	width: 545px;
	display: inline;	
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}



address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 15px;
}



 
 div#links {
 	border: 1px solid #ccc;
 	width: 761px;
	height: 25px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	margin-bottom: 10px;
	background: #003366;
 }
 
 div#links a:link, a:visited{
 	font-size: 12px;
	color:#fff;
 }
 
  div#bottom{
	background: url(images/bottom.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 57px;
	margin: 0px auto;
	clear: both;
 }
 
#transparent{
	position: absolute;
	left: 420px;
	top: 10px;
}

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 5px 5px 5px;
	float: right;
}

.right img{
	border: 1px solid #808080;
	padding: 3px;
}

img.left {
	float: left;

}


/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 100%;
	height: 50px;
	color:#FFFFFF;
	line-height: 19px;
	margin: 10px 0px 10px 0px;
	
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

div#copyright img {
margin-top: 10px;
margin-bottom: 10px;
}
 
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }


ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 180px;
}

ul#mainnav li {
	display: inline; 
	list-style: none;


}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #fff;
	width: 174px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 5px;
	margin-left: 0px;
	text-decoration: none;
	border-bottom: 1px solid #d4cfbb;
	border-top: 1px solid #fff;

	background: #660000;
	font-family:Tahoma, sans-serif;

}
/* Creates our hover status. */
ul#mainnav li a:hover {
	color: #990000;
	background:#fff;
	
	
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #fff;
	background:#808080;
	text-align: center;
	

}




/* ----------------- NAVIGATION FOR LOGIN AND AUDIO ----------------- */
		
		
		
		#secondnav{
		margin: 0 auto;
		padding: 0;
		width: 770px;
		height: 34px;
		background:url(images/navigation.gif);
		}
		
		#secondnav ul{
		margin: 0;
		float: left;

	
		}
		
		* html #secondnav ul{
		}
		
		#secondnav ul li{
		display: inline;
		}
		
		
		#secondnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-transform: uppercase;
		float: right;
		color: #fff;
		font-weight: bold;
		padding: 10px 15px 12px 15px;
		text-decoration: none;
		}
		/*
		#secondnav ul li a:visited{
			}
		*/
		
		#secondnav ul li a:hover{ 
		color:#fff;
		background: transparent url(images/pointer.gif) bottom center no-repeat;
		}
		
		#secondnav ul li .current{
		color: #FFFF00;
		background: transparent url(images/pointer.gif) bottom center no-repeat;
	
		}
		
		
		
		
		/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		margin: 0px auto;
		padding: 0px;
		width: 745px;
		height: 25px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 5px 6px 5px;
		text-decoration: none;	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}
/*Custom classes*/

.clear{
	clear: both;
	}
	
	
	
.center{
	text-align: center;
}

.center img{
	border: 1px solid #000066;
	padding: 5px;
}


ul.graylist {
margin-bottom: 0;}
