
#leftcontent {
  position: absolute;
  left: 10px;
  top: 115px;
  width: 117px;
  background: white;    
}
  
ul#sidenav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 116px; /* Width of Menu Items */
  }
  
ul#sidenav li {
  position: relative;
}
  
ul#sidenav li ul {
  position: absolute;
  left: 116px; /* Set 1px less than menu width */
  top: 0;
  display: none; /* hide submenus */
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150px;
  border-bottom: 1px solid #ccc;
}

ul#sidenav li a { /* Styles for Menu Items */
  display: block;
  text-decoration: none;
  color: white; 
  background: #69f;  /* IE6 Bug */
  padding: 5px;
}

ul#sidenav li a:hover,
ul#sidenav li a:focus { /* Hover Styles */
  color: white; 
  background: #36c; 
} 
    
ul#sidenav li ul li a { /* Sub Menu Styles */
  padding: 2px 5px;
  color: #69f;
  background: white;
  border: 1px solid #ccc;
  border-bottom: 0;
} 

ul#sidenav li:hover ul, 
ul#sidenav li:focus ul, 
ul#sidenav li.over ul {
  display: block; /* display submenu on mouseover */
}

ul#sidenav li#image {
  background-color: #69f;
  background-image: url(images/menu_bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0;
  height: 10px;
}

#centercontent {
  background: white;
  border: none;    
  margin-left: 132px;
  width:700px;
}

#rightcontent {
  position: absolute;
  right: 0px;
  top: 160px;
  width: 180px;
  background: white;
  border: none;
}

#header h1 {
  font-size: 1.5em;
  padding: 10px 10px 0px 10px;
  margin: 0px;
}

#topnav {
  position: absolute;
  top: 18px; 
  right: 0;
}

ul#topnav {
  margin-top: -20px;
  padding: 0;
  list-style-type: none;
  white-space: nowrap;
  display: block;
}

ul#topnav li {
  float: right;
  font-family:  arial, helvetica, sans-serif ! important;
  font-size: 0.87em ! important;
  font-weight: bold;
  margin: 0;
  padding: 2px 1px 3px 1px;
  background-color: black;
  border-top: 1px solid #e0ede9;
  border-bottom: 1px solid #e0ede9;
}

ul#topnav li a {
  font-family:  arial, helvetica, sans-serif ! important;
  font-size: 0.87em ! important;
}

#topnav a, 
#topnav a:link {
  margin: 0;
  padding: 3px 7px 3px;
  color: white;
  border-right: 1px solid #999;
  text-decoration: none;
}

#topnav a:hover {
  color: #C1D2FF;
  background-color: black;
  text-decoration: underline;
}
    
ul { 
  list-style: none;
}

p,
h1 {
  margin:0px 0px 10px 5px;
}

/*text styles - took out most*/

ul,
td,
p,
li,
dl,
dt,
dd { 
  font-family: helvetica, trebuchet ms, arial, helvetica, sans-serif;
  font-size: 13px;
}

p.indent { 
  margin:  0 0 7px 35px 
}

HTML {

        MARGIN-BOTTOM: 1px; HEIGHT: 100%

}

BODY {

        MARGIN: 0px; HEIGHT: 100%

}

#page_bg {

        PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; MARGIN-BOTTOM: 1px; BACKGROUND: #b6baba; HEIGHT: 100%; PADDING-TOP: 0px

}

TABLE#main {

        TEXT-ALIGN: center; MARGIN-LEFT: auto; MARGIN-RIGHT: auto

}

TABLE.minimal {

        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; BORDER-COLLAPSE: collapse; PADDING-TOP: 0px

}

TABLE.minimal TD {

        PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px

}

TD.left_shadow {

        WIDTH: 17px; BACKGROUND: url(./shadow_l.png) repeat-y

}

TD.right_shadow {

        WIDTH: 17px; BACKGROUND: url(./shadow_r.png) repeat-y

}



