body {
      padding-bottom: 20px;
     height: 8.5in;
     background-color: #FFFFFF;
     background-image: url('bg1.jpg');
     border: 2px solid #000000;
     
     }

div#titlebar {
             position: fixed;
             left: 10px;
             top: 10px;
             width: 100%;
             height: 100px;
             border: 1px solid lime;
}

div#menu {
     position: fixed;
     left: 5px;
     top: 105px;
     width: 120px;
     background: #E9D1D9;
     color: black;
     border-left: 6px solid #7198AD;
     border-top: 6px solid #8DAEBF;
     border-right: 8px solid #285065;
     border-bottom: 8px solid #193D4F;
     padding: 10px;
     font-family: serif;
     font-weight: bold;
     font-variant: small-caps;
     font-size: 14px;

}

div#contents {

   font-family: sans-serif;
   font-weight: bold;
   font-size: 14px;
   padding: 20px;
       color: #EFDFC6;


}

div#contents p {

     text-align: justify;
}

div#contents b {
             color: #DBAE68;
}

div#footer {
           position: fixed;
           bottom: 0px;
           left: 0px;
           width: 100%;
           border: 1px solid red;
}

.regbody {
         background: #000000;
         color: #E5C99D;
         margin: 10px;
         font-family: sans-serif;
         font-size: 14px;
         font-weight: bold;
 }
 
a.menu {
       width: 140px;
       font-family: sans-serif;
       font-size: 12px;
       font-weight: bold;
       font-variant: small-caps;
       color: navy;
       background: #EFEBE0;
       padding-left: 6px;
       padding-right: 6px;
       padding-top: 2px;
       padding-bottom: 2px;
       text-align: left;
       text-decoration: none;
       border: 0px;
       border-left: 8px solid #718482;
       margin: 0px;


}

a.menu:hover {
             color: #000000;
             background: #CCDDFA;
             border: 0px;
             border-left: 8px solid #795166;
}

.pagetitle {
              width: 100%;
       font-family: sans-serif;
       font-size: 13px;
       font-weight: bold;
       font-variant: small-caps;
       color: #E5C99D;
       background: #3D1B2D;
       padding-top: 2px;
       padding-bottom: 2px;
       margin-top: 4px;
       text-align: center;
       text-decoration: none;
       border-bottom: 1px solid #DBAE68;
       border-top: 1px solid #DBAE68;
       letter-spacing: .2em;
}

li {
   font-family: sans-serif;
   font-weight: bold;
   font-size: 14px;
   padding-bottom: 8px;
       color: #EFDFC6;
}

li.tight {
   font-family: sans-serif;
   font-weight: bold;
   font-size: 13px;
       color: #93E6D7;
       margin-bottom: -6px;
}
.sitetitle {
           font-family: sans-serif;
           font-size: 15px;
           font-weight: bold;
           letter-spacing: .1em;
           font-variant: small-caps;
           color: #DBAE68;
           width: 100%;
           text-align: center;
           margin: 0px;
           padding: 0px;
}


.sitetitlesub {
           font-family: sans-serif;
           font-size: 12px;
           letter-spacing: .1em;
           font-variant: small-caps;
           color: #E5C99D;
           width: 100%;
           text-align: center;
           margin: 0px;
           padding: 0px;
}

A:link { color:navy; text-decoration:none;}
A:visited : { color:blue; text-decoration:none;}
A:active : { color:lime; text-decoration:none;}

a.internal {
           font-family: sans-serif;
           font-size: 14px;
           font-weight: bold;
           text-decoration: none;
           color: #EFDFC6;
}

a.internal:hover {
                 text-decoration: underline;
           color: #DBAE68;

 }

 a.internalbar {
               font-family: sans-serif;
               font-size: 13px;
               font-weight: bold;
       padding-left: 6px;
       padding-right: 6px;
       padding-top: 3px;
       padding-bottom: 3px;
       
       text-align: left;
       text-decoration: none;

       margin: 0px;
       
       width: 150px;
       text-align; center;
             color: #000000;

       background: #ADC1C2;
              border-left: 8px solid #718482;
              border-right: 8px solid #718482;       
}

a.internalbar:hover {
       color: #3D1B2D;
             background: #E7F4F5;
                    border-left: 8px solid #ADC1C2;
                    border-right: 8px solid #ADC1C2;
}

a.internalsm {
           font-family: sans-serif;
           font-size: 13px;
           font-weight: bold;
           text-decoration: none;
           color: #EFDFC6;
}

a.internalsm:hover {
                 text-decoration: underline;
           color: #DBAE68;
}

a.internalsm2 {
           font-family: sans-serif;
           font-size: 13px;
           font-weight: bold;
           text-decoration: none;
           color: #93E6D7;
}

a.internalsm2:hover {
                 text-decoration: underline;
           color: #DBAE68;
}

.bar {
     width: 100%;
     background: #3D1B2D;
     border-top: 1px solid #DBAE68;
     border-bottom: 1px solid #DBAE68;
     font-size: 5px;
}

#sidemenu  {
              font-family: sans-serif;
       font-size: 13px;
       font-weight: bold;
       font-variant: small-caps;

}
#sidemenu a {
       width: 140px;
       font-family: sans-serif;
       font-size: 12px;
       font-weight: bold;
       font-variant: small-caps;
       color: navy;
       background: #EFEBE0;
       padding-left: 6px;
       padding-right: 6px;
       padding-top: 2px;
       padding-bottom: 2px;
       text-align: left;
       text-decoration: none;
       border: 0px;
       border-left: 8px solid #718482;
       margin: 0px;


}

 #sidemenu a:hover {
             color: #000000;
             background: #CCDDFA;
             border: 0px;
             border-left: 8px solid #795166;
}

