body {
	background:  #000;
	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: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-size: 12px;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
}


p span{
	color: #f00;
	font-weight: bold;
}

.orange{
	color:#CC6600;
}

h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #ff0000;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;

}

h2{
	font-size: 10px;
	color: #333;

}


#textright li {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333; 
	margin-bottom: 15px;
	list-style-image: url(images/arrow.gif);
}

#textright li span{
	font-weight: bold;
	color: #f00;
	font-size: 14px;
}


/* Creates the general link style for the site. This is not the main navigation.  */

#textright a:link {
	color:#ff9900;
	text-decoration: none;
}
#textright a:visited {
	color: #ff9900;
	text-decoration: none;	
}
#textright a:hover {
	color: #ff9900;
	text-decoration: underline;
}
#textright a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: #1d1c1c;

}


div#container {
	width:770px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	border-bottom: 5px solid #fff;
	border-top: 2px solid #fff;
	
 }
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 200px;
	margin: 0px auto;
	position: relative;
	
	
	
 }
 
div#pagetext {
	width:770px;
	margin: 0px auto;
		
}


div#textleft{
	float: left;
	width: 200px;
	display: inline;
	margin-top: 10px;
	margin-left: 8px;

}

.image{
	padding-bottom: 10px;
	margin-bottom: 10px;
}



div#textright{
	float: left;	
	width: 555px;
	background: #fff;
	display:inline;
	background: none;
	border-left: 1px solid #000;

}

div#textright{
	margin-top: 10px;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 5px;
}
		
				
	/*----------------- PAGE NAVIGATION ELEMENTS ----------------- */

ul.mainnav
{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font: bold 12px Tahoma Helvetica, sans-serif ;
	width:190px;
	margin-top: 5px;
}

ul.mainnav li{
	color: #fff;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;

	}
	
	ul.mainnav li a{
	display:block;
	text-decoration:none;
	color:#fff;
	background:#000;
	padding:7px 0px 7px 20px;
	width:170px;
	
	}
	
ul.mainnav li a:hover
{
	background:#ff9900 url("images/navarrow.gif") no-repeat 0 9px;
	color: #000;
	text-decoration: none;
	}

ul.mainnav li a.current,ul.mainnav li a.current:hover{
	background:#ffff00 url("images/navarrow.gif") no-repeat 0 9px;
	color: #000	;
	}
/* ---------------------- END  nav ---------------------- */






 
/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		margin-left: 10px;
		padding: 0px;
		width: 750px;
		background: #333;
		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 8px 6px 8px;
		text-decoration: none;	
	}
	
	
	ul#utilitynav li a:hover {
		color: #ffffff;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}
 
  div#bottom{
  	background: url(images/bottom.gif);
 	width: 790px;
	height: 14px;
	background-repeat:no-repeat;
	margin: 0px auto;
 }


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 5px 5px 5px;
	float: right;
	
}

.right img{
	border: 1px solid #000;
}

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}


 .copyright {
 	width: 790px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	text-align: center; 
	padding: 15px 0px 15px 0px;
	background: #1d1c1c;
	margin-top: 0px;
 }
 
 
 .copyright a{
 	color: #ccc;
 }
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }


 div#column1{
 	width: 225px;
	float: left;
	margin-left: 10px;
	background: #ff9900;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	padding: 10px;
 }
 
 div#column1 li{
 	line-height: 2;
 }
 
 div#column2{
 	width: 225px;
	float: left;
	margin-left: 10px;
	background: #ff9900;
	font-size: 16px;
	font-weight: bold;
 	color: #fff;
	border: 1px solid #000;
	padding: 10px;
 }

	div#column2 li {
		line-height: 2;
	}

 div#flash{
	position: absolute;
	left: 446px;
	top: 76px;
}

/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	top: 19px;
	left: 506px;
}

.noborder img{
	border: none;
}
