#PageBody {
	padding: 0 !important;
	width: 760px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1px solid #7F7F7F;
	
	/* Grey background color of the right column */
	background-color: #E9E9E9;
	
	/* Fake border for the right column */
	background-image:   url(../../students/images/current/column-right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#PageTitle {
	border-bottom: 1px solid #7F7F7F;
}

/* Default the left column to be a light grey */
#LeftColumn {
	/* Grey left column background */
	background-color: #EAEAEA;
	
	/* Tower on grey background */
	background-image: url(../../students/images/current/tower2.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

/* The main table in the left column has a white background and tower */
#WhiteTower {
	background-color: #FFFFFF;
	background-image: url(../../students/images/current/tower1.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#WhiteBox {
	border-left: 1px solid #A7A7A7;
}

/* Fake left border for the right column */
#RightColumn {
	padding: 8px;
	width: 211px;
	background-image:   url(../../students/images/current/column-left.gif);
	background-repeat: repeat-y;
	background-position: left;
}
