/* $Id$ */

/*---------- image at top ----------*/
#homeBanner img{
	border: 1px solid black;
	border-bottom: none;
	margin: 5px;
	margin-left: 10px;
}

/*----------- main content --------*/
#mainContent{
	margin: 0.5em 0; 
	padding: 10px 147px 10px 10px;
}

#homeText{
	text-align: justify;
}


/*----------- highlights ----------*/

.highlight {
	display: block;
	position: relative;
	border: solid black 1px;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
}
	

.highlight .header {
	background: #EAE0D6;
	color: black;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px solid black;
}

.highlight .content {
}
	
.highlight img{
	margin: 2px;
	border: 0px;
}

#homeTitle{
	font-size: 120%;
	font-weight: bold;
	margin:0;
	text-align: center;
	color: #006699;
}


#indexBanner{
	text-align: center; 
	width:627px;
	height: 120px;
	background-image: url(../../images/mmu/banner.jpg);
}

* html #indexBanner{
	width: 625px; 
}