* {
	margin: 0;
	padding: 0;
}

div {
	display: block;
}

ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	background-color: #989898;
}

img {
	border: 0;
}

.mainContainer {
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #fff;
	width: 960px;
	margin-right: auto;
	margin-left: auto;

}


	
.header {
	padding-top: 20px;
	color: #fff;
	/*background: url(../images/header.gif) no-repeat;*/
	background-color: #ccc;
	height: 120px;
}



#logo {
	background-color: #fff;

	height: 100px;
	width: 100px;
	margin-left: 20px;
	float: left;
	color: #db2420;
	margin-bottom: 20px;
}

.logo {
	float: left;
	width: 350px;
	margin-left: 20px;
}

.logoRight {
	float: right;
	margin-right: 20px;
}

#info {
	float: left;
	color: #000;
	margin-left: 20px;

}

#info h1 {
	margin-top: 10px;
	color: #ec0000;
	font: 22px/24px Georgia, "Times New Roman", Times, serif;
}

#info h2 {
	color: #ec0000;
	font: 22px/24px Georgia, "Times New Roman", Times, serif;
}

#info h3 {
	color: #000;
	font: 16px/20px Georgia, "Times New Roman", Times, serif;
}

#navigation {
	margin-top: 20px;

	float: left;
	clear: both;
	width: 200px;
}


#navigation ul li {
	margin-right:25px;
	margin-left: 15px;
	margin-top:12px;
	font-size: 14px;
	text-align: right;
}


a.button {
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin-bottom:4px;
	border: solid 1px #000;
	background-color:#e53e29;	/* red */
}


a.button:hover {
	
	background-color: #74786f; /*grey */

}

a.button.active {
	background-color: #6e725d; /*grey */
	color:  #000;
}


a.buttonSelected {
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	margin-bottom:4px;
	border: solid 1px #000;
	background-color: #74786f; /*grey */

}

a.buttonSelected:hover {
	background-color: #6e725d;

}

a.buttonSelected.active {
	background-color: #74786f;

	color:  #000;
}



.muhcLogo {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.mainBody {


}


.leftBodyHome {
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;

}

.leftBodyHome p {
 margin-top: 10px;
}

.leftBody h2 {
	font: 22px/24px Georgia, "Times New Roman", Times, serif;

}

.leftBody h3 {
	font: 20px/22px Georgia, "Times New Roman", Times, serif;

}

.leftBody h4 {
	font: 18px/20px Georgia, "Times New Roman", Times, serif;

}



.homePromoImage {
	width: 200px;
	float: left;
}

.homeText {
	float: left;
	margin-left: 200px;
	width: 300px;

}

.leftBody {
	width: 530px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;

}




.leftBody p {
 margin-top: 10px;
}

/* home */
dl.imageleft { width: 170px;
float: left; vertical-align: top;} 
.imageleft dt { vertical-align: top; margin-bottom: 5px;} 
.imageleft dt img {width: 100px;}


/* diabetes */
.diabetes {
	line-height: 24px;
	font-size: 14px;
}



.rightBody {
	width: 180px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
}


.agendaSchedule {
	font-size: 14px;
	font-weight: bold;
}

.agendaSpeaker {
	font-weight: bold;
	font-style: italic;
	color: #db2420;
}

.photoCaption {
	font-size: 10px;
}


.sponsorship ul li {
	list-style-type: disc;
}


.footer {
	clear: both;
	text-align: center;
	width: 960px;
	height: 50px;
	margin-top: 40px;
}

.footer a {
	text-decoration: none;
	color: #000;
}

.footer a:hover {
	text-decoration: underline;
	color: #333;
}

.footer a:active {
	text-decoration: underline;
	color: #333;
}


.footer a:visited {
	text-decoration: none;
	color: #000;
}


.red {
color: #e53e29;
}



