body {
	width:750px;
	margin: 0 auto;
	padding:0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background: #000 url('images/mmi_bg.png') no-repeat top left;
	color: #FFF;
}
a:link {
	color:#FFF;
}
a:visited {
	color:#CCC;
}
a:active {
	color:#990000;
}


.navcontainer {
	width: 750px;
	background: url(images/navTile.gif) repeat-y;
}

.top {
	width: 100%;
	background: url(images/NavTop.gif) no-repeat left top;
	padding-top: 13px;
}

.bottom {
	width:100%;
	background: url(http://mentormastermind.com/images/navBot.gif) no-repeat  left bottom;
	padding-bottom: 1px;
}

.navcontainer ul
{
	text-align: center;

	padding:0;

	margin-top: 0;
	margin-bottom: 15px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;

	width: 100%;
	font-size: 12px;
	line-height: 25px;
	/* fixes Firefox 0.9.3 */

	text-transform: capitalize;
}

.navcontainer ul li
{
	display: inline;
	white-space:nowrap;
	
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

.navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.navcontainer ul li a:hover
{
	background-color: #369;
	color: white;
}

.navcontainer #last { border-right: none; }


/* ----- DROP DOWN STYLES ----- */
#dropmenudiv{
position:absolute;
text-align:center;
border:1px solid #0606FE;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0606FE;
padding: 1px 0;
text-decoration: none;
color: #70A0D1;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #fff;
color:#000000
}
/* ---------------------------- */


.content {
	background: url(images/contentTile.gif) repeat-y top left;
	text-align: center;
	color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul {
	text-align: left;
}

.content p {
	padding: 0px 10px;
}

.content .first {
	padding-top: 40px;
}

.content .last {
	background:url(images/contentBot.gif) no-repeat bottom left;
	height:75px;
}

.quote {
	font-style:italic;
}

.issue {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

.restateQ {
	font-weight: bolder;
}

.returnTop {
	float:right;
	padding: 0 10 0 10;
}

.footer {
	text-align: center;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.calendar {
	font-size:14px;
}

.titlebar {
	margin-top:-50px;
	margin: -50px auto 25px auto;
	width: 90%;
	background: url(images/dash.gif) repeat-x center left;
}

.titlebar span {
	background-color: #000033;
	text-align: center;
	color: #CCC;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-stretch:ultra-expanded;
	padding-left: 5px;
	padding-right: 5px;
}


h2 {
  font-weight: normal;
  line-height: 1;
  color: #94b767;
  margin: 0;
}

/* rounded corner box
================================== */

.box h2 {
  padding: 10px 20px 0 20px;
}

.box p {
  padding: 0 20px 10px 20px;
}