body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* links */

a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

/* site */

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #ffffff;
}

#banner {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#box {
	margin: 0px 100px -20px 100px;
}

#boxbottom {
	display: none;
}

#text {
	border-left: #a72b31 solid 5px;
	border-right: #a72b31 solid 5px;
	padding: 10px 50px 20px 50px;
	background: #ffffff;
	font-size: large;
	line-height: 200%;
}

.dropcap {
	font-style: 400%;
	color: #000000;
	float: left;
	margin-top: -10px;
	
}

#imageleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

#imageright {
	float: right;
	margin: 0px 0px 20px 20px;
}

#text ul li {
	list-style-image: url(/mtc/images/ribbon-bow.gif);
	line-height: 200%;
	margin: 40px 0px 0px 0px;
}

.redtext {
	color: #111111;
	font-weight: bold;
}

#footnote {
	padding: 100px 0px 20px 0px;
	font-size: medium;
	line-height: 150%;
}

#footer {
	width: 1004px;
	height: 100px;
}

#logo {
	display: none;
}

#copyright {
	background: url('/mtc/images/mm-logo-bw.gif') center no-repeat;
	margin: 60px 0px 0px 0px;
	font-size: x-small;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	clear: both;
}


