@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #333;
}

#menuwrapper {
	height: 100%;
}

#menubar {
	width: 149px;
	position: relative;
	float: left;
	background-color: #111;
	padding: 20px 20px 20px 30px;
	border-bottom: 5px solid #fc0;
	text-decoration: none;
	height: 850px;
	overflow: hidden;
}

#menu_nav {
	position: relative;
	float: left;
	width: 150px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu_nav li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	padding-bottom: 1em;
	color: #bbb;
}

#menu_nav a {
	text-decoration: none;
}

#header_img {
	position: relative;
	float: left;
	top: 0;
	background-image: url(/mit/images/IQIS_diagram3.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 800px;
	border-bottom: 5px solid #FC3;
}

#header_text_1 {
	position: absolute;
	float: right;
	top: 10px;
	right: 10px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: #FC3;
}

#header_text_2 {
	position: absolute;
	float: right;
	bottom: 10px;
	right: 10px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #FC3;
}

#menubar a {
	text-decoration: none;
}

.size_16 {
	font-size: 16px;
}

#content {
	width: 800px;
	position: absolute;
	top: 0;
	left: 199px;
}

#content_area {
	position: relative;
	float: left;
	padding: 20px;
	color: #EEE;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
}

#content_area li {
	padding: 0 0 .5em 0;
}

a {
	color: #FC3;
}

a:hover { text-decoration: none; }

.logo {
	margin-bottom: 40px;
}

img {
	border: none;
	float: left;
}

h1 {
	color: #FC3;
	margin-top: 0;
}
