﻿/*index page features*/
#features {
	padding:0 10px 10px 10px; 
	width:230px;
}
#features td{
	 font-weight:bold; 
	 font-size:76%;
}
#features a {
	color:#000;
	text-decoration:none;
}
#features img {
	border:0;
}
.roundboxF {
	background:#ccc; 
	color:#000;
}
.rtopF, .rbottomF{
	display:block;
	background:#fff;
}
.rtopF *, .rbottomF *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#ccc;
}
.r1{margin:0 5px 0 5px; height:1px;}
.r2{margin:0 3px 0 3px; height:1px;}
.r3{margin:0 2px 0 2px; height:1px;}
.r4{
	margin:0 1px 0 1px;
	height: 2px;
}

/* rounded corners box - leftNav */
.roundboxLNav {
	background: url('/images/grd_blue.png') repeat-x;
	/*background:#999; */
	color:#000;
}
.rtopLNav, .rbottomLNav{
	display:block;
	background:#fff;
}
.rtopLNav *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#283351;
}
.rbottomLNav *{
	display: block;
	height: 1px;
	overflow: hidden;
	background:#818799;
}

/*news index page titles*/
.newsTitle {
	padding-left:10px; 
	margin:8px 0 20px 0; 
	font-weight:bold;
	/*background-color:#E6E6E6;*/
}
/*news index page headline list area*/
.newsList {
	padding-left:20px; 
	margin:-16px 0 -2px 0; 
	font-size:90%
}
#externalLinks {
	 text-align:center; 
	 border-top:1px #000 solid;
}
#externalLinks img { 
	 border:0px;
	 vertical-align:middle; 
}

#txtLinks {
	 padding:10px 0 4px 0;
	 text-align:center; 
	 font-weight:bold;
	 font-size:70%; 
}
#txtLinks a { 
	 text-decoration:none;
}
#txtLinks a:hover {
	text-decoration:underline;
}

#JBPic {
	clear:both;
	float:left;
	/*width:600px; */
	/*border-bottom:1px #000 solid; */
	padding:0px; 
	margin:0 0 0 10px; 
	vertical-align:bottom;
	}
#JBPic img {
	border:0px;
	padding:0;
	/*float:left;*/
}
.text_line
{
clear:both;
margin:0;
}

