body {
	background: url(../img/bg.jpg) no-repeat center top #ffffff fixed;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
a img {
	border: 0px;
}
#outerWrap {
	background: url(../img/wrapBg.png) repeat-y center top;
	width: 974px;
	margin: 0px auto;
	padding: 0px 10px;
}
#wrap {
	width: 954px;
	margin: 0px auto;
}
	#header {
		margin: 0px;
		padding: 0px 0px 0px 0px;
		height: 132px;
	}
		.headerAd {
			float: right;
			width: 728px;
			margin-top: 20px;
		}
	#menuBar {
		background: url(../img/menuBgNormal.gif) repeat-x;
		margin-bottom: 10px;
	}
	.leftCol {
		width: 230px;
		float: left;
		margin-right: 10px;
	}
		.leftBoxTop {
			background: url(../img/leftBoxTop.gif) no-repeat;
			width: 230px;
			height: 10px;
			overflow: hidden;
		}
		.leftBoxContent {
			background: url(../img/leftBoxBg.gif) repeat-y;
			width: 210px;
			padding: 0px 10px;
		}
		.leftBoxBottom {
			background: url(../img/leftBoxBottom.gif) no-repeat;
			width: 230px;
			height: 10px;
		}
	.middleCol {
		width: 484px;
		float: left;
		margin-right: 10px;
		_margin-right: 9px;
	}
	.wideCol {
		width: 714px;
		float: left;
		margin: 0px 0px 0px 0px;
	}
	.wideCol2 {
		width: 724px;
		float: left;
		margin: 0px 10px 0px 0px;
	}
	.rightCol {
		width: 220px;
		float: left;
	}
		.rightBoxTop {
			background: url(../img/rightBoxTop.gif) no-repeat;
			width: 220px;
			height: 10px;
			overflow: hidden;
		}
		.rightBoxContent {
			background: url(../img/rightBoxBg.gif) repeat-y;
			width: 200px;
			padding: 0px 10px;
		}
		.rightBoxBottom {
			background: url(../img/rightBoxBottom.gif) no-repeat;
			width: 220px;
			height: 10px;
		}
	#footer {
		text-align: center;
		padding: 10px;
		margin-top: 10px;
		color: #595959;
	}
		#footer a, #footer a:hover {
			font-weight: normal;
			text-decoration: none;
			color: #595959;
		}
		#footer a:hover {
			color: #0079a9;
		}
	
.left {
	float: left;
}
.right {
	float: right;
}
.error {
	color: #880000;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
}
form{
	margin: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin:0px;
	color: #FFFFFF;
}
a, a:hover {
	font-weight:bold;
	color: #595959;
	text-decoration: none;
}
a:hover {
	color: #0079a9;
	text-decoration: underline;
}
a.linkStyle1, a.linkStyle1:hover {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
a.linkStyle1:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.pages, a.pages:hover {
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
}
a.pages:hover {
	color: #ffffff;
	text-decoration: underline;
}
.txtform {
	border: 1px solid #433100;
	background: url(../img/txtBg.gif) #f0f0f0 no-repeat;
}
.txtform2 {
	border: 1px solid #433100;
	background-color: #f0f0f0;
}
.button {
	border: 1px solid #00638c;
	background-color: #009cd9;
	color: #ffffff;
	font-weight: bold;
}
.debug {
	color: #000000;
}
/* Float Fix */	
.clearfix:after{
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */  