html { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
}
#wrapper {
 margin: 0 auto;
 width: 950px;
 height:100%;
}

/* header for logo */
#header {
 color: #333;
 width: 950px;
 height: 127px;
 margin: 10px 0px 0px 0px;
 background: url(/images/logo_macquarie.gif) no-repeat top left;
}

/* header for banner */
#headerbanner {
    background:url(/images/mpm_header.jpg) no-repeat right;
    text-align:right;
    height:126px;
    width:auto;
    padding:0;
    margin:0;
    color:#fff;
}
#nav {
 margin-bottom:0px;
 width:100%;
 height: 25px;
}
#breadcrumb {
 display: inline;
 float: left;
 color: #000;
 width: 770px;
 padding: 6px 10px 4px 10px;
 margin: 0px 0px 1px 0px;
 background: #02B3A1;
 font-size:0.8em;
 font-weight:bold;
}

#breadcrumb a {
 color:#fff;
 font-weight:normal;
}

#righttitle{
 display: inline;
 position: relative;
 color: #fff;
 padding: 6px 10px 4px 10px;
 background: #000;
 float: right;
 width: 140px;
 font-size:0.8em;
}

#faux {
 margin-bottom: 0px;
 width: 100%;
 background:url(/images/leftbg.gif) repeat-y;
 overflow: auto; /*Fix for IE*/
}
#leftcolumn {
 display: inline;
 color: #333;
 margin-right: 1px;
 padding: 20px 10px 10px 10px;
 width: 188px;
 float: left;
 height:100%;
}
#leftcolumn li{
    padding:0px;
    margin-left:0px;
    list-style:none;
}
#content {
 float: left;
 color: #000;
 margin: 0px;
 padding: 40px 46px 10px 36px;
 width: 486px;
 display: inline;
 position: relative;
 background:#fff;
 min-height:480px;
 height:100%;
 font-size:0.9em;
}
#rightcolumn {
 display: inline;
 position: relative;
 color: #333;
 margin-left: 1px;
 padding: 0px;
 width: 160px;
 float: right;
 background:#999;
}

#rightcolumn fieldset {
    border:1px solid #ddd;
    margin:5px;
    padding:2px;
    background:#999;
}

.clear { clear: both; background: none; }

#footer {
font-size:0.7em;
background:#000;
color: #fff;
clear: both;
padding:10px 10px 40px 10px;
margin:0px;
}

.modified {
    margin-top:10px;
    font-style:italic;
    font-size:0.75em;
    color:#999;
}


/* these styles from Mark Quinlan */
#content h1 {
	color: #000;
	font-size: 1.4em;
	margin-bottom: 1em;
	margin-top: 0;
}
#content h2 {
	color: #000;
	font-size: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#content h3 {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#content p  {
	color: #333333;
	margin-top: 1em;
	margin-bottom: 1em;
}


#content a {text-decoration: none; color: #000; font-weight:bold;}
#content a:link {text-decoration: none; color: #000; font-weight:bold;}
#content a:visited {text-decoration: none;}
#content a:active {text-decoration: none;}
#content a:hover {text-decoration: underline;}

#content ul li {
	list-style: square;
	line-height:1.5em;
}
#content ul {
    margin-top:15px;
}

table.ibr {
background-color: #eee;
padding:0px;
border: none;
border-collapse:collapse;
}

table.ibr td {
margin:0px;
border: 1px #ddd solid;
padding: 2px 5px 2px 5px;
vertical-align:top;
}

table.ibr th {
border-left: 1px #ddd solid;
border-right: 1px #ddd solid;
border-bottom: 2px #fff solid;
padding: 5px 5px 5px 5px;
text-align:left;
color: #fff;
background-color: #555;
font-weight: bold;
font-size:1em;
}

table.ibr td ul li {
    margin:0px;
}

.altheader {
border-left: 1px #ddd solid;
border-right: 1px #ddd solid;
border-bottom: 2px #fff solid;
background-color: #999;
font-weight: bold;
color: #fff;
}

#quicklinks {
    padding:10px 5px 20px 5px;
}
#quicklinks a {
    font-size:0.85em;
    color:#fff;
    text-decoration:none;
}
#quicklinks a:hover {  text-decoration:underline; }

p.disclaimer  {
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0;
}
p.footnote, ul.footnote, li.footnote { font-size:0.85em; color:#666; }

p.disclaimer a:link {text-decoration: underline; color: #000; font-weight:bold;}
p.disclaimer a:visited {text-decoration: underline; color: #000; }
p.disclaimer a:active {text-decoration: none;  color: #000; }
p.disclaimer a:hover {text-decoration: none; color: #000; background-color: #ddd;}

.ygtvlabel,.ygtvlabel:link,.ygtvlabel:visited,.ygtvlabel:hover { background-color: #eee; font-size:0.85em; color:#000; text-decoration:none; }
.ygtvfocus .ygtvlabel:hover{background-color:#c0e0e0;}
.ygtvlabel:hover{background-color:#c0e0e0;}