/* --------------------------------------
             G E N E R A L
-------------------------------------- */
html,body {
  height: auto;
  }
body,p,li,blockquote,td,th,h1,h2,h3,h4,h5,h6,input,textarea,select,option {
  font-family: Georgia, "Times New Roman", Times, serif;
  }
div#content h1,div#content h2,div#content h3 {
  font-size: 200%;
  color: #000;
  }
h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  }
span.subhead {
  font-size: 80%;
  }
a,a:visited {
  color: #00f;
  }
noscript {
  display: none;
  }
/* --------------------------------------
          P A G E   L A Y O U T
-------------------------------------- */
body {
  background: none;
  }
div#page {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: none;
  }
/* Fix IE. Hide from IE Mac \*/
* html div#page {width: 100%;}
/* End */
div#content {
  background: none;
  overflow: visible;
  }

/* --------------------------------------
              B A N N E R
-------------------------------------- */
div#contact, div#myDE_login, div#mainNav, div#crumbtrail {
  display:none;
  }
div#logo {
  background: url(/images/interface/dukenet_logo.gif) 1.8em 2.5em no-repeat;
  }
/* --------------------------------------
            S U B   N A V
-------------------------------------- */
div#leftNav {
  display:none;
  }
/* --------------------------------------
            C O N T E N T
-------------------------------------- */
div#content {
  width: 100%;
  padding: 0;
  overflow: visible;
  }
/* Fix IE - Hide from IE Mac \*/
* html div#content {width: 100%;}
/* End */
div#content ul {
  list-style: disc;
  }

/* --------------------------------------
             F O O T E R
-------------------------------------- */
div#footer {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  }
div#footer a {
  display:none;
  }