/*Last Updated Jan 11 2021*/

A:link { color: #FFFFFF; background-color: transparent; text-decoration: underline;}
A:visited { color: #C0C0C0; background-color: transparent; text-decoration: underline;}
A:active { color: #FF0000; background-color: transparent; text-decoration: underline;}
A:hover { color: #FF0000; background-color: transparent;}

body {
   color: #FFFF00;
   margin: 0px;
   background: #000000;
   /*font-family: Georgia, Century, Sans-serif;*/
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
   font-size: small;
   font-weight: 200; 
   font-style: normal; 
   font-variant: normal;
}
h1 { 
   font-size: 1.3em;
   font-weight: 600;
   color: #FFFF64;
   }
h2 {
   font-size: 1.2em;
   font-weight: 500;
   color: #FFFF64;
   margin-bottom: 2px;
   }
h3 {
   font-size: 1.1em;
   font-weight: 500;
   color: #FFFF64;
   }
h4 {
   font-size: 1em;
   font-weight: 400;
   color: #FFFF64;
   }
p {
   font-size: 1em; 
   }
img {
    border: none;
    }
blockquote
    {
    margin-top: 0px;
    }
ul
  {
   /*max-width: 75%;*/
   line-height: 1.5;
   }
hr
   {
   color: #FFFF64;
   }
.tightbottom
    {
    padding-bottom: 0px;
    margin-bottom: 0px;
    }
#container
    {
    width: 100%;
    margin: 0px;
    background: #000000 url(images/gradient4.jpg) repeat fixed;
    }
#header
    {
    height: 70px;
    background-color: #000000;
    margin: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    }
#slalogo1
    {
    width: 65px;
    height: 59px;
    float: left;
    z-index: 1;
    }
#slatext1
    {
    position: absolute;
    right: 0px;
    width: 393px;
    height: 70px;
    z-index: 1;
    }
#topborder
    {
    position: absolute;
    top: 63px;
    left: 0px;
    width: 100%;
    height: 6px;
    z-index: 0;
    }  
#nav1
    {
    background-color: #000000;
    margin-left: 0px;
    }
#main_nav
    {
    float: left;
    width: 110px;
    margin-top: 15px;
    padding: 0px;
    background-color: #000000;
    border: thin solid #FFFF00;
    }
#news
    {
    float: right;
    width: 200px;
    margin-top: 15px;
    }
#newsbox
    {
    background: #000000;
    border: medium outset #FFFF00;
    list-style-type: circle;
    marker-offset: 0px;
    margin: 0px;
    padding: 5px 2px 5px 20px;
    }
#newsbox li
    {
    padding-bottom: 5px;
    line-height: 1.2;
    }

#MainContent
    {
    margin-left: 140px;
    margin-right: 210px;
    margin-top: 10px;
    }
#mainheader
    {
    margin-left: 140px;
    margin-top: 10px;
    }
#MainContent2
    {
    margin-left: 140px;
    margin-right: 140px;
    padding: 5px;
    }
#altbox
    {
    float: right;
    width: 200px;
    margin-top: 15px;
    background: #000000;
    border: thin solid #FFFF00;
    }
#altbox2
    {
    float: right;
    margin-top: 15px;
    padding-right: 5px;
    }
#altbox3
    {
    float: right;
    padding: 5px;
    width: 35%;
    background: #000000;
    border: thin solid #FFFF00;
    }
#footer
    {
    clear: both;
    background-color: #000000; 
    margin: 0px;
    padding: 0px;
    }
#footer span
    {
    padding-left: 5px;
    }
#logocollage
    {
    width: 350px;
    height: 300px;
    border: medium ridge #FFFF64;
    }
.navtext1
         {
         font-size: .85em;
         }
.navvert
        {
        display:block;
        border-color:#FFFF80;
        padding-top:2px;
        padding-bottom:2px;
         }
a.navvert:link
        {
        border: 1px solid #FFFF64;
        text-decoration:none;
        }
a.navvert:hover
        {
        background-color:#E6E600;
        color: black;
        }
.smalltext
          {
          /*font-size: 8pt;*/
          font-size: .85em;
          }
.smalltextpadd
          {
          font-size: .85em;
          padding: 5px;
          }
address {
   padding-left: 10px;
   font-style: normal;
   }
input
     {
     font-size: .85em;
     font-family: verdana, century, sans-serif;
     font-weight: 400;
     }
.required
     {
     background-color: #FFFF80;
     color: #000000;
     }
.bdrbott1
     {
     border-bottom: medium solid #FFFF00;
     }
.left150
     {
     margin-left: 150px;
     }

.hline
    {
    width: 100%;
    clear: both;
    color: #FFFF64;
    }
.bdr1
    {
    border: medium solid #FFFF00;
    }
.yborder1 {
    width: 100%;
    height: 6px;
    }
.error {
    color:red;
 }