body
{
    margin: 0 20px 0 20px;
    background-color: #fff;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
}

#hdr, #officehdr
{
    margin: 0; padding: 0;
    height: 235px;
    background-color: #3f3f3f;
}
#hdr h1, #officehdr h1 {margin: 0; padding: 0;}
#hdr img, #officehdr img {border: 0;}
#officehdr {
	background: url(../i/officebg.png) repeat-x top right;
}

/* Top menu */
#tpm ul {
	width:100%;
	font-size:1em;
	text-transform: uppercase;
	line-height:1em;
	color:#000;
	background-color: #ececec;
	font-weight: bold;
	margin:0 0 5px 0;
	padding:6px 0 6px 0;
	list-style-type:none;
	border-bottom:1px solid #000;
}
#tpm ul li {
	display:inline;
	margin:0;
	padding:0;
}
#tpm a:link,
#tpm a:visited,
#tpm a:hover {
	padding:5px;
}
#tpm a:link,
#tpm a:visited {text-decoration: none;}
#tpm a:hover {text-decoration: underline;}    
#tpm a.sel 
{
    color: #ececec;
    background-color: #838383;    
    text-decoration: none;
}