body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 90%;
	background: #fff;
	text-align: center;
}

#fixedwidth { 
	width: 589px; 
	margin: 0 auto;
	text-align: left;
}

#topbox {
	width: 100%;
	height: 108px;
	background: #222;
	margin-top: 11px;
}

#menubox {
	width: 100%;
	margin-top: 11px;
	text-align: center;
}

#contentbox {
	margin-top: 11px;
	width: 100%;
}

#contentbox-black {
	margin-top: 11px;
	width: 100%;
        min-height: 322px;
        height: auto !important;
	height: 322px;
	background: #222;
	color: #fff;
}

#contentbox-black em {
	color: #0ae;
	font-style: normal;
}

#contentbox-black a {
	color: #fff;
	text-decoration: underline;
}

#contentbox-black a:hover {
	color: #0ae;
	text-decoration: none;
}

#content-header {
	width: 100%;
	padding: 11px 0 0 11px;
}

#contentcol-left {
	display: inline;
	float: left;
	position: relative;
	padding-left: 11px;
	width: 277px;
	font-size: 85%;
}

#contentcol-right {
	display: inline;
	float: left;
	position: relative;
	padding-left: 13px;
	padding-right: 11px;
	width: 277px;
	font-size: 85%;
}

#contentcol-right p, #contentcol-left p {
	margin: 0.6em 0;
}

span.col-header {
	font-size: 110%;
}

img.teampic {
	border: 0;
	width: 277px;
	height: 142px;
	margin-top: 11px;
	margin-bottom: 11px;
}

img.studpic {
	border: 0;
	width: 539px;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;}

#bottombox {
	margin-top: 11px;
	width: 100%;
        min-height: 104px;
        height: auto !important;
	height: 104px;
}

div.menuitem-left {
	width: 145px;
	background: #222;
	display: inline;
	float: left;
	position: relative;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div.menuitem-left-cur {
	width: 145px;
	background: #0ae;
	color: #fff;
	display: inline;
	float: left;
	position: relative;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div.menuitem-other {
	width: 146px;
	background: #222;
	display: inline;
	float: left;
	position: relative;
	margin-left: 2px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div.menuitem-other-cur {
	width: 146px;
	background: #0ae;
	display: inline;
	float: left;
	position: relative;
	margin-left: 2px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: #fff;
}

img.botimg, td.icon {
	border: 0;
	width: 144px;
	height: 104px;
	background: #ddd;
}

#menubox a {
	text-decoration: none; 
	color: #fff;
}

#menubox a:hover {
	color: #0ae;
}

table.lnx {
	width: 100%;
	border: 0;
	border-collapse: collapse; 
	margin-top: 11px;
	margin-bottom: 11px;
}

td.bottxt {
	padding: 10px;
	font-size: 70%;
	background: #ddd;
}

td.botpad {
	width: 12px;
	font-size: xx-small;
}

td.bottxt a {
	text-decoration: none; 
	font-size: 130%;
	color: #0ae;
}

td.bottxt a:hover {
	color: #222;
}

img.mdblogo {
	width: 191px;
	height: 108px;
	border: 0;
}

#imgrotate {
	border: 0;
	width: 589px;
	height: 322px;
}

table.bot {
	width: 100%;
	border: 0;
	border-collapse: collapse; 
	margin-bottom: 11px;
}

table.bot td {
	font-size: 60%;
	padding: 0;
	color: #bbb;
}

table.bot td a, table.bot td a:hover {
	color: #bbb;
	text-decoration: none;
}

div.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

div.clearfix {
	display: inline-table; 
	margin: 0;
	padding: 0;
	width: 100%;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
div.clearfix {display: block;}
/* End hide from IE-mac */

