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: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.5;
}
div#mission p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b44400;
	text-align: center;
}
div#mission p strong {
	border-bottom: 1px solid #b9c7e1;
}
div#mission {
	margin-right: 20px;
	margin-left: 20px;
	background: #ccd8ee;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #b9c7e1;
}

h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:18px;
	color: #003366;
	margin-left: 20px;
	margin-top: 10px;
	text-indent: 0px;
	border-bottom: 1px dashed #006699;
	text-transform:uppercase;
	width: 520px;
}

h2{ 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	margin-left: 20px;
	margin-bottom: -5px;
}
div#pagetext li {
	list-style-image:url(images/arrow.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin-bottom: 5px;
}

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:760px;
	background: #dc635d;
	position: relative;
	margin: 0px auto;
	border-bottom: 5px solid #fff;
	border-top: 2px solid #fff;
 }
 
div#header { 
	background: url(images/header.jpg);
	width: 790px;
	height: 233px;
	position: relative;

	
 }
 
 div#transparent{
	position: absolute;
	left: 455px;
	top: 61px;
 }
 


div#pagetext {
	width:760px;
		
}


div#textleft{
	float: left;
	width: 209px;;
	display: inline;
	margin-top: 300px;
}


div#textright{
	float: left;	
	width: 551px;
	background: #fff;
	display:inline;
		
}


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: 208px;
	height: 272px;
	background:url(images/cta.gif);
	border-bottom: 1px solid #333;
}

address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 5px;
}



 
 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);
	background-repeat: no-repeat;
 	width: 790px;
	height: 23px;
	margin: 0px auto;
	clear: both; 
 }
 
 div#flash{
	position: absolute;
	width: 302px;
	height: 291px;
	left: -69px;
	top: 1px;
	
 }
 
 #copyright {
	 text-align: center;
 }

 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 5px 5px 5px;
	float: right;
}

.right img{
	border: 1px solid #808080;
	padding: 5px;
}

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}


 .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;
 }
 
 
  div#login{
 	width: 770px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }



/* ---------------------- nav ---------------------- */
  #mainnav {
	width:763px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 19px;
	top: 197px;
	height: 0px;
	
      }
    #mainnav ul {
	margin:0;
	padding:10px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin-left: 3px;
      padding:0 0 0 12px;
      text-decoration:none;
      }
    #mainnav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:6px 15px 4px 6px;
      color:#025a86;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color:#FFF;
      }
    #mainnav a:hover {
      background-position:0% -42px;
      }
    #mainnav a:hover span {
      background-position:100% -42px;
      }  
	  
	 #mainnav a.current {
       background-position:0% -42px;
	   color: #fff;
      }
 
 	 #mainnav a.current span{
       background-position:100% -42px;
	   color: #fff;
      }
	  
	 iframe{
	 	margin-left: 10px;
	 } 
/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}


#audio{
	position: absolute;
	top: 5px;
	left: 575px;
}

.column1{
	float: left;
	margin-left: 10px;
	width: 150px;
	
}

.column2{
	float: left;
	margin-left: 10px;
	width: 150px;

}

.column3{
	float: left;
	margin-left: 10px;
	width: 150px;
}

.right #noborder{
	border: 0px;
}
