@charset "utf-8";
/* CSS Document */
.alert { font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ff3333
  }
a:link {color: #4b0001; text-decoration: underline;}
a:visited {color: #460102; text-decoration: underline;}
a:hover {color: #d30712; text-decoration: none;}
a:active {color: #4b0001; text-decoration: none;}

a:link.cust    { color: #000000; font-size: 11px; text-decoration: none }
a:visited.cust { color: #000000; font-size: 11px; text-decoration: none }
a:hover.cust   { color: #ffffff; font-size: 11px; text-decoration: none; background-color: #016BB5; }
a:active.cust  { color: #ccccff; font-size: 11px; text-decoration: underline }

a:link.news    { color: Maroon ; font-size: 16px; text-decoration: none; font-weight:bold; }
a:visited.news { color: Maroon ; font-size: 16px; text-decoration: none; font-weight:bold; }
a:hover.news   { color: red; font-size: 16px; text-decoration: none; font-weight:bold; }
a:active.news  { color: Maroon ; font-size: 16px; text-decoration: underline; font-weight:bold; }

a:link.subnav    { color: #ffffff; font-size: 11px; text-decoration: none }
a:visited.subnav { color: #ffffff; font-size: 11px; text-decoration: none }
a:hover.subnav   { color: #ffff00; font-size: 11px; text-decoration: none }
a:active.subnav  { color: #ccccff; font-size: 11px; text-decoration: underline }

a:link.footer {font-size: 10px; color: #595959; text-decoration: none; font-family: Tahoma, arial, helvetica; font-weight:normal; font-style:normal; }
a:visited.footer {font-size: 10px; color: #595959; text-decoration: none; font-family: Tahoma, arial, helvetica; font-weight: normal; font-style: normal; }
a:hover.footer {font-size: 10px; color: #3f0001; text-decoration: underline; font-family: Tahoma, arial, helvetica; font-weight: normal; font-style: normal; }
a:active.footer { font-size: 10px; color: #595959; text-decoration: none; font-family: Tahoma, arial, helvetica; font-weight: normal; font-style: normal; }

a:link.gallery {font-size: 15px; color: #ffeb94; text-decoration: none; font-family: Tahoma, arial, helvetica; font-weight: bold; font-style: normal; }
a:visited.gallery {font-size: 15px; color: #ffeb94; text-decoration: none; font-family: Tahoma, arial, helvetica; font-weight: bold; font-style: normal; }
a:hover.gallery {font-size: 15px; color: #ffeb94; text-decoration: underline; font-family: Tahoma, arial, helvetica; font-weight: bold; font-style: normal; }
a:active.gallery { font-size: 15px; color: #ffeb94; text-decoration: none; font-family: Tahoma, arial, helvetica; font-weight: bold; font-style: normal; }


td { font-family:Tahoma, Arial, Helvetica, sans-serif;
     font-size: 12px;
     color: #3e0001
}

body { 
background-image: url("/src/img/bg.gif");
       margin: 0px;
       color: #002065;
       font-size: 44px;
       font-family:Arial, Helvetica, sans-serif;
}

.footer { 
 font-size: 10px;
 
  color: #595959;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
            }

#dropmenudiv{
position:absolute;
border:1px black;
background-image: url("/src/img/drop-bkg.gif");
border-bottom-width: 0;
padding-left:20px;
font:normal 12px Verdana;
line-height:19px;
z-index:100;
}

#dropmenudiv a{
width: 140px;
display: block;
text-indent: 3px;
color:#595959;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
color:silver;

}

h1 {color: #540001; font-size: 20px; font-family:Arial, Helvetica, sans-serif}
h2 {color: #540001; font-size: 17px; font-family:Arial, Helvetica, sans-serif}
h3 {color: #540001; font-size: 15px; font-family:Arial, Helvetica, sans-serif}
h4 { border-bottom: 2px solid #a7ab74;
     text-align: right;
     padding-right: 30px;
     color: #540001;
     font-size: 20px;
     font-family:Arial, Helvetica, sans-serif
   }
h5 { border-bottom: 2px solid #a7ab74;
     text-align: right;
     padding-right: 30px;
     color: #540001;
     font-size: 17px;
     font-family:Arial, Helvetica, sans-serif
   }
h6 { border-bottom: 2px solid #a7ab74;
     text-align: right;
     padding-right: 30px;
     color: #540001;
     font-size: 15px;
     font-family:Arial, Helvetica, sans-serif
   }