
/*Note DIV's of the following classes need to be declared inside BODY*/


.pageheader {
    position: absolute;
    width: 100%;
    min-width: 560px;
    height: 80px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background-color: #a0c4f0;
    background-image: url(/title.png);
    background-repeat: repeat;
  }


.pagesidebar {
    left: 0;
    min-width : 240px;
    background-color: #c0d4f0;
  }


.pagemain {
    left : 0;
    min-width : 640px;
    position : absolute;
    right : auto;
    text-align : left;
    top : 80px;
    width : 100%;
  }

/*.pageheader  h1, h2, h3, h4, h5, h6 {
    color: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
  }
*/


.pagesidebar  table td:hover {
    background-color: #cfdfff;
    /* border: solid #4c4c6f;
    border-color: #0c0c0f;
    border-width: 0px 1px 1px 0px;
    */
  }


.pagesidebar  table td a {
    display: block;
    width: 100%;
    line-height: 1.5em;
    text-align: center;
    font-size: 18px;
  }


td.current {
    background-color: #c0d4f0;
  }


a.current {
    text-decoration: none;
    font-weight: bold;
    color: #554FA0;
  }


a:link {
    text-decoration: none;
    color: #554FA0;
  }


a:visited {
    text-decoration: none;
    color: #544e90;
  }


a:hover, visited:hover {
    text-decoration: none;
    color: #5B52CB;
  }


body {
    font-family: Arial, Helvetica, sans-serif;
  }


.pagemain h3 {
    font-size: 24px;
    font-style: oblique;
    line-height: normal;
    color: #5b5bcb;
    font-weight: bold;
  }

.pagemain h4 {
    font-size: 18px;
    line-height: normal;
    color: #000000;
    font-weight: bolder;
  }

.title {
    font-size: 32px;
    font-style: oblique;
    line-height: normal;
    color: #5B52CB;
    font-weight: bolder;
    font-variant: small-caps;
    font-family: Arial, Helvetica, sans-serif;
  }


.paper_title {
    color : #000000;
    font-family : Arial, Helvetica, sans-serif;
    font-style : normal;
    font-weight : bold;
    vertical-align: baseline;
    line-height : normal;
  }


.plain_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    text-align: left;
    vertical-align: baseline;
    font-weight: normal;
  }



