﻿body {
	width:950px;
	margin:5px auto;
	padding:0px;
	background-color:#EAEEF2;
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color:#1B2347;
	font-size:10pt;
}

.staffpic {
	border:thin solid #E5E7EB;
}

.navItem a {
	text-decoration:none;
	font-weight:bold;
	color:#1B2347;
}
.navItem a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#1B2347;
}
.navItem a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#1B2347;
}
.activeItem a {
	text-decoration:none;
	font-weight:bold;
	color: #35468C;
}

h1 h2 h3 h4 h5 h6 h7 {
	color:#35468C;
}

a:hover {
	font-weight:bold;
}

.logoBlock {
	display:block;
	width:100%;
	height:45px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	background-image:url(../img/toplogo.gif);
	background-repeat:no-repeat;
}

.navItem {
	display:block;
	width:175px;
	height:30px;
	margin:-10px auto 0px auto;
	background:url(../img/navitem.jpg) no-repeat center;
	text-align:center;
	font-size:11pt;
	vertical-align:middle;
	padding-top:10px;
}

.activeItem {
}

.contentBlock {
	display:table;
	width:100%;
	min-height:600px;
}

.topEdge {
	display:table-row;
	width:100%;
	height:70px;
	background-image:url(../img/mltop.jpg);
	text-align:right
}
.topEdge h1 {
	margin:17px 25px 0px 25px;
	font-size:18pt;
	color:#29376B;
	font-weight:normal;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}

.middleSection {
	display:table-row;
	width:100%;
	background-image:url(../img/mlmiddle.gif);
	background-repeat:repeat-y;
	background-position:center;
}

.navPane {
	display:table-cell;
	width:200px;
	float:left;
	padding-left:20px;
}

.contentPane {
	display:table-cell;
	width:700px;
	float:right;
	padding-right:17px;
	text-align:center;
}

.contentItem {
	text-align:left;
	padding: 0px 20px;
	border-top:4px #F0F2F7 solid;
}

.timesList {
	width:100%;
}

.timesListPicture {
	text-align:center;
	width:150px;
}

.timesListPicture img {
	vertical-align:middle;
	border:none;
}

.timesListData p {
	font-weight:bold;
	text-align:center;
}

.timesListDay {
	text-align:right;
	width:190px;
	padding-right:10px;
}

.timesListTimes {
	text-align:left;
	width:200px;
}