body {
	background: url(images/top_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 */
color: 
	
}

	
/* 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-size: 12px;
	color: #333;
	margin: 10px; 
}


p span{ 
	text-decoration: underline;	

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #A23123;
	border-bottom: 3px solid #A23123;
	text-indent: 5px;
	margin-top: 20px;
	margin: 0px auto;
	width: 520px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #990000;
	margin: 10px;
}


li {
	font-size: 12px;
	color: #333;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#A23123;
	text-decoration: none;
}
a:visited {
	color:#A23123;
	text-decoration: underline;	
}
a:hover {
	color: #A23123;
}
a:active {
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



div#container {
	width:775px;
	margin: 0px auto;
	background: url(images/contentbg.gif);
 }

div#top{
	background: url(images/top.gif);
	width: 775px;
	height: 31px;
}


div#header { 
	background: url(images/header.jpg);
	width: 775px;
	height:148px;
 }

div#content {
 	width: 770px;
 	margin: 0px auto;	
 }

div#pagetext{
	float: right;
	margin-top: 20px;	
	width: 550px;
	border-left: 1px solid #990000;
}

div#pagetext a:link{
	color: #A23123;
	text-decoration: underline;
}

div#left{
	float: left;
	width: 	205px;


}

div#address{
	width: 520px;
	margin: 0px auto;
	border: 1px solid #990000;
	background: #f8f8f8;
	margin: 0px auto;
}

div#audio{
	position: absolute;
	left: 560px;
	top: 156px;
	
}

div#footer {
	background: url(images/footer.gif);
	height:38px;
	width: 775px;
	clear: both;
}

#copyright{
 	width: 775px;
	clear: both;
	text-align: center;
}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	text-align: center;
	clear:both;
 }
 
 div#links {
 	width: 775px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
 }
  
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid #000;
	padding: 5px;

}
img.right {
	float: right;
	margin: 20px;

}

.right{
	float: right;
	margin: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 225px;
	color:#990000;
}

.left{
	float: left;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 225px;
	color:#990000;
}

 .copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	width: 775px;
	clear:both;
 }
 
 #login{
 	width: 100%;
	font-size: 11px;
 	text-align: right;
 }
 


 /* ----------------- NAVIGATION ----------------- */



div#navigation{
	width: 189px;
	margin: 5px;
	font-weight: bold;
	color: #fff;
	float: left;
	background:#A23123;
	position:relative;
	margin-bottom: 30px;
}


div#mainnavcontainer{
margin-top: 14px;

}

.navtop{
	position: absolute;
	top: 0px;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	border-bottom: 0px solid #000;
	font-size: 10px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;

	

}

#navigation li a {
	width: 189px;
	display: block;
	padding: 10px 0px 10px 0px;
	color:#fff;
	text-decoration: none;
	border-left: 0px solid #fff;
	text-indent:10px;
	font-family:tahoma;
	font-size:11px;
	text-indent: 40px;
}


#navigation li a:hover{
	color: #ffff00;
	background: url(images/nav.gif);
}

#navigation .current {
	background: #7CA700;
	color: #ffff00;
	background: url(images/nav_hot.gif);
} 

