@charset "utf-8";
/* CSS Document */
.twoColFixLtHdr a:link{
	color:#0066CC;
	text-decoration:none;
}

.twoColFixLtHdr a:visited{
	color:#0066CC;
	text-decoration:none;
}

.twoColFixLtHdr a:hover{
	color:#480049;
	text-decoration:none;
	border-bottom:#480049 1px dashed;
}

.twoColFixLtHdr a:active{
	color:#0066CC;
	text-decoration:none;
}

/*h2 Link Styles*/
.twoColFixLtHdr h2 a:link{
	color:#c2950e;
	text-decoration:none;
}

.twoColFixLtHdr h2 a:visited{
	color:#c2950e;
	text-decoration:none;
}

.twoColFixLtHdr h2 a:hover{
	color:#480049;
	text-decoration:none;
	border-bottom:#480049 1px dashed;
}

.twoColFixLtHdr h2 a:active{
	color:#c2950e;
	text-decoration:none;
}


/*Footer Link Styles*/
.twoColFixLtHdr #footer a:link{
	color:#ffffff;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

.twoColFixLtHdr #footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.twoColFixLtHdr #footer a:active{
	color:#ffffff;
	text-decoration:none;
}

/*Sidebar Link Styles*/
.twoColFixLtHdr #sidebar-content a:link{
	color:#333333;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar-content a:visited{
	color:#333333;
	text-decoration:none;
}

.twoColFixLtHdr #sidebar-content a:hover{
	color:#333333;
	text-decoration:underline;
}

.twoColFixLtHdr #sidebar-content a:active{
	color:#333333;
	text-decoration:none;
}

/*#Quickmenu Container Link Styles*/
.twoColFixLtHdr .CollapsiblePanelContent a:link{
	padding: 0px 0px 0px 20px;
	color:#333333;
	text-decoration:none;
	background-image:url(../images/menu-icon-02.png);
	background-position:left;
	background-repeat:no-repeat;
	width:inherit;
}

.twoColFixLtHdr .CollapsiblePanelContent a:visited{
	padding: 0px 0px 0px 20px;
	color:#333333;
	text-decoration:none;
	background-image:url(../images/menu-icon-02.png);
	background-position:left;
	background-repeat:no-repeat;
	width:inherit;
}

.twoColFixLtHdr .CollapsiblePanelContent a:hover{
	padding: 0px 0px 0px 20px;
	color:#480049;
	text-decoration:none;
	border-bottom:#480049 1px dashed;
	background-image:url(../images/menu-icon-02.png);
	background-position:left;
	background-repeat:no-repeat;
	width:inherit;
}

.twoColFixLtHdr .CollapsiblePanelContent a:active{
	padding: 0px 0px 0px 20px;
	color:#480049;
	text-decoration:none;
	background-image:url(../images/menu-icon-02.png);
	background-position:left;
	background-repeat:no-repeat;
	width:inherit;
}

/*Sidebar Link Styles*/
.twoColFixLtHdr .back-to-top-container a:link{
	color:#333333;
	text-decoration:none;
}

.twoColFixLtHdr .back-to-top-container a:visited{
	color:#333333;
	text-decoration:none;
}

.twoColFixLtHdr .back-to-top-container a:hover{
	color:#333333;
	text-decoration:underline;
	border-bottom:none;
}

.twoColFixLtHdr .back-to-top-container a:active{
	color:#333333;
	text-decoration:none;
}

