@charset "utf-8";
#contentContainer1{
	background-image: url(../../images/content/layout/WhiteBG.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
#contentContainer2{
	background-image: url(../../images/content/layout/SearchHeader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#contentContainer3{
	background-image: url(../../images/content/layout/WhiteFooter.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 592px;
}
* html #contentContainer3{
	height: 592px;
}
#contentContainer{
	padding: 120px 75px 10px 400px;
}

#contentContainer a{
	font-weight: bold;
	text-decoration: none;
	color: #057ECD;
	line-height: 150%;
	border-bottom: 1px dashed #057ECD;
}
#contentContainer a:hover{
	background-color: #057ECD;
	color: #fff;
	text-decoration: none;
	border: none;
}

#contentContainer .formField{
	background-color: #fff;
	border: 1px solid #005287;
	font-size: 10px;
	padding-left: 4px;
	color: #057ECD;
}
#contentContainer .btnFormSubmit{
	color: #fff;
	background-color: #057ECD;
	border: 1px solid #005287;
}
#contentContainer h1{
	color: #057ECD;
	font-size: 10px;
}
#contentContainer .searchResultLink{
	font-weight: bold;
	text-decoration: none;
	color: #057ECD;
	line-height: 150%;
	border-bottom: 1px dashed #057ECD;
}
#contentContainer .searchResultLink:hover{
	background-color: #057ECD;
	color: #fff;
	text-decoration: none;
	border: none;
}