		body {
			background: url(images/bg.gif) repeat-x #ccc;
			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: 20px; 
			margin-right: 20px;
			margin-left: 20px;
			line-height: 18px;
		}
		
		address{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #fff;
			margin-left: 5px;
		}
		
		
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	background: #ececec;
	color: #336699;
	width: 559px;
	margin: 0px;
	text-indent: 20px;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
			
			
		}
		
		#pagetext ul{
			padding-left: 0;
			margin-left: 20px;	
		}

	   #pagetext li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	list-style-image:url(images/arrow.gif);
	margin-left: 35px;
	font-weight:bold;
			


		}
		
		address{
			font-style: normal;
		}
		
		/* Creates the general link style for the site. This is not the main navigation.  */
		
		a:link {
			color: #990000;
			text-decoration: none;
		}
		a:visited {
			color: #990000;
			text-decoration: none;	
		}
		a:hover {
			color: #990000;
			text-decoration: underline;
		}
		a:active {
			text-decoration: none;	
		}
		
		
		/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
		
		div#wrapper{
			width: 770px;
			position: relative;
			margin: 0px auto;
		}
		
		div#top{
	width: 770px;
	height: 52px;
	background: url(images/top.gif);
	position: relative;
		}
		
		
		div#container {
			width:770px;
			background: #333;
		 }
	
		 
	div#cta{
		background: url(images/cta.png);
		position: absolute;
		margin: 0px 30px 0px 30px;
		width: 251px;
		height: 215px;
		top: 58px;
		right: 0px;
		border: 0;

	}


		div#header {
	background: url(images/header.jpg);
	width: 770px;
	height: 162px;
	margin: 0px auto;
	position:relative;
		
		 }
		 
		 div#header2 { 
			background: url(images/header2.jpg);
			width: 770px;
			height: 162px;
			margin: 0px auto;
			position:relative;
		
		 }
		
		div#header3 { 
			background: url(images/header3.jpg);
			width: 770px;
			height: 162px;
			margin: 0px auto;
			position:relative;
		
		 }
		 
		 div#header4 {
	background: url(images/header4.jpg);
	width: 770px;
	height: 162px;
	margin: 0px auto;
	position:relative;
		
		 }
		 
		 div#header5 {
	background: url(images/header5.jpg);
	width: 770px;
	height: 162px;
	margin: 0px auto;
	position:relative;
		
		 }
		 
		div#content {
			background: url(images/content_bg.gif);
			background-repeat:no-repeat;
			width: 770px;
			height: 11px;
		 }
		
		div#pagetext {
	width: 559px;
	float: right;
	background: #fff;
	margin: 0px;
	clear: right;
		/*
		border-left: 1px solid #b8b8b8;
		*/		
		}
		
		div#indexpagetext a:link, a:visited{
			color: #990000;
		}
		
		
		
		div#pagetext a:link{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#0000CC;		
		}
		
		div#pagetext a:visited{
			color:#000066;		
		}
		
		
		div#right{
			width: 211px;
			height: 300px;
			float: left;
		}
		
		div#right a:link, a:visited{
			color: #fff;
		}
		
		
		  #right p{
			font-family:Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color:#fff;
			margin-left: 10px;
			text-align:left;	
		}
		

		
		.right {
			margin: 10px;
			float: right
		}
		
		.right img{
			border: 1px solid #ccc;
			padding: 2px;
		}
		
		
		
		
		div#footer {
			width: 550px;
			clear: both;
			margin: 0px auto;
		}
		
		 
		 div#links {
			font-size:0px;
			width: 770px;
			color: #c3aa83;
			text-align: center;
			clear: both;
			height: 25px;
			margin: 0px auto;
			background: #445D8D;
	
			

		
		 }
		 
		 div#links p{
			font-size: 10px;
			margin: 0px;
			padding-top: 2px;
		 }
		 
		  div#links a:link, a:visited {
			color: #fff;
			font-weight: bold;
		
		 }
		 
	
		 div#pagebottom{
			width: 770px;
	
			bottom: 0px;
			margin: 0px auto;
			background: #ca5535;

		 }
		 
		 
		 div#login{
			width:600px;
			margin: 0px auto;
			margin-top: 20px;
			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 ----------------- */
		
	
	div#mainnav	{
		margin-top: 10px;
		margin-left:70px;	
		width: 770px;
		position: absolute;
		}
		
	ul#mainnav {
		margin: 0px;
		padding: 0px;
		height: 25px;	
		clear: both;
	}
	
	
	ul#mainnav li {
		display: inline; 
		list-style: none;
		float: right;
		
		border-right: 1px solid #fff;	
	}
	
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 10px;
		font-weight: bold;
		padding: 4px 10px 8px;
		text-decoration: none;	
		text-transform:uppercase;
		border-bottom: 5px solid #ff9900;
	}
	
	
	ul#mainnav li a:hover {
		border-bottom: 5px solid #990000;
		color: #000;
		width: auto;
		background: #f9f9f9;
	}
	
	ul#mainnav li a.current:link, ul#mainnav a.current:visited {
		border-bottom: 5px solid #445d8d;
		color: #000;
		width: auto;
	}
		
	
	.clear{
		clear: both;
	}
	
	.center{
		text-align: center;
	}
	
	
	.center img{
		border: 1px solid #445d8d;
	}
 	div#audio {
	position: absolute;
	top: 218px;
	left: 648px;
	}

	div#leftcontent{
	float: left;
	margin-left: 50px;
	width: 150px;
	margin-top: 10px;
	}
	
	
	div#rightcontent{
	float: right;
	margin-right: 10px;
	width: 250px;
	margin-top: 10px;
	}
.headeremail {
	position:absolute;
	height: 14px;
	width: 130px;
	left: 625px;
	top: 70px;
}
#flash {
	position:absolute;
	width:336px;
	height:52px;
	z-index: 2;
	top: -1px;
}
#audio {
	position:absolute;
	z-index:2;
}

p.centered {
	text-align:center;
}
