#schoolDetails {
	float: left;
	display: inline;
	width: 400px;
	border-right: solid 1px #C2C2C2;
}

#schoolPictures {
	float: left;
	display: inline;
	width: 150px;
	text-align: center;
}

A.editBtn {
	display: block;
}

#schoolPictures IMG {
	margin: 5px 0px 5px 0px;
}

/* Schools Directory */

#content A.dirLink {
	display: block;
	float: left;
	clear: both;
	width: 250px;
	text-align: center;
	background: url('../images/searchTitleBG.gif') top left no-repeat;
	margin: 0px 0px 8px 30px;
	padding: 4px 0px 5px 0px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#searchNoSchools {
	float: left;
	display: inline;
	width: 515px;
	height: 160px;
	margin: 20px 0px 0px 90px;
	background: url('../images/registerBG.gif') top center no-repeat #ffffff;
}

#content #searchNoSchools P {
	width: 480px;
	height: 160px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	margin: 60px 0px 0px 20px;
}

#linksContainer {
	float: left;
	display: inline;
	width: 630px;
	margin-left: 60px;
}

#linksContainer A {
	float: left;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	margin: 3px;
	background-color: #FF3399;
	border: solid 1px #FF3399;
	text-decoration: none;
}

#linksContainer A:hover {
	float: left;
	font-weight: bold;
	color: #FF3399;
	padding: 3px;
	margin: 3px;
	background-color: #ffffff;
	border: solid 1px #FF3399;
	text-decoration: none;
}

#schoolsList {
	float: left;
	width: 500px;
	margin-left: 30px;
}

A.schoolLink {
	text-decoration: underline;
	font-weight: bold;
	color: #727272;
}

A.schoolLink:hover {
	text-decoration: none;
	color: #727272;
}

DIV.schoolContainer {
	float: left;
	width: 490px;
	margin: 0px 0px 10px 0px;
}

/* VIEW SCHOOL */

#viewSchoolDetails {
	float: left;
	display: inline;
	width: 404px;
	margin: 0px 0px 0px 20px;
}

#viewSchoolDetails P.courseTitle {
	font-weight: bold;
}

#viewSchoolDetails #schoolCourseTitle {
	font-weight: bold;
	width: 384px;
	height: 30px;
	padding: 7px 0px 0px 20px;
	color: #ffffff;
	background: url('../images/schoolCourseTitleBG.gif') top left no-repeat #ffffff;
}

#schoolMap {
	float: left;
	display: inline;
	width: 235px;
	height: 300px;
	margin: 5px 0px 10px 2px;
	border: solid 2px #FF3399;
}

#schoolSidebar {
	float: left;
	display: inline;
	width: 251px;
	margin: 0px 0px 0px 10px;
}

#schoolAddress {
	float: left;
	width: 241px;
	height: 230px;
	background: url('../images/schoolAddressBG.gif') top left no-repeat #ffffff;
}

#content #schoolAddress P.title {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}

#schoolImages {
	float: left;
	display: inline;
	width: 240px;
	height: 250px;
	padding: 0px 0px 0px 0px;
	background: url('../images/schoolPicturesBG.gif') top left no-repeat #ffffff;
}

#content #schoolImages P.title {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 12px 0px 15px 0px;
}

#schoolImages IMG {
	float: left;
	margin: 10px 0px 0px 15px;
}

#schoolCourses {
	float: left;
	display: inline;
	width: 655px;
	height: 251px;
	margin: 10px 0px 0px 20px;
	background: url('../images/schoolCoursesBG.gif') top left no-repeat #ffffff;
}

#content #schoolCourses P.title {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px 15px 0px;
}

#schoolCourses TABLE {
	width: 635px;
	margin: 0px 0px 0px 10px;
}

#schoolCourses TABLE HR {
	width: 625px;
	border: solid 1px;
	color: #FF3399;
}

#schoolCourses A {
	color: #7A7A7A;
	text-decoration: none;
}

TD.boldLabelTxt {
	font-weight: bold;
	text-align: left;
}

DIV.englishSwatch {
	width: 20px;
	height: 20px;
	background-color: #0099FF;
}

DIV.universitySwatch {
	width: 20px;
	height: 20px;
	background-color: #FFFF00;
}

DIV.businessSwatch {
	width: 20px;
	height: 20px;
	background-color: #33CC66;
}

A.moreLink {
	font-weight: bold;
	text-decoration: none;
}
