body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
}

h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: black;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-weight: bold;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-weight: bold;
	color: rgb(18,0,156);
	margin: 0px;
	padding: 0px;
}

h4 {
	font-weight: bold;
	color: rgb(0,0,0);
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: square;
	margin-top: 0px;
}

a img {
	border: 0px;
}

a, a:visited {
	color: rgb(18,0,156);
}

a:hover {
	color: rgb(0,0,0);
}

#topbar {
	width: 100%;
	text-align: center;
	background-image: url(../images/mqhu_bkgd_topbar_clouds.jpg);
	background-repeat: repeat-x;
	height: 75px;
	border-bottom: 1px solid black;
	white-space: nowrap;
}

#topbar #building {
	position: absolute;
	top: 0px;
	left: 0px;
}

#topbar #logo {
	position: relative;
	margin-left: 10%;
	margin-right: 5%;
	padding-top: 10px
}

#buttonbar {
	height: 34px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid black;
	font-size: 14px;
	line-height: 14px;
}

#buttonbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#buttonbar ul li {
	background-color: white;
	float: left;
	width: 14%;
	text-align: center;
}

/* #buttonbar ul li.end {
	float: none;
} */

#buttonbar ul li a {
	display: block;
	color: black;
	background-color: white;
	text-decoration: none;
	text-align: center;
	border: 1px solid white;
	padding: 8px 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
}

#buttonbar ul li a:hover {
	color: white;
	background-color: rgb(18,0,156);
}

#sidebar {
	background-color: white;
	position: absolute;
	left: 0px;
	top: 130px;
	width: 150px;
	clear: left;
	font-size: 0.85em;
}

#sidebar ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar ul li {
	width: 100%;
	border-top: 1px solid rgb(204,204,204);
}

#sidebar ul li a {
	display: block;
	color: black;
	text-decoration: none;
	border: 1px solid white;
	padding: 8px;
	padding-right: 3px;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 1.1;
}

#sidebar ul li a:hover {
	color: white;
	background-color: rgb(18,0,156);
}

#content {
	min-height: 300px;
	margin-left: 150px;
	border-left: 1px solid rgb(204,204,204);
	padding: 20px;
	line-height: 1.4;
	font-size: 0.9em;
}

#content .mc {
	font-weight: bold;
	font-size: 0.95em;
}

#content p.first {
	margin-top: 0px;
	padding-top: 0px;
}

table tr td {
	vertical-align: top;
	padding: 0em 2em 0em 0em;
}

#footer {
	clear: both;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 75%;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

#footer .right {
	float: right;
}

#footer p {
	margin: 0px;
}

#splashpage {
	width: 620px;
	margin: 40px auto;
}

#splashpage img {
	display: block;
	margin: 0em;
}

#splashpage h1 {
	font-family: "Times New Roman", "Times Roman", TimesRoman, Times, serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0em;
	text-align: center;
}

#splashpage p {
	color: rgb(70,70,70);
	font-size: 9pt;
	text-align: center;
}

#splashbuttonbar {
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#splashbuttonbar td {
	padding: 1px;
}

#splashbuttonbar a {
	display: block;
	color: rgb(18,31,71);
	background-color: white;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	font-size: 0.85em;
	font-weight: normal;
	letter-spacing: -0.03em;
}

#splashbuttonbar a:hover {
	color: white;
	background-color: rgb(18,0,156);
}

#addresses {
	width: 100%;
	margin-top: 1em;
}

#addresses td {
	padding: 0em 1em;
}

#addresses h2 {
	text-align: center;
	font-size: 11pt;
	color: rgb(0,0,153);
}

#addresses address {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: rgb(70,70,70);
	text-align: center;
}

div.callout {
	float: right;
	width: 25%;
	background-color: rgb(209,220,229);
	font-size: 90%;
	line-height: 150%;
	margin: 0em 0em 2em 2em;
	padding: 0.5em 1.5em;
}

td.profilepic {
	padding-right: 0em;
}

td.profilepic p, td.profilepic td {
	white-space: nowrap;
}

table.mailform {
	margin-bottom: 2em;
}

table.mailform td {
	background-color: rgb(209,220,229);
	vertical-align: top;
	padding: 0.25em 0.5em;
}

table.mailform th {
	background-color: rgb(209,220,229);
	vertical-align: top;
	text-align: left;
	padding: 0.25em 0.5em;
	white-space: nowrap;
}

table.mailform td.endrow, table.mailform th.endrow {
	background-color: rgb(171,203,229);
}

table.mailform td small, table.mailform th small {
	font-weight: normal;
	font-size: 80%;
	line-height: 100%;
}

.note {
	font-size: 80%;
	line-height: 100%;
}

.alert {
	color: red;
}

.notice {
	padding: 0.25em 0.5em;
	border: 2px solid rgb(209,220,229);
}