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

.thrColFixHdr #content {
	float: left; /* since this element is floated, a width must be given */
	width: 950px;
	margin-top: 1px;
	list-style-position: inside;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 125%;
	color: #FFF;	
}

.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: 15px;
	padding-right: 60px;
	padding-left: 60px;
	background-repeat: no-repeat;
	height: 535px;
}
.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;
} 

#sidebar1 a {
	color: #10920F;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}

#sidebar1 a:hover, a:active, a:focus {
	text-decoration: none;
}

#sidebar1 a:visited {
	color: #FFF;
	text-decoration: underline;
}
.green a {
	color: #10920F;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}

#sidebar1 a:hover, a:active, a:focus {
	text-decoration: none;
}

#sidebar1 a:visited {
	color: #FFF;
	text-decoration: underline;
}

a {
	color: #FFF;
	font-weight: normal;
	text-decoration: underline;
	font-size: 100%;
}


a:visited {
	color: #FFF;
	text-decoration: none;
}


a:hover, a:active, a:focus {
	text-decoration: none;
}

