* {
	margin: 0px;
	padding: 0px;
}



body {
	background:  #ccc;
	/*Below sets a base for percentage used. x-small generally is about 10px*/
	font-size: x-small;	
}

*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: #222426;
	margin: 10px 20px 0px 10px;
	line-height: 1.3;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:250%;
	color: #003366;
	width: 560px;
	border-bottom: 1px dotted #808080;
	margin: 20px 0px 10px 10px;
	font-weight: normal;	
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:160%;
	color: #003366;
	margin: 10px 0px 10px 5px;	
	font-weight: normal;	
	text-decoration: underline;
	text-transform: uppercase;
}	


/* 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#wrapper{
	width: 960px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#indexwrapper{
	width: 895px;
	height: 517px;
	margin: 0px auto;

}

div#container {
	width:960px;
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 960px;
	height: 207px;
	position: relative;

 }
 
div#top{
	background: url(images/top.gif);
	width: 960px;
	height: 129px;
	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: 10px 20px 10px 40px;
	
	}


div#textleft{
	float: left;
	width: 240px;
	display: inline;
	margin-top: 10px;	
}

div#textleft h1{
	margin-left: 20px;
	color: #f00;
	font-size: 160%;
	border: none;
	width: 200px;
	font-weight: bold;
}


div#textleft p{
	color: #fff;
	margin-left: 30px;
}


div#textleft a{
	color: #fff;
	text-decoration: underline;
}

div#textleft img{
	display: block;
	margin: -1px 0px 0px 6px;	
}


div#textright{
	background: none;
	float: left;	
	margin-left: 15px;
	width: 680px;
	display:inline;
	border-left: 1px dotted #808080;
		
}


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: #333;
	margin: 0px 10px 0px 20px;
	padding: 10px;
}


 
 
  div#bottom{
  	background: url(images/bg_footer.gif) no-repeat;
 	width: 960px;
	height: 77px;
	margin:0px auto;
	position: relative;
	clear: both;
 }
 
 

 
 
   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;
	font-weight: bold;
	text-align: center;
	clear: right;
}

.right img{
	border: 1px solid #ccc;
	padding: 2px;
	
}

img.left {


}


 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
 	font-size:9px;
	margin: 0px auto;
	clear: both;
	padding: 10px 0px 10px 0px;
	width: 940px;
 }
 
 
 #copyright a{
 	color: #666;
 }
 
 #copyright img{
 	margin-top: -20px;
	float: right;
 }
 
 
  div#login{
 	width: 960px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
  div#login img{
  	float: right;
  }


/* ---------------------- nav ---------------------- */


/* ---------------------- MAIN NAVIGATION---------------------- */	
/*  MAIN NAVIGATION
==========================================================================*/
  #mainnav {
	width:890px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 16px;
	top: 98px;
	height: 42px;
      }
	  
    #mainnav ul {
	margin:0;
	padding:0px 10px 0px 0px;
	list-style:none;
      }
	  
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #mainnav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin-left: 2px;
      padding:0 0 0px 8px;
      text-decoration:none;
      }
    #mainnav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:6px 10px 10px 4px;
      color: #fff;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color:#fff;
      }
    #mainnav a:hover {
	  color:#333300;
	  background-position:0% -42px;
      }
    #mainnav a:hover span {
      color: #00305a;
	  background-position: 100% -42px;
	
	
      }  
	  
	 #mainnav a.current {
       background-position:0% -42px;
	
      }
 
 	 #mainnav a.current span{
       background-position:100% -42px;
	    color: #00305a;
	   
	  }

	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	margin: 0px auto;
	padding: 0px;
	width: 920px;
	height: 25px;
	position: absolute;
	left: 20px;
	top: 10px;
	border-top: 1px dotted #808080;
	}
	
	
	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: normal;
		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;
		
	}
	
	
	
	
	
	
	

/*---------------------------------------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: 300px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-right: 10px;
	display: inline;
	
}

.column1 p{

}

.column1 img{
	border: 1px solid #000;
}


iframe{
	margin-left: 10px;
}


#audio{
	position: absolute;
	left: 814px;
	top: 99px;
	
}


#flash{
	position: absolute;
	left: 363px;
	top: 25px;
	width: 288px;
	height: 196px;
}

.image{
	border: 1px solid #ccc;
}


.center img{
	border: 1px solid #ccc;
	padding: 2px;
}


table {
	border-collapse:collapse;
	font-size:12px;
	margin-left:10px;
	padding: 5px;
}

tr{ border-bottom:1px solid #ccc;}

td {background-color:;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
