/* CSS Document */

	body{
		color: #FFFFFF;
		font-size: 12px;
		font-family: Tahoma;
		
	}
	.content{
		/*font:11px/20px verdana, arial, helvetica, sans-serif;*/
		font:11px/20px arial;
	}
	/*Layout Images*/
	.tdLogo {
		background-image: url(../images/logo.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.rtBanner {
		background-image: url(../images/rt_banner.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}

	.bodyTable{
		background-image: url(../images/middle_gradient_slice.gif);
		background-repeat: repeat-x;
	}
	
	.bBanner {
		background-image: url(../images/b_banner.gif);
		background-repeat: repeat-x;
		background-position: left top;
		height: 50px;
		text-align:center;
	}
	/*Page Heading*/
		#welcome{
		position: relative;
	
		}
		#top{
			position: absolute;
			z-index: 2;
			color: #85B60D;
			clip: rect(20px,auto,auto,auto);
			height: 30px;
			font-size: 16pt;
			font-family: Dax;
			padding-top: 44px;
			padding-left: 15px;
			font-weight: bold;
		}
		#bottom{
			position: absolute;
			z-index: 1;
			color: #555555;
			text-transform: lowercase;
			font-size: 50pt;
			font-family: DINCondensedC;
			padding-left: 10px;
		}
	/*Contact Us Box*/
		
	.contactUs {
	/*font:10px/14px verdana, arial, helvetica, sans-serif;*/
		color:#FFFFFF;
	font-family: arial;
	font-size: 11px;
	line-height: 14px;
	}
	.contactUs a{
		text-decoration:none;
		color:#FFCC66;}
	
	/*Navigation*/
		.nav {
		font:11px/20px verdana, arial, helvetica, sans-serif;
		color: #FFFFFF;
		text-transform: uppercase;
		text-indent: 00px;
		background-image: url(../images/nav_spacer.gif);
		background-repeat: repeat-x;
		background-position: left bottom;
		height: 25px;
	}
	.bottomNav{
		color:#FFFFFF;
		font:10px/20px verdana, arial, helvetica, sans-serif;
		}
	
	
	
	
	
	/*News Feed*/
	/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 width: 200px;

}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;

}

.rss-item  {
  		font-size: x-small;
  		margin-bottom: 1em;
		color: #FFFFFF;
		/*font:11px/20px verdana, arial, helvetica, sans-serif;*/
		font:11px/20px arial;
		float: left;

}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
text-decoration:none;color:#ffffff;

	}

.rss-item a:hover { 

	}
	
.rss-date {
	font-size: xx-small;
	color: #C0960B;
	font-family: Tahoma;
	font-size: 12px;
	margin-top:-90px;
	} 
	
/* 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
   }
 
