body, html { 
	margin: 0 0 30px 0;
	padding: 0;
	font: 90% Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff; 
	}
/* SIDE BARS */
.menuGrad { 
	clear: both;
	width: 100%;
	height: 1px;
	padding: 1px 0 0 0;
	text-align: left;
	background: #fff;
	}
#leftCol  { 
	left: 0;
	text-align: right;
	}
#rightCol { 
	right: 0;
	text-align: left;
	}
.sideBar li { 
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #82CACE;
	}

.sideBar ul a { 	
	padding: 4px 7px;
	text-decoration: none;
	display: block;
	}
.sideBar ul a:hover { 
	background: #006D75;
	color: #fff;
	}
.sideBar img.link { 
	display: block; 
	text-align: center; 
	}
.sideBar img.dot { display: none; height: 0; width: 0; margin: 0; padding: 0; } 
.sideBar p.link { 
	margin: 0 0 3px 0;
	font-size: 100%;
	padding: 8px;
	border-bottom: 1px solid #82CACE;
	} 
h3.newsItem { margin: 0 0 2px 0; }
h3.newsItem span { 
	float: right;
	font-size: 90%; 
	font-weight: normal;
	color: #666;
	padding: 2px 0 0 0;
	}