@charset "UTF-8";
/* CSS Document */


a:link {
	color:#99C;
	border: none;	
	text-decoration: none;
}      /* unvisited link */


a:visited {
    color:#99C;
    border: none;	
	text-decoration: none;

}  /* visited link */

a:hover {
	color:#33F;
	border: none;
	text-decoration: underline;
}  /* mouse over link */

a:active {
	color:#99C;
	border: none;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}  /* selected link */


a:link img, a:active img, a:visited img
{
    border: none;	
}


a:hover img {
	
	border-bottom: 2px #366 solid
	
}  /* mouse over link */


.navButton {
	border: none;	
	
}      /* unvisited link */









.twoColLiqRtHdr #footer p {
	color: #FFF;
	background-color: rgb(95,112,138);

}

.ImageHolderFloating {
	float: left;
	z-index: 0;
	margin-top: 10px;
	margin-left: 10px;
}

.LeftImageColumn {
	width:242px;
	float:left;
	margin-left:10px;
}

.Image_LeftColumn {
	margin-top:10px;
}

#HomePageButtonHolder {
	margin-top: 10px;
}

#CopyrightText {
	font-size: 8pt;
}

#FooterLeftSection {
	float: left;
	width: 60%;
}
#FooterRightSection {
	float: right;
	width: 40%;
}
.twoColLiqRtHdr #container #footer #FooterLeftSection p span {
	font-size: 8pt;
}

.twoColLiqRtHdr #footer p {
	font-size: 9pt;
	color: #FFF;
	line-height: 120%;
}

.twoColLiqRtHdr #footer {
	height: 100px;
}

img  {
	color:rgb(0,0,0)
}

