/*Basic CSS for all pages*/

html {
	background-color: #F3F3ED;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS";
	/*font-family: "Verdana";*/
	background-color: #F3F3ED;
	margin: 0;
	padding: 0;
	font-size:15px;
	border: 0px; 
}

a{
	color: rgb(102,0,0);
	text-decoration: none;
}
	
a:visited{
	color: rgb(153,153,102);
}

a:hover{
	text-decoration: underline;
}

div.wrapper{
	width: 1002px; 
	margin-left: auto; 
	margin-right: auto; 
	background-image:url(../../../_inc/images/shadow.jpg); 
	background-repeat:repeat;
	z-index: 0;
}
	
div.page{
	width: 962px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color:#FFFFFF; 
	z-index:-1;
}

div.member_bar{
	background-color: #F3F3ED;
	font-size: 13px;
}

div.header{
	background-color:rgb(232,235,218);
}

div.menu{
	background-color: rgb(102,0,0); 
	width:962px; 
	height:28px;
	z-index: 1000;
}

.text_menu a{
	color: white;
	font-size:13px; 
	font-weight:bolder;
}
	
.text_menu a:visited{
	color: white;
	font-size:13px; 
	font-weight:bold;
}
	
.text_menu a:hover{
	text-decoration: underline;
	font-weight: bolder;
	color: white;
}

td.sidebar{
	height: 100%; 
	width: 230px;
	z-index:1; 
	/*background-color:rgb(232,235,218);*/
	
	background-color:rgb(232,235,218); 
	border-right: 5px solid; 
	border-left: hidden; 
	border-top: hidden; 
	border-left: hidden; 
	border-right-color: rgb(102,0,0);
}

div.vert_divider{
	position: absolute;
	width:5px; 
	height:752px; 
	top:0px; 
	left: 225px;
	background-color:rgb(102,0,0); 
}

div.sidebar_contents{
	position: relative;
	width:205px;
	z-index: 1;
	padding-left:11px;
	padding-top: 21px;
}

div.calfeed{
	font-size:13px;	
}

div.events{
	text-align:left; 
	padding-left:10px; 
	padding-right: 10px;
}

div.events ul{
	list-style:none;
	margin-left:10px; 
	padding-left:0px; 
}

div.events p.date{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
}

div.listen_live{
	position: relative; 
	padding-left:10px; 
	padding-right: 10px;
}

div.body{
	position: relative;
	/*height:752px; 
	left: 230px; */
	width: 100%;
	height:100%;
}

div.body_title{
	position: relative;
	left: 14px;
	font-size: 24px;
	width:711px;
}

div.body_text{
	z-index:1;
	position: relative;
	/*top: 120px;*/
	left: 20px;
	width: 695px;
	font-size: 15px;
	}

div.tracking_footer{
	z-index:0;
	position: relative; 
	bottom: 0px; 
	font-size:12px; 
	width:725px; 
	text-align:center; 
	left: 4px;
	/*border: 1px solid red;*/
}

div.footer{
	background-color: rgb(232,235,218); 
	font-size:12px; 
	text-align:center;
}


	
/*Audio Services Page*/	
	
div.flashaudio{
	position: relative;
	/*left:25px;*/
}

div.service_info{
	position: relative;
	font-size: 13px;
	left: 30px;
}
