*html #sidenav {
    position: absolute;
    left: expression( ( 0   ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) )   'px' );
    top: expression( ( 0   ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) )   'px' );
}

.container {
    width: 685px;
    margin: 0 auto;
    overflow: hidden;
   font-size: 1.2em;
    position: relative;
}

#sidenav {
    margin: -33px 0;
    width: 130px;
    background: #444;
    padding: 0 15px 10px;
    line-height:20px;
    display:block;
    position: fixed; /*--Fix the sidenav to stay in one spot--*/
    float: left; /*--Keeps sidenav into place when Fixed positioning fails--*/
}

#content {
    float: right; /*--Keeps content to the right side--*/
    width: 500px;
    padding: 0 0px 20px;
}

.title {
    margin: 0px 20px 30px 20px;
}






#content h1 {
	color: #0093A0;
	font-size:24px;
	height: 26px;
	margin: 0 10 0 10px; padding: 10;
}
#content h2 {
	color: #7f0708;
	margin: 0px 0;  padding: 0px 0;
	font-size: 1em;
	font-weight: normal;
}
#content p {
	font-size:12px;
	color: #BBB;
	line-height: 1.4em;
}

.listTable {
    padding-left: 0;
    font-size:12px;
    font-family:Arial;
    font-weight: normal;
    text-align: left;
    background-color:#333333;
    border-left:1px solid #333333; 
    border-top:1px solid #333333; 
    width:670px;
}



