/* CSS Document */
#outer{
	width:600px;
	font-family:"Times New Roman", Times, serif;
}

#topBanner{
	border-bottom:1px solid #8D4040;
}

#logo{
	float:none;
}

#search{
	display:none;
}



#nav{
	display:none;
}

#breadcrumb{
	display:none;
}

#leftCol{
	display:none;
}

#rightCol{
	float:none;
	width:600px;
	background-color:#ffffff;
	color:#000000;
	height:auto!important;
	border-bottom:1px solid #8D4040;
}

#rightCol h1{
	font-size:1.3em;
	margin:10px 0 10px 0;
	font-weight:bold;
}

#rightCol img{
	display:none;
}

#middleCol{
	margin:0;
	width:600px;
}

#middleCol.large{
	margin:0;
}	

#topBox{
	background-color:#ffffff;
	height:auto;
	color:#000000;
	border-bottom:1px solid #8D4040;
}


#middleLeft{
	background-color:#FFFFFF;
	color:#000000;
	float:none;
	width:600px;
	margin-right:0;
	border-bottom:1px solid #8D4040;
	height:auto!important;
}

#middleCenter{
	float:none;
	width:600px;
	background-color:#FFFFFF;
	color:#00000;
	border-bottom:1px solid #8D4040;
	margin-right:0;
	height:auto!important;
	page-break-inside:aviod;
}

#middleRight{
	float:none;
	background-color:#ffffff;
	color:#000000;
	width:600px;
	height:auto!important;
}

#bottomBox{
	background-color:#ffffff;
	color:#000000;
	height:auto;
}

#footer{
	border-bottom:3px solid #8D4040;
}

#footer ul{
	display:none;
}


