* {
	margin: 0px;
	padding: 0px;
}



body {
	background: url(images/bg.jpg) repeat-x #fff;
	/*Below sets a base for percentage used. x-small generally is about 10px*/
	font-size: x-small;	
}

.indexbody{
	background: #7bc2e0;
}

*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */

	}

	
/* 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: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	margin: 10px 20px 0px 20px;
	line-height: 1.3;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:200%;
	color: #211f5f;
	width: 560px;
	margin: 10px 0px 10px 20px;
	text-transform:uppercase;	
}

h2{
	color: #fff;
	background: #900;
	padding: 10px;
	text-align: center;
	width: 50%;
	margin: 0px auto;
	font-size: 180%;
}	


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#audio{
	position: absolute;
	left: 731px;
	top: 13px;

}

div#wrapper{
	width: 880px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#container {
	width:880px;
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 880px;
	height: 252px;
	position: relative;

 }
 
div#top{
	background: url(images/top.gif);
	width: 880px;
	height: 71px;
	position: relative;
} 
 
 


div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #333;
	line-height: 1.5;
	list-style-image:url(images/arrow.gif);
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	
	}


div#textleft{
	float: left;
	width: 280px;
	display: inline;
	margin-left: 0px;
	
}


div#textright{
	background: none;
	float: right;	
	margin-right: 7px;
	width: 588px;
	display:inline;
	background: url(images/main_bg.gif) repeat-x;
		
}


div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}


address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2c5328;
	margin-left: 20px;
	float: right;
}


 
 
  div#bottom{
  	background: url(images/bg_footer.gif) no-repeat;
 	width: 880px;
	height: 77px;
	margin:0px auto;
	position: relative;
	clear: both;
 }
 
 
 div#toolbox{
	width: 168px;
	height: 165px;
	background: url(images/toolbox.gif);
	position: absolute;
	left: 762px;
	top: -88px;
 
 }
 
 
   div#indexbottom{
   width: 895px;
   height: 114px;
   margin: 0px auto;
 }
 
	div#indexbottom img{
		margin-top: -1px;
		display: block;
	
	}

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 15px 5px 15px;
	float: right;
	padding: 10px;
	background: #eee;
}


.right img{

	
}

img.left {


}


 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 #copyright a{
 	color: #000;
 }
 
 
  div#login{
 	width: 880px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
  div#login img{
  	float: right;
  }


/* ---------------------- nav ---------------------- */


 div#mainnav{
	position: absolute;
	width: 542px;
	left: 27px;
	top: 8px;
 }

 div#mainnav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	
} 

div#mainnav li {
	list-style: none;
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#mainnav li a {
	display:block;
	padding-left: 10px;
	margin: 0px 2px 0px 2px;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	background:url(images/nav_static1.gif) top left no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;}
	
div#mainnav li a span {
	display: block;
	padding: 6px 8px 5px 0;
	background: url(images/nav_static2.gif) top right no-repeat;}

/**/* html #mainnav a {
	width: 1%;}

div#mainnav li a:hover {
	background: url(images/nav_hover1.gif) top left no-repeat;
	color: #fff}

div#mainnav li a:hover span {
	background: url(images/nav_hover2.gif) top right no-repeat;}
	  
	  
div#mainnav li a.current, div#mainnav li a.current:hover{
	background: url(images/nav_hot1.gif) top left no-repeat;
	color: #fff;}
	
div#mainnav li a.current span, div#mainnav li a.current:hover span{
	background: url(images/nav_hot2.gif) top right no-repeat;	  
	  }

	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 547px;
	height: 25px;
	position: absolute;
	left: 315px;
	top: 28px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 10px 10px 0px 0px;
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #003399;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #243f8f;
		width: auto;
	}
	
	
	
	
	
	
	
/*========================Index nav===========================================*/	
	
	
	
	ul#indexnav {
	margin: 0px auto;
	width: 880px;
	padding: 0px;
	height: 25px;
	margin-bottom: 10px;
	text-align: center;
	
	}
	
	
	ul#indexnav li {
		display: inline; 
		list-style: none;
		
	}
	
	ul#indexnav li a:link, ul#indexnav li a:visited, ul#indexnav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 12px;
		font-weight: bold;
		padding: 10px 30px 0px 30px;
		text-decoration: none;	
		text-align: center;
		
	}
	
	
	ul#indexnav li a:hover {
		color: #ff0;
		width: auto;
		
	}
	
	ul#indexnav li a.current:link, ul#indexnav a.current:visited {
		color: #fff;
		width: auto;
	}
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}

/*============NO WEB AUDIO FOR WEST COAST SITES=====================
#audio{
	position: absolute;
	height: 26px;
	width: 244px;
	left: 532px;
	top: -49px;
}
*/


.column1{
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 10px;
	border-right: 1px solid dotted #808080;
}

iframe{
	margin-left: 10px;
}

.border{
	border: 1px solid #000;
}
s