/* CSS :: TC of Iowa :: base */

#mNavBox {
	width: 160px;
	float: left;
}

#contentBox {
	/*background-image: url(../images/content_hdrBgnd_tileRed.gif);
	background-repeat: repeat-x;*/
	float: left;
	width: 745px;
	padding-top: 3px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
}

/**************************************** general columns */

#contentColLeft {
	/*background-image: url(../images/content_hdrBgnd_tileRed.gif);
	background-repeat: repeat-x;*/
	float: left;
	width: 350px;
	padding-top: 3px;
	padding-left: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
}

#contentColRight {
	/*background-image: url(../images/content_hdrBgnd_tileRed.gif);
	background-repeat: repeat-x;*/
	float: right;
	width: 350px;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 5px;
	margin-right: 15px;
	padding-bottom: 15px;
	
}

/**************************************** design columns */

#palmerColLeft {
	/*background-image: url(../images/content_hdrBgnd_tileRed.gif);
	background-repeat: repeat-x;*/
	float: left;
	width: 280px;
	padding-top: 3px;
	padding-left: 15px;
	margin-left: 15px;
	padding-bottom: 15px;
}

#palmerColRight {
	/*background-image: url(../images/content_hdrBgnd_tileRed.gif);
	background-repeat: repeat-x;*/
	float: right;
	width: 430px;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	padding-bottom: 15px;
}

/**************************************** other box */

#homeNavBox {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 9px;
}

#footerBox {
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	font-size: 9px;
	text-align: right;
	border-top-style: dotted;
	border-top-color: #7E794A;
	border-top-width: 1px;
}

