div.topic {
	float: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 20px;
	width: 105px;
}

div.topic p.top {
  margin: 0px;
}

div.whats-new {
	float: right;
	margin-top: 20px;
	width: 425px;
}

div.whats-new h2 {
	margin: 0px 0px 10px 0px;
  padding: 0px;
}

div.whats-new table {
	border-collapse: collapse;
	margin: 10px auto;
	width: 400px;
}

div.whats-new th {
	border-bottom: 1px dotted #E6690D;
	font-weight: normal;
	padding: 10px 10px 10px 0px;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	width: 2%;
}

div.whats-new td {
	border-bottom: 1px dotted #E6690D;
	padding: 10px 0px;
}

div.whats-new a {
	color: #206ba4;
	text-decoration: none;
}

div.whats-new a:hover {
	color: #206ba4;
	text-decoration: underline;
}


div.news-detail h3 {
  font-size: 100%;
	border-bottom: 1px dotted #C1763F;
}
div.news-detail p {
  margin: 3px 0px;

}

div.news-detail p.date {
	color: #C1763F;
}
div.news-detail p.text {
	margin-bottom: 30px;
}

div.news {
	text-align: right;
}
/* for RSS Feed */
.rss-box-1 {
	 margin: 1px 1px;
	 padding: 1px 1px;
	 width: 170px;

	 background-color: #ededed;
	 border: 1px dashed #7485CA;
}
.rss-box-2 {
	 margin: 1px 1px;
	 padding: 1px 1px;
	 width: 170px;

	 background-color: #CFCBB8;
	 border: 1px dashed #963;
}
.rss-title, rss-title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 10px;
	font-weight:bold;
	margin: 3px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
  font-weight : bold; 
  margin: 2px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #e0861e;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 9px;
	font-weight : normal;
	color: #F60;
	}
	
/* 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
   }

.sidetitle {
	font-size: 12px;
	font-weight: bold;
	color: #06C;
	padding-top: 10px;
}
.sidetitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #930;
	padding-top: 10px;
}
