@charset "utf-8";
/* CSS Document */

/*-----------Structure---------*/

#contentWrapOne{
	background-color:#fff;
	color:#333;
	background-image:url(../images/template/oneColBacking.gif);
	background-position:left;
	background-repeat:repeat-y;

}

#mainContentOneCol{
	position:relative;
	background-image:url(../images/template/leftBlue.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:55px 10px 50px 81px;
	height:100%; /*This value allows the div to display in IE*/
}

#mainContentOneColSearch{
	position:relative;
	background-image:url(../images/template/leftBlue.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:55px 10px 50px 37px;
	height:100%; /*This value allows the div to display in IE*/
}


/*-------------------Footer------------------------*/

#footerOneCol{
	width:303px;
	background-color:#143d8d;
	color:#fff;
	font-size:0.9em;
	padding:7px 0 9px 15px;
	position:absolute;
	bottom:0px;
	right:20px;
}

#footerOneCol a{
	color:#fff;
	text-decoration:none;
}