@charset "utf-8";
/* CSS Document */

/* Right Column (Sidebar) CSS */

.thrColFixHdr #sidebar2 {
	float: right;
	width: 190px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 4px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

/* Main Content CSS */
	
.thrColFixHdr #mainContent {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 202px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	vertical-align: top;			
}

.thrColFixHdr #mainContent a:link {
	text-decoration: underline;
	color: #514e86;
}
.thrColFixHdr #mainContent a:visited {
	color: #514e86;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:hover {
	text-decoration: none;
	color: #514e86;
}

.thrColFixHdr #mainContent a:active {	
	text-decoration: none;
	color: #514e86;
	}	

	
