		body {
			background:  url(images/bg.gif) repeat-x #339933;
			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-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 13px;
			color: #333;
			margin-top: 10px; 
			margin-right: 20px;
			margin-left: 20px;
			line-height:15px;
		}
		
		
		h1 {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:18px;
			color: #003333;
			margin: 0px;
			margin-left: 10px;
			text-indent: 0px;
			width: 525px;
			padding: 7px 0px 7px 0px;
			text-transform: uppercase;
			border-bottom: 2px solid #660000;
		}
		
		h2 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #fff;
			background: url(images/bg_title.gif);
			width: 250px;
			height: 35px;
			background-repeat: no-repeat;
			margin-left: 5px;
			text-indent: 10px;
		}
		
	
		
		li {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333;
			list-style-image:url(images/arrow.gif);
		}
		
		address{
			font-style: normal;
		}
		
		/* Creates the general link style for the site. This is not the main navigation.  */
		
		a:link {
			color:#223560;
			text-decoration: none;
		}
		a:visited {
			color: #223560;
			text-decoration: none;	
		}
		a:hover {
			color: #223560;
			text-decoration: underline;
		}
		a:active {
			text-decoration: none;	
		}
		
		
		/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
		
		div#wrapper{
			width: 770px;
			margin: 0px auto;
		}
		
		div#top{
			background: url(images/top.gif);
			width: 790px;
			height: 13px;	
			margin: 0px auto;
		}
		
		div#container {
			width:770px;
			background: #339933;
			position: relative;
		 }
		 
		 div#top{
		 	width: 770px;
			height: 28px;
			background: url(images/top.gif);
		 }
		 	
		div#header { 
			background: url(images/header.gif);
			width: 770px;
			height: 172px;
		 }
		
		
		div#pagetexttop{
		width: 564px;
		height: 28px;
		background: url(images/content_top.gif);
		float: right;
		}
	
	
		div#pagetext {
		width: 564px;
		background: url(images/content_middle.gif);
		float: right;
	
		}
		
		
		div#pagetextbottom{
		background-repeat:no-repeat;
		width: 564px;
		height: 29px;
		background: url(images/content_bottom.gif);
		float: right;
		}
		
		div#indexpagetext{
		background: #037379;
		}
		
		div#pagetext a:link{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#0000CC;		
		}
		
		div#pagetext a:visited{
			color:#000066;		
		}
		
		
		div#right{
			width: 206px;
			background: #037379;
			float: left;
			margin-top: 0px;
		}
		
		div#right p{
			color: #fff;
			font-weight: bold;
			font-size: 11px;
			
		}
		

		
		.right {
			margin: 10px 30px 10px 10px;
			float: right

		}
		
		.right img{
			border: 1px solid #ccc;
			padding: 2px;
		}
		
		
		div#address{
			width: 450px;
			margin-left: 20px;
			border: 1px solid #ccc;
		}
		
		
		
		div#footer {
			width: 550px;
			clear: both;
			margin: 0px auto;
		}
		
		 
		 div#links {
			font-size:0px;
			width: 770px;
			color: #51473D;
			text-align: center;
			clear: both;
			height: 35px;
			margin: 0px auto;

		
		 }
		 
		 div#links p{
			padding: 5px 0px 5px 0px;
			font-size: 11px;
		 }
		 
		  div#links a:link, a:visited {
			color: #fff;
			font-weight: bold;
		
		 }
		 

		 div#pagebottom{
		background: #339933;
		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: #fff;
			font-size:9px;
			text-align: center; 
			clear:both;
			margin: 0px auto;
			padding: 10px 0px 10px 0px;	
		 }
		 
		 
		.copyright a:link{
			color: #fff;
		  }
		  
		  
		.copyright a:visited{
			color: #fff;
		  }
		
		
		
		
		/* ----------------- NAVIGATION ----------------- */
		
		
	ul#mainnav {
		background:url(images/nav_bg.gif);
		margin: 0px;
		padding: 0px;
		width: 770px;
		height: 25px;
		font-family: Tahoma, Helvetica, sans-serif;
	}
	
	
	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: 10px;
		font-weight: bold;
		padding: 4px 10px 8px;
		text-decoration: none;	
		text-transform:uppercase;
	}
	
	
	ul#mainnav li a:hover {
		background: #cc3300;
		color: #fff;
		width: auto;
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: #cc3300;
		color: #ffff00;
		width: auto;
	}
		
	
		div#audio {
		position: absolute;
		top: 0px;
		right: 10px;
		z-index: 1;
	}
	
	.clear{
		clear: both;
	}
	
	.center img{
		text-align: center;
		border: 1px solid #ccc;
		padding: 2px;
	}
	/*Google Map*/
	#map{
		text-align: center;
	}
	
	
	address { 	
			background: #339933;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-style: normal;
			font-size: 11px;
			color: #fff;
			font-weight:bold;
		}
		
	iframe{
		margin-left: 20px;
	}	
