#divCover {
	width: 100%;
	background-image: url("images/background.gif");
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0 auto;
	min-height: 670px; 
}
#divHeader {
	background-image: url("images/header9.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 150px;
	width: 100%;
}
#divMovie {
	float: left;
	width: 833px;
	cursor: default !important;
}
#divContent {
	display:block;
}
#divCell {
	margin: 0 auto;
	text-align: center;
	width: 840px;
	z-index: 100;
}
#divFooter {
	clear:both;
	font-weight: bold;
	font-size: 75%;
	padding-top: 10px;
}
#divCredits {
	display:none;
}
/* college */
#divCollege {
	height: 19em;
}
/* medical */
#divMedical {
	height: 19em;
}
/* foundation */
#divFoundation {
	height: 19em;
}
/* images */
#divCollege .clsImage {
	background-image: url("images/lorma_colleges.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width: 224px;
	height: 140px;
	margin: 0 auto;
}
#divMedical .clsImage {
	background-image: url("images/panoramic_hospital.jpg");
	background-position:  left;
	background-repeat: no-repeat;
	width: 224px;
	height: 140px;
	margin: 0 auto;
}
#divFoundation .clsImage {
	width: 110px;
	height: 130px;
	background-image: url("images/lorma_foundation100.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
}
#divFoundation .clsText {
	text-align: center;
	float: left;
	width: 9em;
	padding-top: 25px;
}
#divFoundation  span.url {
	padding-top: 18px;
}
/* classes */
.clsImage {
	
}
.clsText {
	font-size: 120%;
	font-weight: bold;
}
.clsTag {
	text-align: center;
	clear: both;
	font-size: 95%;
}
div .clsText span.title {
	/*text-transform: capitalize;
	text-align: left;
	padding-top: 30px;
	padding-bottom: 20px;
	font-weight: bolder;
	font-size: 110%;
	*/
	display:none;
}
div .clsText span.urltext {
	text-align: center;
	font-weight: bolder;
	font-size: 110%;
	margin: 0;
}
div .clsText span.url {
	text-align: center;
	font-weight: normal;
	font-size: 70%;
	padding-top: .1em;
}
div .clsText span {
	display: block;
	clear: both;
	font-size: 9pt;
}

a:link, a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333333;
}
html {
	padding:0px 0px 20px 0px;
	margin:0px;
}
body {
	background-color: #ffffff;
	font-family: Arial;
	text-align:center;
	margin:0px;
	padding:0px;
	color: #000000;
}
