/****************************** PRGTITLE ******************************/
div#prgTitle { font-size: 20px; }

/****************************** TOP ******************************/
div#top {
	border-bottom: thin solid #784A30;
	background: url('../images/train_banner.jpg');
}

/****************************** H2 ******************************/
h2 {
	font-size: 11pt;
	font-weight: bold;
}

/****************************** TABLE ******************************/
table { 
        border: 1px solid #000000;
	margin-top: 0px;
}
tr#header {
 	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

td {
	whitespace: nowrap;
	font-size: 8pt;
	border: 1px solid black;
}

tr.colour {
	background-color: #FFDA4B;
	text-align: center;
}

td.course {
	font-size: 14pt;
	color: #00008B;
	font-weight: bold;
}

td.heading {
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}

td ol { position: relative; left: -5px; }
/****************************** SIDEMENU ******************************/
div#sideMenu li.last { padding-bottom: 0px; }

div#sideMenu ul.innerMenu {
	position: relative;
	left: -20px;
	line-height: 12pt;
}

/****************************** FONT ******************************/
.bold { font-weight: bold; }
.italics { font-style: italic; }

/****************************** DIV INTRO ******************************/
div.intro {
	height: 250px;
	border: 1px groove #EAEAEA;
	padding-top: 70px;
	text-align: center;
	background-color: #EAEAEA;
	margin-top: 70px;
}

/****************************** IMG ******************************/
img#Grebel {
	/*width: 110px;
	height: 81px;*/
}

span#WaterlooLogo {
	position: relative;
	left: 0px;
	top: 0px;
}