/* --------------------------------------
             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_body {
  background: none;
  }
div#content_body_with_sidebar {
  background: none;
  }


/* --------------------------------------
              B A N N E R
-------------------------------------- */

div#banner {
  padding: 0;
  background: none;
  }
div#logo {
  margin: -18px 0 10px -10px;
  padding: 0;
  background: none;
  }
div#contact {
  display:none;
  }
div#search {
  display:none;
  }
div#mainnav {
  display:none;
  }
div#region_id {
  display:none;
  }
div#crumbtrail {
  display:none;
  }


/* --------------------------------------
            S U B   N A V
-------------------------------------- */

div#subnav {
  display:none;
  }


/* --------------------------------------
            C O N T E N T
-------------------------------------- */

div#content {
  width: 100%;
  padding: 0;
  }
div#content_body div#content,div#content_body_with_sidebar div#content {
  width: 100%;
  float: none;
  margin: 0;
  display: block;
  padding: 0;
  }
/* Fix IE - Hide from IE Mac \*/
* html div#content_body div#content {width: 100%;}
* html div#content_body_with_sidebar div#content {width: 100%;}
/* End */

div#content ul {
  list-style: disc;
  }


/* --------------------------------------
            S I D E B A R
-------------------------------------- */

div#sidebar {
  float: none;
  left: 0;
  display: block;
  width: 100%;
  left: 0;
  margin: 50px 0 0 0;
  padding: 0;
  }
/* Fix IE - Hide from IE Mac \*/
* html div#sidebar {width: 100%;}
/* End */

div#sidebar ul {
  list-style: disc;
  }
div#sidebar h4.title {
  text-transform: none;
  }
div#sidebar h4,div#sidebar h4.title,div#sidebar p,div#sidebar li {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  }


/* --------------------------------------
             F O O T E R
-------------------------------------- */

div#footer {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  }
div#footer div.links {
  display:none;
  }
