body {
	background-color: #072028;
	text-align: center;
	font-size: 12px;
}

pre {
	background-color: white;
	color: black;
	font-size: 10px;
}

#mainPage {
	display: block;
	width: 950px;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	background-color: #072028;
	background-image: url('../../UserFiles/site_layout/pageBack.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachement: fixed;
	text-align: left;
	padding-bottom: 5px;
	position: relative;
}

#banner {
	display: block;
	width: 950px;
	height: 120px;
	background-image: url('../../UserFiles/site_layout/bannerBack.gif');
	background-position: top left;
	background-repeat: no-repeat;
}



.rightCol {
	display: block;
	width: 250px;
	float: left;
	clear: right;
	margin-top: 5px;
}

.leftCol {
	display: block;
	width: 675px;
	float: left;
	clear: left;
	margin-top: 0px;
}

.courseLinks {
	display: block;
	width: 670px;
	height: 335px;

}

a.courseLink {
	display: block;
	width: 220px;
	height: 335px;
	float: left;
	color: white;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	text-decoration: none;
}

#courseLink1 {
	background-image: url('../../UserFiles/site_layout/homeCourseLink1.gif');
}

#courseLink2 {
	background-image: url('../../UserFiles/site_layout/homeCourseLink2.gif');
}

#courseLink3 {
	background-image: url('../../UserFiles/site_layout/homeCourseLink3.gif');
	margin-right: 0px;
}

span.courseLinkHeading {
	display: block;
	width: 120px;
	margin-left: 15px;
	font-size: 26px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 25px;
	margin-bottom: 15px;
}

span.courseLinkParagraph {
	display: block;
	width: 180px;
	margin-left: 15px;
	padding-bottom: 15px;
}

.pageBody {
	margin-bottom: 5px;
	display: block;
	width: 635px;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 35px;
	background-color: #E9EAEB;
	margin-top: 5px;
	overflow: auto;
}

h1.pageHeading {
	display: block;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 18px;
}

div.bottomImages {

	width: 670px;
	float: left;
}

div.bottomImage {
	display: block;
	width: 163px;
	height: 120px;
	margin-right: 6px;
	float: left;
}

div#bottomImage4 {
	width: 162px;
	margin-right: 0px;
}

.cjdLogo {
	position: absolute;
	right: 5px;
	top: 4px;
}
