@charset "utf-8";
a img {border: none}   /* removes blue border around hyperlink images*/

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 870px;
	margin-top: 1px;
	list-style-position: inside;
	font-size: 120%;
	border: 2px none #CCC;
	background-color: #000;
	color: #FFF;
	background-image: none;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 25px;
	padding-left: 65px;
	background-repeat: no-repeat;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	line-height: 20px;
} 
a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
	font-size: 120%;
}


a:visited {
   color: #666;  
}


a:hover, a:active, a:focus {
	text-decoration: underline;
}
.thm {
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
}

