body {
	background:  url(images/bg.gif) repeat-x #333;
	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-size: 13px;
	color: #333;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #003366;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;

}


div#pagetext li {
	list-style-image:url(images/arrow.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;

}



/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);

}


div#container {
	width:754px;
	background: #fff;
	position: relative;
	margin: 0px auto;
	border-bottom: 5px solid #fff;
	border-top: 2px solid #fff;
 }
 
div#header {
	background: url(images/header.gif);
	width: 790px;
	height: 200px;
	margin: 0px auto;
	text-align: center;
	
	
 }
 
div#pagetext {
	width:754px;
	background: url(images/bg_container.gif) repeat-x #fff;
		
}


div#textleft{
	float: left;
	width: 200px;
	display: inline;
	margin-top: 10px;
	margin-left: 8px;
}

.image{
	padding-bottom: 10px;
	margin-bottom: 10px;
}



div#textright{
	float: left;	
	width: 535px;
	background: #fff;
	display:inline;
	background: none;
	margin-left: 5px;
	border-left: 1px solid #ccc;	
}


div#textleft a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;		
}

div#textleft a:visited{
	color:#0066CC;	
}


address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 5px;
}


 /* ----------------- MAIN NAVIGATION ----------------- */
		
				
	ul#mainnav {
		margin: 0px auto;
		padding: 0px;
		width: 754px;
		background: #fff;
		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: left;
		font-size: 11px;
		font-weight: bold;
		padding: 4px 25px 10px 25px;
		text-decoration: none;	
		text-transform:uppercase;
	}
	
	
	ul#mainnav  li a:hover {
		color: #0033FF;
		width: auto;
		background: transparent url(images/pointer.gif) no-repeat bottom center;
	}
	
	ul#mainnav  li a.current:link, ul#mainnav  a.current:visited {
		color: #0033FF;
		width: auto;
		background: transparent url(images/pointer.gif) no-repeat bottom center;
	}
 






 
/* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		margin: 0px;
		padding: 0px;
		width: 754px;
		background: #808080;
		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: 10px;
		font-weight: bold;
		padding: 4px 50px 6px 35px;
		text-decoration: none;	
		text-transform:uppercase;
	}
	
	
	ul#utilitynav li a:hover {
		color: #ffffff;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
	}
 
  div#bottom{
  	background: url(images/bottom.gif);
	background-repeat: no-repeat;
 	width: 790px;
	height: 14px;
	margin: 0px auto;
	clear: both; 
 }


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 5px 5px 5px;
	float: right;
}

.right img{

}

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}


 .copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 .copyright a{
 	color: #ccc;
 }
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }


/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	top: 1px;
	left: 565px;
}
