﻿#contentContainer {
	min-height: 233px;
}

#leftNav {
	display:inline; /*For Compatibility with IE6 */
	width:369px;
	min-height:233px;
	_height:233px;
	background-image:url('../images/navBarBG.jpg');
	background-repeat:repeat-x;
}

.leftNav {
	margin:15px 0px 15px 15px;
	font-size: 12px;
}

.leftNav a {
	margin: 0 0 10px 0;
}

#mainContent {
	width:431px;
	min-height:233px;
	_height:233px;
}

#bottomArea
{
	background: #fff url('../images/bottomBarBG.jpg') repeat-x;
	clear:both;
	display:inline;
	min-height:145px;
	_height: 145px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;

}

#bottomBar {
	width:800px;
	margin: 0 auto 0 auto;
	padding: 0px;
	border-top: 4px #be1e1e solid;
	/*border-bottom: 4px #dac18f solid;*/
	background: #fff url('../images/bottomBarBG.jpg') repeat-x;
	min-height:145px;
	clear:both;
}

#bottomBar ul {
	padding:0 0 0 15px;
	margin:5px 0 0 5px;
	color: #003399;
}

#bottomBar li {
	padding:0;
	margin:0 0 10px 0px;
	color: #006633;
}

#bottomBar li a, #bottomBar li a:link, #bottomBar li a:visited {
	color:#000;
}


#leftBox
{
	width:263px;
	/*height:100%;
	float:left;*/
	border-right: 4px #be1e1e solid;
	vertical-align:top;
	font-size:0px;
	line-height:0px;
}

#centerBox{
	width:264px;
	/*height:100%;
	float:left;*/
	border-right: 4px #dac18f solid;
	vertical-align:top;
	padding:5px;
	padding-bottom: 20px;	
}

#rightBox {
	/*height:100%;
	float:left;*/
	width:266px;
	margin-right:10px;
	vertical-align:top;
	padding:5px;
	padding-bottom: 20px;
	padding-right: 0px;
}
@media print {
	#leftNav {
		display:none; 
	}  
	.contentArea {
		width: 650px;
		font-size: 16px;
	}
}


