body {
	background-color: #003366;
	margin-left: 0px;
	margin-top: 0px;
}

/* Formats the section containing user data*/
#BGCContent {
	background-color: #FFFFFF;
	width: 100%;
	vertical-align: top
}

/*Center aligned components*/
.centerTable {margin: auto}
.centerText {text-align: center}

/* A colored divider*/
.divider {
	width: 100%;
	color: #255282;
	background-color: #255282;
	height: 1px;
	border-width: 0;
}

/* Format for the tables that containing yearly honourboard info */
.fullWidth {width: 100%}
.halfWidth {width: 50%}

/* Formats the header section containing BGC logo and images*/
#headerCell {
	height: 100%;
	width: 100%;
	text-align: left;
	vertical-align: top
}

/*Left aligned components */
.leftText {text-align: left}

/* Format for the layout of the generic page*/
#mainTable {
	width: 1132px;
	margin: auto;
	border-spacing: 0px;
	padding: 0px;
	
}

/* Format for the section headings used on the honourboard*/
.sectionHeading {background-color: #8FD9AC}
/* Format for the year heading on honourboard page*/
.yearHeading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; 
	color:#006699;
	background-color: #8FD9AC;
	text-decoration:none;
	text-align: center; 
	font-weight:bold
}
