@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	background-image: url(../images/borders/grey/shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* START LAYOUT DIVS */

#wrapper {
	width: 53em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: visible;
	position: relative;
	margin-top: 0em;
}


#masthead {
	width: 53em;
}


#maincontainer {
	background-color: #FFFFFF;
	width: 34em;
	float: left;
	margin-top: 1.5em;
}
.clear {
	clear: both;
}


#sidecontainer {
	background-color: #FFFFFF;
	width: 19em;
	float: right;
	margin-top: 1.5em;
}
#footer {
	height: 10em;
	width: 41em;
	clear: both;
	margin-left: 11em;
}
#footer a:link, #footer a:visited {
	color: #FF3333;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FF3333;
	text-decoration: underline;
}
#footer p {
	font-size: 0.6875em;
	line-height: 1.5em;
	color: #666666;
	margin-bottom: 1em;
}
#maincontent {
	background-color: #666666;
	width: 44em;
	height: 80em;
}

#menu {
	background-color: #FFFFFF;
	width: 53em;
	margin-bottom: 0em;
	height: 6.875em;
	padding-left: 0em;
	z-index: 999;
	position: relative;
	background-image: url(../images/TMMlogo.gif);
	background-repeat: no-repeat;
}

#mmcontainer {
	position: absolute;
	left: 0px;
	top: 0px;
}

#menuposition {
	width: 43em;
	margin-bottom: 0em;
	height: 2.25em;
	z-index: 999;
	position: relative;
	left: 12.5em;
	top: 2.5em;
}
.redrule {
	background-color: #FF3333;
	height: 0.5em;
	width: 53em;
	line-height: 0.5em;
}
.greyrule {
	background-color: #666666;
	height: 0.5em;
	width: 53em;
	line-height: 0.5em;
}
/* END LAYOUT DIVS */#sidecontainer img {
	width: 19em;
	margin-top: 0em;
	margin-bottom: 1em;
}
.greyrule2 {
	color: #666666;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	line-height: 0.25em;
	margin: 0px;
}
