@CHARSET "ISO-8859-1";

#outercontainer {
  margin:auto;
  width: 957px; 
  background: #ffffff;
}

#header {
background: #DDDDDD;
}

#leftnav {
float: left;
width: 150px;
background: #EBEBEB;
}

#content {
float:left;
width:790px;
min-height:600px; /*ff*/
height: auto !important; /*ie7 */
height: 600px; /*ie6 */
background-color: #dcdcdc;
border: thin solid black;
}

#rightnav {
float:right;
width: 162px;
height: 555px;

}

#bottomnav {
clear:both;
background:#DDDDDD;
}

.inputstyle {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}

span.eform form input {
 border: 0px solid #666666;
 padding: 5px;
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
