@charset "utf-8";
/* CSS Document */

body p, li{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

a:link { text-decoration: none; color:#3875C0; }
a:visited { text-decoration: none; color:#F2B900 }
a:hover { text-decoration: none; color:#3333CC }


#leftnavlinks {
	font-size:1em;
	font-weight:bold;
	font-family:Arial;

	
	
}
#leftnavlinks a:link{ 
	text-decoration: none; 
	color:#3875C0;
	
	}	
#leftnavlinks a:visited{ 
	text-decoration: none; 
	color:#3875C0;
	}
#leftnavlinks a:hover{
	text-decoration: none;
	color:#3333CC;
	}
	
#leftColumnSpace{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	padding-right:10px;
	padding-left:10px;
	
}	
#topbottomnav {
	font-size:.9em;
	/*font-weight:bold;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:2px;
	}
#topbottomnav a:link{
	color:#FFFFFF;
}
#topbottomnav a:hover{
	color:#ffff00;
}	

#footer td{
	color:#3875C0;
	font-size:12px;
	font-weight:bold;
	
}

#maincontent {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	}

#maincontent h1 {
	font-size:1.5em;
	color:#F93
}
#maincontent h2 {
	font-size:1.3em;
	color:#3333CC;
	
}
#maincontent h3 {
	font-size:1.1em;
	color:#3333CC;
}
#maincontent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	}
/*styles for image rotator right column*/
#scrollup {
	position: relative;
	overflow: hidden;
	/*border: 1px solid #000;*/
	height:180px;
	width: 150px;
   	/* height: 200px;
	width: 200px;*/
}
.headline {
	position: absolute;
	/*background: #d3d3d3;*/
  	top: 210px;
	left: 5px;
	height: 170;
	width:100px;
}

#twitter_div {
	border-right:1px solid #3875C0;
	border-left:1px dashed #3875C0;
	border-top:1px dashed #3875C0;
	border-bottom:1px solid #3875C0;
	}
/*RSS Feed Sytles for feed2js

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.5em;
	 /*width: 200px;
	 background-color: #FFFFCC;
         border: 0px solid #990000;*/
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color: #FFFFFF;
}
p.rss-title {padding:0.5em;}

.rss-title {
	text-decoration: none;
    text-transform: uppercase;
	font-family: verdana, small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	font-size: 1.2em;
	background-color:#DD6622;
	color:white;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial;
  font-size: 1.2em;
  font-weight : bold;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a: {
	text-decoration : none;
	color:#3875C0
	}
	
.rss-item a:visited {
	color: color:#F2B900
}
.rss-item a:hover {
	color: color:#3333CC
}
.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.2em; 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
   }
