#footerBanners
{
	position: relative;
	width: 740px;
	height: 100px;
	z-index: 10;
	margin: 5px auto;
}
    #footerBannerLeft
    {
	    position: absolute;
	    top: 0px;
	    left: 15px;
	    width: 84px;
	    height: 72px;
	    z-index: 11;
    }
    #footerBannerCenter
    {
	    position: absolute;
	    top: 0px;
	    left: 100px;
	    width: 540px;
	    height: 100px;
	    z-index: 12;
	    text-align: center;
	    vertical-align: middle;
    }
    #footerBannerRight
    {
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 143px;
	    height: 60px;
	    z-index: 13;
    }
#footerLegal
{
	width: 700px;
	padding: 0px 20px;
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.invisible
{
	display:none;
}
.errormessage{
 color:Red;
 font-size:smaller;
}

.twelveTwelfthsContainer
{
	text-align: center;
	float: left;
	width: 606px;
	display: inline;
	margin-left: 45px;
}
.eightTwelfthsContainer
{
	text-align: center;
	float: left;
	width: 428px;
	display: inline;
	margin-left: 15px;
}
.sixTwelfthsContainer
{
	text-align: center;
	float: left;
	width: 303px;
	display: inline;
	margin-left: 22px;
}
.sixTwelfthsContainer div
{
	width: 303px;
}
.fourTwelfthsContainer
{
	text-align: center;
	float: left;
	width: 202px;
	display: inline;
	margin-left: 15px;
}
.threeTwelfthsContainer
{
	text-align: center;
	float: left;
	width: 151px;
	display: inline;
	margin-left: 10px;
}
.twoTwelfthsContainer
{
	text-align: center;
	float: left;
	width: 101px;
	display: inline;
	margin-left: 15px;
}
