body {
	position: absolute;
	left: -10px;
	width: 100%;
}

#header {
	margin-bottom: 15px;
	margin-left: 15px;
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	border-bottom: 5px solid #767676;
	margin-bottom: 10px;
}
#navigation ul {
	list-style-type: none;
	margin: 5px 0px 4px 15px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation li {
	margin: 0px 7px 0px 0px;
	padding: 5px 15px 5px 15px;
	color: #555555;
	background-color: #ECECEC;
}
#navigation #selected {
	color: #EEEEEE;
	background-color: #767676;
}
#navigation #selected a {
	color: #EEEEEE;
	background-color: #767676;
}
#navigation #selected a:hover {
	background-color: #707070;
}
#navigation li:hover {
	background-color: #F0F0F0;
}
#navigation #selected:hover {
	background-color: #707070;
}
#navigation a, #navigation a:hover, #navigation a:visited {
	color: #555555;
	background-color: #ECECEC;
	text-decoration: none;
}

.rM {
	margin-right: 10px;
}
#content {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 25px;
	width: 750px;
}
#content ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 50px;
}
#content a {
	color: #006699;
	font-size: 10pt;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#mid {
	background-image: url(umd.gif);
	background-position: right;
	background-repeat: no-repeat;
	line-height: 20pt;
	padding-bottom: 15px;
	margin-left: 20px;
}

.infoIcon td {
	vertical-align: top;
}

#sponsors {
	font-size: 8pt;
}
#sponsors td {
	text-align: center;
	padding-right: 25px;
}
#sponsors a {
	font-size: 8pt;
}

#footer {
	background-color: #F2F2F2;
	font-size: 8pt;
	margin-top: 25px;
	padding: 8px 0px 8px 25px;
	color: #BDBDBD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 5px solid #767676;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	display: inline;
}
#footer a {
	color: #6D6D6D;
	margin-left: 0px;
	font-size: 8pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer a:hover {
	text-decoration: underline;
}
