body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
}



div#innerWrapper {
	background-color: #FFFFFF;
}


div#colLeft {
	background-color: #EFBC73;
	background-image: url(/imgs/site/background/leftCol.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height:200px;
	height:auto !important;
	height:200px;
}

div#colRight {
	background-image: url(/imgs/site/background/rightColTopTrans.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height:200px;
	height:auto !important;
	height:200px;
}

div#midWrapper {
	background-image: url(/imgs/site/background/main.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div#midWrapperInside {
	float: left;
	width: 880px;
	background: url(/imgs/site/background/right_clouds.jpg) no-repeat bottom right;
}

.accessNav {
	position : absolute;
	left : -3000px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}