/* CSS For JJB80 */

body {
	margin: 0;
	padding: 0;
  background-color: #FFFFFE;
	color: #46464;
	font: normal 80%/1.5em arial, helvetica, sans-serif;
	text-align: center; }

table {
	border: 2px solid FireBrick;
	}

td {
	border: 0px;
	padding: 2px 3px;
	vertical-align: top;
}

#site-container {
	background-color: #FFFFFE;
	margin: 0 auto;
	margin-bottom: 3em;
	width: 760px;
	text-align: left;
	border: 3px solid FireBrick;
 border-top: 3px solid FireBrick;
}

#banner {
	margin-bottom: -4px;
	height: 200px;
	background-image: url(/Images/logoLG.png);
	background-size: 500px 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFE;
}

#content {
	text-align: left;
	margin-left: 3em;
	margin-right: 3em;
	margin-top: 1em;
	margin-bottom: 1em;
}

#footer {
	background-image: url(/Images/umd_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 36px;
}
