body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url('/mtc/images/page-bg.gif') top left repeat-y #ffffff;
}

/* links */

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

a:visited {
	color: #420000;
	}

a:hover {
	color: #e2c0b3;
	}

a:active {
	color: #a72b31;
	}

/* site */

#wrapper {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width: 1004px;
	background: #420000;
}

#banner {
	margin: 0px;
	padding: 0px;
}

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

#boxbottom {
	margin: 0px;
	padding: 0px;
}

#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-size: 400%;
	color: #a72b31;
	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: #420000;
	font-weight: bold;
}

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

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

#logo {
	text-align: center;
	display: block;
	margin: 20px 0px 20px 0px;
}

#copyright {
	font-size: x-small;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	clear: both;
}

#copyright a:visited {
	color: #ed1b23;
	}
	
/* colours */

/* dark red: #a72b31 */
/* darker red: #420000 */
/* bright red: #ed1b23 */
/* light red: #e2c0b3 */

