		body {
			background: #dadee9;
			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-top: 10px; 
			margin-right: 20px;
			margin-left: 20px;
		}
		
		p span{
			color: #ce5d07;
			font-size: 14px;
			font-weight: bold;
		}
		
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size:16px;
			color: #231e7d;
			margin: 0px;
			margin-left: 10px;
			margin-bottom: 5px;
			text-indent: 0px;
			text-transform: uppercase;
		}
		
		h2{
			font-size:14px;
			color: #8d8b00;
			margin-left: 20px;
			margin-bottom: -5px;
		
		}
		
		div#quote{
			background: #eee;
			width: 548px;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;
		}
		
		div#quote2{
			background: #ffff99;
			width: 548px;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;
		}
		
		div#quote p{
			color: #333;
			font-style: italic;
			font-size: 14px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		
		div#quote2 p{
			color: #333;
			font-style: italic;
			font-size: 14px;
			font-family: Georgia, "Times New Roman", Times, serif;
		}
		
		div#quote span{
			font-size: 12px;
			font-style: normal;
			margin-top: -10px;
			font-family: Arial, Helvetica, sans-serif;
			color: #333;
		}
		
		li {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333;
			list-style-image:url(images/arrow.gif);
		}
		
		ol{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333;
			
		}
		
		ol li{
			list-style-image:url(images/arrow.gif);
		}
		
		/* Creates the general link style for the site. This is not the main navigation.  */
		
		a:link {
			color:#223560;
			font-weight: normal;
			text-decoration: none;
		}
		a:visited {
			color: #223560;
			text-decoration: none;
			font-weight: normal;	
		}
		a:hover {
			color: #223560;
			text-decoration: underline;
			font-weight: normal;
		}
		a:active {
			text-decoration: none;	
		}
		
		
		/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
		
		div#wrapper{
			width: 770px;
			margin: 0px auto;
			z-index: 0;
		}
		
		div#top{
			background: url(images/top.gif);
			width: 790px;
			height: 13px;	
			margin: 0px auto;
		}
		
		div#container {
			width:770px;
			position: relative;
			background: url(images/bg_wrapper.gif);
		 }
		 
		 div#top{
		 	width: 770px;
			height: 28px;
			background: url(images/top.gif);
		 }
		 	
		div#header { 
			background: url(images/header.jpg);
			width: 770px;
			height: 213px;
		 }
		 
		 div#flash{
			width: 585px;
			width: 213px;
			position: absolute;
			left: 179px;
			top: 1px;
		 }
		 
		 div#cta1{
		 	width: 200px;
			height: 204px;
			background: url(images/cta1.jpg);
		 }
	
		 div#cta2{
		 	width: 200px;
			height: 207px;
			background: url(images/cta2.jpg);
		 }
	
	
	
		div#pagetext {
			width: 570px;
			background: url(images/content_top.gif) repeat-x;
			float: right;
			display: inline;
		}
		
		div#top{
			width: 770px;
			height: 31px;
			background: url(images/top.gif);
			margin: 0px; auto;
		}
		
		div#pagetextbottom{
	
			background-repeat:no-repeat;
			width: 770px;
			height: 57px;
			background: url(images/footer.gif);
			margin: 0px auto;
			position: relative;
		}
		
	
		
		div#pagetext a:link{
			font-family: Arial, Helvetica, sans-serif;
			color:#0000CC;	
			font-style: normal;	
		}
		
		div#pagetext a:visited{
			color:#000066;	
			font-style: normal;		
		}
		
		
		div#leftcolumn{
			width: 200px;
			float: left;
			margin-top: 0px;
			display: inline;
			
		}

		
		.right {
			margin: 5px;
			float: right;
			font-size: 10px;
			color:#8d8b00;
			width: 210px;
		}
		
		.right img{
			border: 1px solid #ccc;
			padding: 2px;
		}
		
		
	
		
		
		
		div#footer {
			width: 550px;
			clear: both;
			margin: 0px auto;
		}
		
	
		 div#pagebottom{
		background: #e4e3c4;
		width: 100%;
		height: 100%;
		bottom: 0px;

		 }
		 
		 
		 div#login{
			width: 770px;
			text-align: right;
			margin: 0px auto;
			clear: both; 
			font-size: 10px;
		 }


		 
		 /* ----------------- IMAGE ELEMENTS ----------------- */
		
		img.left {
			float: left;
			margin: 20px;
			border: 2px solid #fff;
		
		}
		img.right {
			margin: 30px;
			border: 2px solid #fff;
			float: right
		}
		
		 #copyright {
			width: 770px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #333;
			font-size:9px;
			text-align: center; 
			clear:both;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;	
		 }
		 
		 
		#copyright a:link{
			color: #333;
		  }
		  
		  
		.copyright a:visited{
			color: #333;
		  }
		
		
		
		
		/* ----------------- NAVIGATION ----------------- */
		
		div#navigation{
		width: 770px;
		height: 40px;
		position: relative;
		background: url(images/nav_bg.gif);
		}
		
		
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	width: 753px;
	height: 39px;
	font-family: Tahoma, Helvetica, sans-serif;
	position: absolute;
	left: 10px;
	top: 0px;
	}
	
	
	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;
		display: block;
		float: left;
		font-size: 12px;
		font-weight: bold;
		padding: 12px 8px 9px;
		text-decoration: none;	
	
	}
	
	
	ul#mainnav li a:hover {
		background: transparent url(images/pointer.gif) top center no-repeat;
		color: #fff;
		width: auto;
	
	
		
		
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: transparent url(images/pointer.gif) top center no-repeat;
		color: #ffff00;
		width: auto;
	}
		
	

	
	.clear{
		clear: both;
	}
	
	.center{
		text-align: center;
	}
	/*Google Map*/
	#map{
		text-align: center;
	}
	
	
	address { 	
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #fff;
			margin-left: 20px;
			margin-top: 10px;
			
		}
		
ul#utilitynav {
	padding: 0px;
	width: 736px;
	height: 25px;
	float: left;
	position: absolute;
	z-index: 5;
	left: 19px;
	top: 44px;
	margin: 0px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #231e7d;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 0px 5px 0px 7px;
		text-decoration: none;	

	}
	
	
	ul#utilitynav li a:hover {
		color: #8c891f;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #8c891f;
		width: auto;
	}


/*---------------Audio-----------------------*/

#audio{
	width: 189px;
	height: 35px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#player{
	position: absolute;
	left: 10px;
	top: 293px;
}

table{
	margin-left: 19px;
	margin-top: -27px;
}

td{
	font-size: 12px;
}
