body {
	background:  url(images/bg.gif) repeat-x #bac5cb;
	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-right: 20px;
	margin-left: 10px;
}

p span{
	font-size: 16px;
	font-weight: bold;
}


h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #000;
	margin-left: 10px;
	margin-top: 10px;
	text-indent: 0px;
	text-transform:uppercase;	
}

h2 {
	font-size: 18px;
	color: #fff;
	margin: 0px 10px 10px 10px;
	text-transform:uppercase;
}	

h3 {
	margin: 20px 10px 0 10px;
	padding: 0 0 3px 0;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	color: #711313;
	border-bottom: 1px solid #DCF3FF;
	}

div #pagetext img{
margin: 5px 0px 5px 0px;
}




/* 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:770px;
	
	position: relative;
	margin: 0px auto;

 }
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 196px;
	position: relative;

 }
 
div#flash{
	position: absolute;
	width: 369px;
	height: 124px;
	left: 11px;
	top: 72px;

}

div#pagetext {
	width:770px;
	background: url(images/left_top.gif) no-repeat;	

}


div#textright li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	list-style-image:url(images/arrow.gif);
	}

div#textleft{
	float: left;
	width: 212px;
	margin-top: 85px;
	display: inline;
	
}


div#textright{
	background: url(images/bg_content.gif) repeat-x #fff;
	float: left;	
	width: 558px;
	display:inline;
		
}

div#element {
	margin: 0 10px;
	padding: 10px 10px 50px 10px;
	width: 515px;
	float: left;
	background: #F8FDFF;
	border: 1px dashed #BAC5CB;
	}

	div#element span {
		padding-right: 10px;
		font: bold 12px Arial, Helvetica, sans-serif;
		color: #333;
		}
		
	div#element span.more {
		padding-right: 27px;
		}

div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666600;		
}

div#textright a:visited{
	color:#666600;		
}

div#cta{
	width: 212px;
	height: 223px;
	background:url(images/cta.jpg);
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-left: 15px;
}



 
 div#links {
 	width: 760px;
	height: 25px;
 	color:#004675;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	background: #6699cc;
 }
 
 div#links a:link, a:visited{
 	font-size: 12px;
	color:#004675;
 }
 
  div#bottom{
  	background: url(images/bottom.gif) no-repeat;
 	width: 790px;
	height: 44px;
	margin:0px auto;
 }
 


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 15px 5px 5px;
	float: right;
	text-align: center;
	font-weight: bold;
}


.right img{
	border: 1px solid #808080;
	padding: 2px;
}

img.left {
	float: left;
}


 #copyright {
 	width: 770px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	padding: 10px 0px 10px 0px;
 }
 
 
 #copyright a{
 	color: #333;
 }
 
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }



/* ---------------------- nav ---------------------- */

#navigation{
	width: 790px;
	height: 37px;
	background: url(images/top.gif);
	position: relative;
}



  #mainnav{
		margin: 0 auto;
		padding: 0;
		width: 770px;
		height: 37px;

		}
		
		#mainnav ul{
		margin: 0;
		float: left;

	
		}
		
		* html #mainnav ul{
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 7px 10px 12px 10px;
		text-decoration: none;
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color:#fff;
		background: transparent url(images/pointer.gif) bottom center no-repeat;
		}
		
		#mainnav ul li .current{
		color: #FFFF00;
		background: transparent url(images/pointer.gif) bottom center no-repeat;
	
		}
	  
	 iframe{
	 	margin-left: 10px;
	 } 
	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
		margin: 0px auto;
		padding: 0px;
		width: 770px;
		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: #333;
		display: block;
		float: left;
		font-size: 11px;
		font-weight: bold;
		padding: 0px 15px 0px 15px;
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #333;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #243f8f;
		width: auto;
	}
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}

.border{
	border: 1px solid #808080;
	padding: 2px;
}


#player{
	position: absolute;
	left: 20px;
	top: 13px;
	width: 107px;
	height: 56px;
}


#audio{
	position: absolute;
	height: 26px;
	width: 244px;
	left: 505px;
	top: 2px;
}


.leftimage{
	margin-top: -3px;
}

.column1{
	width: 225px;
	height: 125px;
	float: left;
	margin-left: 20px;
	padding: 10px;
	border: 1px solid  #ccc;
	background: #eee;
}


