/* CSS For FFT 2008 */

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

<!--table {
	border: 2px coral solid; }>

td {
	border: 1px coral solid;
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px; }

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

#banner {
	margin-top: -12px;
	text-align: right;
	height: 180px;
	background-image: url(/FFT/fft09WebGo2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e1e2e6; }

#content {
/*	font: normal 80%/1.5em arial, helvetica, sans-serif; */
	text-align: justify;
	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: 32px; }
