body {
	margin: 0px;
	padding: 0px;
	background-color: #83A9C9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/bgPattern.gif);
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	margin: 0px;
}
h2 {
	font-size: 14px;
	color: #5B8EB7;
	margin: 0px;
	font-weight: normal;
}
img.right {
	margin-left: 10px;
	display: inline;
	float: right;
	margin-bottom: 10px;
}
img.left {
	margin-right: 10px;
	display: inline;
	float: left;
	margin-bottom: 10px;
}
#content p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#container {
	width: 750px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
#load {
	display: none;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 750px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
#spacer {
	width: 20px;
	float: left;
}
#sideBar {
	width: 148px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#sideBar h1 {
	height: 25px;
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #FFFFFF;
	background-image: url(/images/redGradient.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
.promoBox {
	height: 130px;
	text-align: center;
}

.promoFraud {
	padding: 10px;
}

#content {
	width: 520px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom: 20px;
	float: right;
}
#footer {
	background-color: #333333;
	clear: both;
	height: 50px;
	background-image: url(/images/footerGradient.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}


.footerTagLine {
	top: 10px 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 10px;
	color: #CCCCCC;
}

.lineTitle {
	font-size: medium;
 	font-weight: bold;
 	color: #DB0000;
 	border-bottom-width: 2px;
 	border-bottom-style: solid;
	padding-bottom: 5px;
}

.footerAd{
	text-align:center;
}

.sideAd{
text-align:center;
float:left;
margin:20px 0;
padding:0;
width:148px;
}



