div#latest_news_content {
	margin:15px 0 10px 10px; 
	width:215px;
}

div#latest_news_content h2 {
	font-family:"Tahoma"; 
	font-weight:bold; 
	font-size:1.2em; 
	padding:0.7em 0.7em 0 0.7em; 
	color:#fff;
	text-transform:none;
}

div#latest_news_content h3 {
	font-family:"Tahoma"; 
	font-weight:bold; 
	font-size:1em; 
	padding:0 1em; 
	color:#fff;
	text-transform:none;
}

div#latest_news_content p {color:#787BA9;padding:1em}

.news_bg {background:url(../images/news_small.jpg) top left no-repeat; color:#fff; height:227px}

.shadetabs{
	padding:0;
	padding-bottom:2px;
	margin-left: 14PX;
	margin-top: 1px;
	margin-bottom: -1PX;
	font-size:1.2em;
	font-weight:bold;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
}


.shadetabs li{
	display: inline;
	margin: 0;
	padding:0;
}

.shadetabs li a, .shadetabs li a:active{
	FLOAT:LEFT;
	DISPLAY:BLOCK;
	WIDTH:60PX;
	HEIGHT:35PX;
	LINE-HEIGHT:35PX;
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 0;
	color:#787BA9;
	background:url(../images/tabber_tile_active.jpg) top left repeat-x;
	MARGIN-LEFT:2PX;
}

.shadetabs li a:hover{text-decoration: none; color:#fff;}
.shadetabs li a.selected, .shadetabs li a.selected:active {position: relative; color:#fff; /*selected main tab style */background:url(../images/tabber_tile.jpg) top left repeat-x;}
.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none;}
.tabcontent{display:none}
.tabcontent img {float:left; margin:1em; border:1px solid #fff}
@media print {.tabcontent {display:block !important;}}