body {
	background: #ccc;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	font-family: arial, helvetica;
	font-size: 0.8em;
	overflow-y: scroll;
}

a {
	color: #0096d5;
}

a:hover {
	color: #0096d5;
}

table {
	font-size: 1em;
}

h3 {
	padding: 0px;
	margin: 0px;
	
	color: #0096d5;
	font-weight: bolder;
	font-size: 1.3em;
	text-decoration: none;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
}

p {
	text-align: justify;
}

form {
	margin: 0px;
	padding: 0px;
}

#mainDiv {
	width: 900px;
	border: 2px #000 solid;
	background: #fff;
}

#header {
	width: 900px;
	height: 150px;
	background-image: url('images/header-right.png');
	background-repeat: no-repeat;
	background-position: right;
}

#logo {
	margin: 25px 50px;
}

.redLine {
	height: 2px;
	font-size: 0px;
	background: #db241e;
	margin-bottom: 1px;
	width: 900px;
}

.menuBar {
	height: 28px;
	background: #0299d2;
	
	color: #fff;
	font-weight: bold;
}

.topMenu {
	width: 650px;
	background-image: url('images/menu-bg.png');
	background-repeat: no-repeat;
	padding-left: 250px;
}

.menuBar td {
	padding: 0px 10px;
}

.topMenu a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
}

.menuBar a {
	color: #fff;
	font-weight: bolder;
	text-decoration: none;
}

.menuBar a:hover {
	color: #fff;
	text-decoration: underline;
/*	background: #000;	*/
}

#body {
	width: 900px;
	background: #ccc;
	background-image: url('images/side-car.png');
	background-repeat: no-repeat;
}

#mainContent {
	padding: 20px;
}

#sideMnu {
	width: 320px;
	padding-top: 290px;
}

#sideMnu a {
	display: block;
	width: 280px;
	padding-left: 40px;
	padding-top: 10px;
	
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sideMnu a:hover {
	background: #aaa;
}

#sideMnu .redline {
	width: 100%;
}

.list a {
	color: #0096d5;
	text-decoration: none;
}

.list a:hover {
	text-decoration: underline;
}

.list td {
	padding: 10px 5px;
	color: #0096d5;
	font-weight: bolder;
	font-size: 1.2em;
}

.courseDates {
	border: 1px #333 solid;
	
	width: 500px;
	
	background: #ddd;
	background-image: url('images/boxbg.png');
	background-repeat: no-repeat;
	
	font-size: 0.8em;
	white-space: nowrap;
}

.courseDetails {
	border: 1px #333 solid;
	
	width: 500px;
	
	background: #ddd;
	background-image: url('images/boxbg.png');
	background-repeat: no-repeat;
	
	white-space: nowrap;
}

.uwo {
	color: #00e;
	float: right;
	width: 30px;
	font-weight: bold;
}

.courseDates .line1 {

}

.courseDates .line2 {
	background: #ccc;
}

.disclaimer {
	background: #ee0;
	width: 433px;
	border: 1px #333 solid;
	
	padding: 5px;
}

.location {
	font-size: 1.1em;
	font-weight: bold;
}

.location .title {
	color:#003399;
	font-size:	1.5em;
	font-weight:bold;
}

.location .phone {
	color:#CC0000;
	font-family:Arial Black;
	font-size:1.2em;
}

.largerlist {
	font-size: 1.2em;
}

.galleryTable img {
	border: 1px #000 solid;
}
