body {
	background: #666;
	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: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 10px;
	margin-right: 25px;
	line-height: 1.2;
}

p span{
	color: #550056;
	text-decoration: underline;
	width: 100px;
	font-weight: bold;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #333;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding: 10px 0px 10px 0px;
	position: absolute;
	left: -11px;
	top: -40px;
	width: 212px;
}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000;
	margin-bottom: -5px;
	margin-left: 10px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	position: absolute;
	width: 250px;
	color: #fff;
	left: 289px;
	top: 17px;
}

/*
ul{
  	

}
*/

#pagetext li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	line-height: 1.5em;	
	margin-right: 20px;

}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;	
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 100%	;
	background:  #666;
}


div#container { 
	width:782px; 
	margin: 0px auto;
	position: relative;
	background: url(images/container_bg.gif);
	
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 782px;
	height: 247px;
	margin:0px auto;
	position: relative;
 }
 


/*container for pagetext and left coloum */
div#content {
	width: 782px;
	background: url(images/pagetext_bg.gif) repeat-x;
	margin: 0px;
	
 }

div#pagetext {
	width: 577px;
	float: left;
	display: inline;
	position: relative;
		
}

div#right{
	width: 192px;
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-left: 10px;
}



div#flash{
	position:absolute;
	left: 225px;
	top: 38px;
}

div#right a:link{
	color: #333;		
}

div#right a:visited{
	color: #333;		
}


address{
	width: 176px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background: none;
	font-size: 11px;
	padding: 5px;
	margin-left: 7px;	
	border-bottom: 1px solid #808080;
}

.address{
	background: #eae9e9;
}

div#bottom {
	width: 782px;
	height: 43px;
	background: url(images/bg_bottom.gif);
	margin: 0px auto;
}

 
 div#links {
	font-size: 9px;
	width: 770px;
	color: #333;
	text-align: center;
	padding: 5px 0px 10px 0px;
	clear: both;
	margin: 0px auto;
	left: 199px;
	bottom: 22px;
	height: 39px;
 }

 div#links a{
 	color: #333; 
 }

 
 div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
 div#login a:link {
 	color: #fff;
	font-weight: bold;

 }
 

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	margin: 0px;
}

.left{ 
	float: left;
	text-align: center;
	color: #006600;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px dashed #006600;
}

.right img{
	margin: 0px 14px 0px 10px;
	border: 1px solid #ccc;
	padding: 4px;

}

.left img{
	margin: 5px;
	border: 1px solid #808080;

	padding: 10px;

}

 .copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;

	margin: 0px auto;

 }
 
  .copyright a{
 	color: #fff;
	}
	

	#mainnav{
	height: 25px;
	width: 770px;
	margin: 0px audio;
	position: absolute;
	left: 15px;
	top: 164px;
	}	
		
	ul#mainnav {
		margin: 0px;
		padding: 0px;
		width: 752px;
		background: url(images/navigation.gif);
		height: 35px;
	}
	
	
	ul#mainnav li {
		display: inline; 
		list-style: none;
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		color: #333;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 4px 15px 6px;
		text-decoration: none;	
	}
	
	
	ul#mainnav li a:hover {
		background: #660000;
		color: #fff;
		width: auto;		
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: #330000;
		color: #fff;
		width: auto;
	}





	
	/* ----------------- NAVIGATION for audio and sign in buttons----------------- */
	 #nav2 {
	width:340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	top: 182px;
	right: 10px;
			  }
			#nav2 ul {
			margin:0;
			padding:10px 10px 0px 0px;
			list-style:none;
			  }
			#nav2 li {
			  display:inline;
			  margin:0;
			  padding:0;
			  }
			#nav2 a {
			  float:left;
			  background:url("images/navleft.gif") no-repeat left top;
			  margin-left: 2px;
			  padding:0 2px 0 12px;
			  text-decoration:none;
			  }
			#nav2 a span {
			  float:left;
			  display:block;
			  background:url("images/navright.gif") no-repeat right top;
			  padding:6px 9px 4px 0px;
			  color:#333;
			  font-size: 11px;
			  }
			/* Commented Backslash Hack hides rule from IE5-Mac \*/
			#nav2 a span {float:none;}
			/* End IE5-Mac hack */
			#nav2 a:hover span {
			  color:#fff;
			  }
			#nav2 a:hover {
			  background-position:0% -42px;
			  }
			#nav2 a:hover span {
			  background-position:100% -42px;
			  }  
			  
			 #nav2 a.current {
			   background-position:0% -42px;
			   color: #fff;
			  }
		 
			 #nav2 a.current span{
			   background-position:100% -42px;
			   color: #fff;
			  }
		

/* ----------------- 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 10px 6px 10px;
		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;
	}
/* DIV COPYRIGHT */
div#copyright {
	width: 755px;
	color: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#copyright img {
	border-width: 0px;
	float: right;
	margin-top: -20px;
}

div#copyright a:link, div#copyright a:visited, div#footerright a:visited, div#footerright a:link {
font-size: 9px;
color: #FFFFFF;
text-decoration: none;
}

div#copyright a:hover, div#copyright a:active, div#footerright a:hover, div#footerright a:active {
font-size: 9px;
text-decoration: underline;
}


.clear{
	clear: both;
}

iframe{
	margin-left: 10px;
}

.center{
	text-align: center;
}


.cta{
	margin-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

