/* commented backslash hack v2 \*/ 
html, body{height:100%; font-size: 10pt;} 

body {
    height:100%;
    min-width: 850px;
    width:100%;
    padding:0;
    margin:0;
    background: #c0c0c0;
    color: #000000;
    font-family: verdana; 
    font-family: bitstream vera sans, dejavu sans, verdana, arial, lucida, sans-serif;
    }

#outer{
    min-height:100%;
    width:100%;
    /* to re-acticate the right column: uncomment the line below and
       set the border-right to 0px strength */
    /* margin-right:130px; */
    /* this one's for the footer */
    margin: 0px  auto -100px auto;
    color: #000000;
    }
/*for IE as IE treats height as min-height anyway*/
* html #outer{height:100%}

#header {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    height:90px;
    width: 100%;
    min-width: 850px;
    background: url('/images/ld-header-left.png') no-repeat;
    }
#header-right {
    top:0;
    left:0;
    height:60px;
    margin-left: 460px;
    text-align: right;
    padding-right: 45px;
    padding-top: 30px;
    background: url('/images/ld-header-right.png') repeat-x;
    color: #000000;
    } 
#clearheader{height:145px;}/*needed to make room for header*/

.clearer {
    clear:both;
    height:0;
    }

#topPan {
width:100%;
height:165px;
top:0;
left:0;
z-index:1;
position:absolute;
margin:0;
padding:0;
background: url(/images/header-bg.jpg) repeat-x;
}

#topPan ul {
list-style-type:none;
width:480px;
height:32px;
display:block;
position:absolute;
top:95px;
right:0;
color:#fff;
margin:0;
padding:0 30px 0 0;
}

#topPan ul li {
float:right;
display:block;
width:75px;
height:32px;
background:url(/images/menu-devider.gif) right top no-repeat;
}

#topPan ul li span {
display:block;
width:73px;
height:32px;
background:url(/images/menu-hover.gif) 50% 0 no-repeat;
font:11pt/20pt "bitstream vera sans", "dejavu sans", verdana, arial, lucida, sans-serif;
font-weight:400;
text-align:center;
text-decoration:none;
}

#topPan ul li a {
display:block;
width:73px;
height:32px;
color:#fff6b7;
color:white;
font:11pt/20pt "bitstream vera sans", "dejavu sans", verdana, arial, lucida, sans-serif;
font-weight:400;
text-align:center;
text-decoration:none;
outline:0;
}

#topPan ul li a:hover {
display:block;
width:73px;
background:url(/images/menu-hover.gif) 50% 0 no-repeat;
text-decoration:none;
margin:0;
padding:0;
}

#footer {
    position:relative;
    z-index: 0;
    font-size: 10pt;
    clear:both;
    padding-top: 70px;
    /* let left column flow right down to the end of the window */
    margin-left:0px;
    color: #808080;
    text-align:center;
    }
/*only ie gets this style*/
* html #footer {
    \height:20px;/* for ie5 */
    he\ight:18px;/* for ie6 */
    }
/* if the next ones is missing, then the footer will be placed way down in IE... */
* html #centrecontent {height:1%;margin-bottom:90px}

a {
color:#e95500;
text-decoration:none;
}

a:hover {
color:#e95500;
text-decoration:underline;
}

#footer a {
color:#555555;
text-decoration:none;
}

#footer a:hover {
color:#555555;
text-decoration:underline;
}

#centrecontent {
    position:relative;
    z-index:1;
    top: -1px;
    width: 900px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    }

#content {
    padding-left: 40px; 
    padding-right: 40px;
    }

#tab_placeholder {
    width:100%;
    height:33px;
    }


