@charset "utf-8";

/* CSS Document */

/* Global Styles */

body {
	background-color: rgb(102,0,0);
	margin: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: rgb(102,0,0);
	line-height:32px;
	letter-spacing:0.1em;
}

h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: rgb(102,0,0);
	line-height:26px;
	letter-spacing:0.1em;
}

h3 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color: rgb(102,0,0);
	line-height:22px;
	letter-spacing:0.1em;
}

h4 {
	font:bold 13px Arial, Helvetica, sans-serif;
	color: rgb(102,0,0);
	letter-spacing:0.1em;
}

a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(0,0,0);
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(102,0,0);
}

/* ID Styles */


#MainNav {
	left: auto;
	top: 175px;
	float: left;
	height: auto;
	width: 130px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(255,255,255);
	margin-right: 30px;
}

#MainNav h3 {
	display: none;
}

#banner {
	height: 125px;
	width: 940px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#pagetitle {
	height: 36px;
	width: 935px;
	padding-left:5px;
	font:14px Arial, Helvetica, sans-serif;
	color: #993300;
	padding-top: 3px;
	line-height:normal;
	background-image: url(../images/gif/pagetitle_mits.gif);
	background-repeat: repeat-x;
}

/* Class Styles */

.bodytext {
	font:13px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
}

.smallText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}

.redemph {
	font:13px Arial, Helvetica, sans-serif;
	color:rgb(102,0,0);
	line-height:18px;
	margin-top:0px;
	font-weight:bold;
	text-align:center;
}

.redemphlft {
	font:13px Arial, Helvetica, sans-serif;
	color:rgb(102,0,0);
	line-height:18px;
	margin-top:0px;
	font-weight:bold;
	text-align:left;
}

.redemph a {
	font:13px Arial, Helvetica, sans-serif;
	color:rgb(255,255,255);
	line-height:18px;
	margin-top:0px;
	font-weight:bold;
	text-align:center;
}

.redemph a:hover {
	font:13px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:18px;
	margin-top:0px;
	font-weight:bold;
	text-align:center;
}

.emphtext {
	font:15px Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	line-height: 30px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

.emphtextjust {
	font:15px Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	line-height: 30px;
	font-weight:bold;
	font-style:italic;
	text-align:left;
}

.NavCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 130px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(255,255,255);
}

.NavCell a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(0,0,0);
	margin: 10px;
	line-height: 30px;
}

.NavCell a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: none;
}

.bodytext a {
	font:13px Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:20px;
	margin-top:0px;
	text-decoration:underline;
}

.bodytext a:hover {
	font:13px Arial, Helvetica, sans-serif;
	color:rgb(102,0,0);
	line-height:20px;
	margin-top:0px;
	text-decoration:underline;
}

.bodytext li {
	font:14px Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	line-height:20px;
	margin-top:0px;
	font-weight:bold;
}

.boldtextleft {
	font:15px Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	font-weight:bold;
}

.boldtextcenter {
	text-align:center;
	font:15px Arial, Helvetica, sans-serif;
	color:rgb(0,0,0);
	font-weight:bold;
}
