
body {
	background-color: #999;
	background-image: url(../images/mainBck.gif);
	background-repeat: repeat-x;
	font-family: trebuchet MS;
	font-size:12px;
	margin:50px 0;
}
.left{
	float: left;
}

.right{
	float:right;
}

#mainContainer {
	width:900px;
	background-color:white;
	margin:0 auto;
	padding:3px 0 0 0;
}
#header {
	background-image: url(../images/hdrBck.gif);
	height:73px;
	margin:0 3px 3px 3px;
}
.hdrLinks {
	float:right;
	margin:10px 5px;
	color:white;
}
.hdrLinks a {
	color:white;
	text-decoration:none;
	margin:0 10px;
}
.hdrLinks a:hover {
	text-decoration:underline;
}
.logo {
	padding:15px 0 0 15px;
	width:242px;
}

.homeSectionWrap{
	margin-bottom: 20px;
	padding-left: 44px;
}


/* FOOTER */

#footer {
	background-image: url(../images/footerBck.gif);
	background-color: #999;
	color:white;
	text-align:center;
	padding:40px 0 0 0;
	background-repeat: no-repeat;
}
#footer a {
	color:white;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.footerText {
	font-size:10px;
	padding:0 0 0 40px;
	background-image: url(../images/secure.gif);
	background-repeat: no-repeat;
}

/* CLEAR HACK */


.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}