/* $Id$ */

body {
	/* IE hack to center the wrapper div */
	text-align: center;
	background-image: url(../../images/mmu/bgStrip.gif);
	background-repeat: repeat-x;
	background-color: #C5CFD0;
	font-family: arial,verdana,sans-serif;
	font-size: 80%;
}

/* tables don't inherit from body */
table {
	font-family: verdana,sans-serif;
	font-size: 100%;
}
/* colour classes */

.wrapperColour {
	background-image: url(../../images/bgLeft.gif);
	background-repeat: repeat-y;
}

.contentColour {
	background: white;
}
.footerColour {
	background: white;
}

#wrapper {
	/* undoes the above IE hack */
	text-align: left;
	/* the correct way to center the wrapper div */
	margin: auto;
	/* the width of the page */
	width: 764px;
	border: 1px solid black;
	background-color: white;

}


h1{
	font-size: 120%;
	text-align: center;
}

h3{
	font-size:110%;
	padding: 0px;
	margin: 0px;
}


#navigate {
    float: left;
	/* the width of the navigation column */
    width: 137px;
    background-color: #F6F4EF;
    background-image: url(../../images/bgLeft.gif);
	background-repeat: repeat-y;
}
#content {
	/* the width of the page minus the width of the navigation  column */
	/* 760 - 137 = 623 */
	width: 620px;
    float: left;
}
#footer {
	clear: both;
}

#jumpLinks{
	display: none;
}