html {
    height: 100%;
}
body {
    background-color: #FAFAFA;
    color: #888F95;
    font-family: Arial,Helvetica,sans-serif,Verdana;
    height: auto;
    margin-left: 34px;
    margin-top: 10px;
    padding: 0;
    text-align: left;
    width: 940px;
}
#topnavigation {
    background: url("../images/header.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 55px;
    margin-bottom: 10px;
    margin-left: -5px;
    margin-top: 8px;
    width: 950px;
}

#toc {
    float: left;
    height: auto;
    margin-bottom:10px;
	margin-left:0px;
	margin-top:0px;
    min-height: 500px;
    width: 20%;
}
#tocbodycontainer {
	background-color:#FFFFFF;
    clear: both;
    height: auto;
    margin-left: -1px;
	position:absolute;
float:left;
    width: 941px;
}
#content {
	height: auto;
	padding-left: 24%;
	padding-right:18px;
}
#footer {
    border: 1px solid #000000;
    clear: both;
    float: left;
    margin-top: 10px;
    width: 100%;
}
#searchwrapper {
    background-image: url("../images/searchbox.gif");
    background-repeat: no-repeat;
    float: right;
    height: 26px;
    left: 760px;
    margin-right: 22px;
    margin-top: -2px;
    padding: 0;
    position: absolute;
    top: 35px;
    width: 176px;
}
#searchwrapper form {
    display: inline;
}
.searchbox {
    background-color: transparent;
    border: 0 none;
    color: #999999;
    height: 22px;
    left: 3px;
    position: absolute;
    top: 1px;
    width: 140px;
}
.searchbox_submit {
    background-color: transparent;
    border: 0 none;
    height: 24px;
    left: 146px;
    position: absolute;
    top: 1px;
    width: 27px;
}
