		body {
			background:  url(images/bg.gif) repeat-x #b8b8b8;
			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: 12px;
			color: #333;
			margin-top: 10px; 
			margin-right: 20px;
			margin-left: 10px;
		}
		#p1{
		float: left;
		/*
		border-right: 1px dashed #808080;
		*/
		width: 270px;
		margin: 0px;
	}
	
	.p1{
		background: #ffcc66;
	}
		#p2{
		float: right;
		width: 260px;
		margin: 0px;
		
	}
		
		
		h1 {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:18px;
			color: #000033;
			margin: 0px;
			margin-left: 10px;
			margin-top: 10px;
			text-indent: 0px;
			width: 550px;
			padding: 3px 0px 3px 0px;
			text-transform: uppercase;
			border-bottom: 	1px solid #330000;
		}
		
		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);
			margin-right: 20px;
			margin-left: 20px;
		}
		
		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;
			position: relative;
			z-index: 0;
			margin: 0px auto;
		}
		
		div#container {
			width:770px;
			background: url(images/bg_right.gif) repeat-y #fff;
		
		 }
	
		 
	div#cta{
		background: url(images/cta.png);
		position: absolute;
		margin: 0px 30px 0px 30px;
		width: 251px;
		height: 215px;
		top: 58px;
		right: 0px;
		border: 0;
		z-index: 2;
	}

		
		
		div#header { 
			background: url(images/header.jpg);
			width: 770px;
			height: 176px;
			margin: 0px auto;
			z-index: 1;
		
		
		 }
		
		div#content {
			background: url(images/content_bg.gif);
			background-repeat:no-repeat;
			width: 770px;
			height: 11px;
		 }
		
		div#pagetext {
		width: 576px;
		background: #fff;
		float: right;
		background: url(images/bg_pagetext.gif) repeat-x #fff;
		margin: 0px;
		/*
		border-left: 1px solid #b8b8b8;
		*/		
		}
		
		
		div#pagetext a:link{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#0000CC;		
		}
		
		div#pagetext a:visited{
			color:#000066;		
		}
		
		
		div#right{
			width: 175px;
		}
		
		  #right p{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #666;
			margin-left: 15px;
			text-align:left;
			
		}
		

		div#address{
		font-style: normal;
		}
		.right {
			margin: 10px;
			float: right
		}
		
		.right img{
			border: 1px solid #ccc;
			padding: 2px;
		}
		
		.images{
		border: 2px solid #ff9900;
		text-align:center;
		margin-left: 10px;
		}
		
		div#address{
			width: 400px;
			background: #dde9c0;
			margin: 20px;
			border: 1px solid #808080;
			

		}
		
		
		
		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;
			float: right;
		 }
		 
		  div#links a:link, a:visited {
			color: #000033;
			font-weight: bold;
		
		 }
		 
		 /*
		  div#bottom{
			background: url(images/footer.gif);
			background-repeat: no-repeat;
			width: 770px;
			height: 67px;
			clear: both; 
		 }
		 */
		 div#pagebottom{
			background: url(images/bg_footer.gif) repeat-x #000033;
			width: 100%;
			height: 150px;
			bottom: 0px;

		 }
		 
		 div#leftbottom{
		 position: absolute;
		 left: 0px;
		 bottom: -20px;
		 background: url(images/right_bottom.jpg)
		 }
		 
		 
		 div#login{
			width:750px;
			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: 650px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			font-size:9px;
			text-align: right;
			clear:both;
			padding: 10px 0px 10px 0px;	
			margin: 0px auto;
		 }
		 
		 
		.copyright a:link{
			color: #fff;
		  }
		  
		  
		.copyright a:visited{
			color: #fff;
		  }
		
		
		
		
		/* ----------------- NAVIGATION ----------------- */
		
		
	ul#mainnav {
		margin: 0px;
		padding: 0px;
		width: 770px;
		background: url(images/navigation.gif);
		height: 25px;
	}
	
	
	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: right;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 10px 8px;
		text-decoration: none;	
		text-transform:uppercase;
	}
	
	
	ul#mainnav li a:hover {
		background: #FFAD14;
		color: #ffffff;
		width: auto;
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		background: #ac0101 url(images/current_bg.jpg) repeat-y;
		color: #fff;
		width: auto;
	}
		
	
	div#audio {
		position: absolute;
		left: 0px;
		top: 203px;
	}
	
	.clear{
		clear: both;
	}
	
	.center{
		text-align: center;
	}
