/* CSS Document */
#outer{
	width:600px;
}

#topLeftCorner{
	display:none;
}

#topRightCorner{
	display:none;
}

#contentContainer{
	border:2px solid #94A6D1;
	float:none;
	width:600px;
}

#content{
	top:0;
	margin-bottom:0;
}

#bannerImage img{
	width:590px;
	height:112px;
}

#nav{
	display:none;
}


#leftCol{
	width:500px;
	float:none;
	margin:0 20px;
}

#submenu{
	display:none;
}

#rightCol{
	width:500px;
	float:none;
	border:none;
	min-height:0;
	margin:0 20px;
}

#contentCorner{
	display:none;
}

#rightColContent{
	margin:0;
	top:0;
}

#largeImage{
	float:right;
	margin-left:10px;
}

#leftBox{
	width:200px;
	float:left;
}

#rightBox{
	width:200px;

}
