@charset "ISO-8859-1";
/* Remove unwanted elements */
#header, #menu, #sidebar, #searching, #footer, #content .coursePlan tabs , .noprint
{
display: none;
}

/* Ensure the content spans the full width */
.boxBody table, #container2, #content
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
.lighttext
{
color: #000
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
ul#tabs {
	display:none;
}
.tabTitle {
	display:block;
/*	text-align:center; */
	text-align:left;
	font-weight:bold;
	font-size:1.2em;
	margin:.5em;
	margin-top:1em;
}
.item-show, .item-hide {
/*	float:left; */
	width:300px;
	display:block;
}
.boxBody {
	border:0px;	
	float:left;
}
.boxBody table{
	width:100%;	
	border:#999 solid 1px;
}	
.boxBody table th{
	page-break-after:auto;
	background-color:#eee;
	color:#666;
}
#year1, #year2, #year3, #year4 {
	display:inline-block;	
}
.moreinfo h3, .whyCAES h3, .justfacts h3 {
	text-indent:0em;
	background:none;
	margin:2em 0 1em 2em;
	height:2em;
}
.hide-listing{
	display:block;
}