body {
	background:   #FFFFFF;
	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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 18px;
	padding-left: 10px;
}
div#columncenter {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.clearboth {
	clear: both;
}

div#leftcontent {
	float: left;
	text-align: center;
}

div#column {
	float: left;
	width: 250px;
}




h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFFFFF;
	margin: 0px;
	text-indent: 0px;
	padding: 20px 5px 7px 30px;
	float: left;
}

h2 {
	font-size:15px;
	color: #CCCCCC;
	margin: 10px 10px 10px 24px;
}	
strong {
	color: #FFFFFF;
}


h3{
	font-size: 16px;
	text-align:center;

}


li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	list-style-image: url(images/bullet.gif);
}

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

a:link {
	color:#fff;
	text-decoration: underline;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


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

div#wrapper{
	width: 790px;
	margin: 0px auto;
	z-index: -1;
	background-image: url(images/contentbg.gif);
}

div#top{
	background: url(images/top.gif) no-repeat;
	width: 790px;
	height: 32px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}

div#container {
	width:770px;
	margin: auto auto 0px;

 }
 
 

div#indexcontainer {
	width:700px;
	height:500px;
	margin: 0px auto;

 }


div#header { 
	width: 770px;
	height: 185px;


 }

div#content {
	float: right;
 }

div#pagetext {
	width: 760px;
	float: left;
	margin-right: 5px;
		
}


div#pagetext a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

div#pagetext a:visited{
	color:#FFFFFF;		
}

  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 20px;
	text-align:left;
	
}

div#address{
	width: 550px;
	margin: 0px auto;
	text-align: center;
}
address {
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: #CCCCCC;
}

 
 div#links {
	background: #0072BC;
	width: 770px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 20px;
	height: 40px;
	float: none;
 }
 
 
 
  div#bottom{
  	background: url(images/bottombg.gif);
	background-repeat: no-repeat;
 	width: 790px;
	height: 24px;
	margin: 0px auto;
	clear: both; 
 }
 
 
 div#login{
	width: 770px;
	text-align: right;
	margin: 0px auto;
	clear: both;
	font-size: 10px;
	color: #0072BC;
	font-family: Tahoma;
 }
 
 div#login a:link {
	color: #0072BC;
	font-weight: bold;
	font-family: Tahoma;

 }
div#login a:visited {
	color: #0072BC;
	font-family: Tahoma;
	font-weight: bold;
}

 

  div#indexlinks {
 	width: 700px;
 	color: #fff;
 	clear: both;
 	margin: 0px auto;
	text-align:center;

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

img.left {
	float: left;
	margin: 0px;
	padding-right: 10px;

}
img.right {
	float: right;
	clear: both;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-left: 8px;
	margin-bottom: 5px;
}

 .copyright {
 	background: #014488;
 	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;
 }
 
 
  .copyrightindex {
 	width: 700px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
 }
 
 
 
 


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

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

#mainnav {
	background: url(images/navbg.gif);
	width: 770px;
	margin: 0px auto;
	height: 30px;
	clear: both;

}

#mainnav li {
	display: inline;

}

#mainnav li a {
	display: block;
	height: 10px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #0054A5;
	float: left;
	margin: 0px 0px 0px 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
}

#mainnav li a:hover {
	text-decoration: none;
	color:#FFFFFF;
		
			
}

#mainnav .current {
	text-decoration: none;
	color:#FFFFFF;
			
}

/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) no-repeat left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
 
div#applet div {
	position: absolute;
	top: 52px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
display: block;
position: absolute;
top: 85px;
left: 0px;
width: 180px;
 height: 10px;
}
div#footer {

	background: #014488 url(images/footer_bg.jpg) no-repeat center top;
	width: 770px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 10px;
	height: 89px;
}
div#address {
	width: 700px;
	color: #0072BC;
	text-align: center;
	margin: 0px auto;
	height: 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	font-weight: bold;
}
div#audio {
	width: 770px;
	height: 20px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0072BC;
	text-align: right;
	font-weight: bold;
}
