@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	background-color: #cca234; /* background-color: #7c0000; */
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	color: black;	
}

h1 {
	color: #600;
	font-size: 14pt;
}

h2 {
	color: #600;
	font-size: 9pt;
}

.headstrip1 {
	margin: 0px 0px 0px 0px;
	height: 365px;
	width: 100%;
	background: url(../img/bg1.jpg) repeat-x top;
}

.headContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 365px;
	width: 855px;
	background: url(../img/menubg.jpg) no-repeat center bottom;
	/*background: url(../img/top_bg2.png) no-repeat center top;*/
}

.bodystrip1 {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 855px;
	background: url(../img/bg2.gif) repeat-y center center;
}
.content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	background: #FEE3BC;
}

#apDiv1 {
	position:absolute;
	background: url(../img/bboard_bg.png) repeat;
	left:61px;
	top:54px;
	width:731px;
	height:233px;
	z-index:1;
}
#apDiv1_2 {
	position:absolute;
	left:375px;
	top:4px;
	width:352px;
	height:233px;
	z-index:1;
}

#apDiv2 {
	position:absolute;
	left:60px;
	top:60px;
	width:365px;
	height:266px;
	z-index:3;
}
#apDiv3 {
	position:absolute;
	top:321px;
	width:100%;
	height:26px;
	z-index:1;
}

#searchbox {
	position:absolute;
	left:330px;
	top:20px;
	width:420px;
	height:34px;
	font-size: 9px;
	z-index:1;
}


.footer{
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: 855px;
	background: url(../img/footbg.jpg) no-repeat center bottom;
	/*background: url(../img/top_bg2.png) no-repeat center top;*/
}
.footer2{
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	width: 855px;
	background: url(../img/footbg.jpg) no-repeat center top;
	/*background: url(../img/top_bg2.png) no-repeat center top;*/
}

.footercontent {
	font-size: 10px; 
	color: white; 
	font-weight: bold; 
}
.footercontent a {
	color: white;
	text-decoration: none;
}

.footercontent a:visited, a:hover {
	text-decoration: underline;
	color: #CCCFFF;
}

#mediaspace {
	width: 450px;
}

/* EVENT RSS STYLE */
ul.rss-items {
	margin-left: 0px;
	text-indent: 0px;	
}
/* EVENT RSS STYLE */
li.rss-items {
	margin-left: 0px;
	text-indent: 0px;
	line-height: 11px;
}
p.rss-title {padding:0em; font-size: 11px;}
.rss-title {
	text-decoration: none;
	font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 10px;
	background-color:#FF9900;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight : normal;
  list-style:none;
  line-height: 10.5pt;
  padding-bottom:1em;
  margin-left: 0px;
  text-indent: 0px;
}

.rss-item a {
	text-decoration : none;
	color: #3300FF;
	font-size: 10px;
	font-weight:bold;
	font-family:small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	}
	

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #fff;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.1em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }

/* END EVENTS RSS STYLE */