/* AAAL :: Screen CSS Definitions */

html
{
   margin: 0px;
   padding: 0px;
}

body
{
   color: #000000;

   font-size: 76%;
   font-family: Verdana,Arial,Helvetica,sans-serif;

   margin: 0px;
   padding: 10px;

   background-color: #9C9C9A;
}

div, img
{
   behavior: url(/css/iepngfix.htc);
}

div.clear
{
   clear: both;
}

#page-outer
{
   width: 788px;

   margin: 0px auto;
}

#page-inner
{
   padding: 5px;

   background-color: #FFFFFF;
}

#header-top
{
   height: 25px;
}

#header-top-url
{
   float: left;

   width: 214px;
   height: 21px;

   background-image: url(../img/header/img-hdr-url.png);
}

#header-top-url-text
{
   display: none;
}

#header-top-nav
{
   float: right;
}

#header-logo
{
   height: 100px;

   background-color: #C8A989;

   background-image: url(../img/header/img-hdr-logo.gif);
   background-repeat: no-repeat;
   background-position: center;
}

#header-logo h1
{
   display: none;
}

#header-banner
{
   width: 780px;
   height: 70px;

   margin-top: 0px;
   margin-bottom: 0px;

   background-image: url(../img/header/img-bannerstrip.gif);
}

#header-upper
{
   height: 6px;
   background-image: url(../img/header/img-bannerstrip-brdr.gif);
   background-color: #fbfbfb;
}

#header-lower
{
   height: 28px;

   margin-bottom: 0px;

   background-image: url(../img/header/img-bannerstrip-under.gif);
   background-color: #fbfbfb;
}

#header-nav
{
   float: left;
}

#header-search
{
   float: right;
}

#header-nav ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#header-nav ul li
{
   float: left;
}

#header-nav ul li a
{
   float: left;

   color: #FFFFFF;

   display: block;

   font-size: 0.9em;

   margin-top: 6px;

   padding-left: 8px;
   padding-right: 8px;

   text-decoration: none;

   border-right: 1px solid #C6CDE0;
}

#header-nav ul li a:hover
{
   text-decoration: underline;
}

#header-nav ul li a.last
{
   border-right: 0px;
}

#header-search ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#header-search ul li
{
   float: left;

   color: #FFFFFF;

   font-size: 0.9em;

   padding-right: 8px;
}

#header-search ul li input
{
   border: 1px solid #22315B;

   font-size: 9pt;
   font-family: Courier New,Courier,monospace;
}

#header-search .label
{
   margin-top: 6px;
}

#header-search .field
{
   padding-top: 3px;
}

#left
{
   background-image: url(../img/menu/img-mnu-bkg.gif);
   background-repeat: repeat-y;
}

* html #left
{
   
}

#middle
{
   padding: 0px;
   min-height: 445px;
   background-color: #ffffff;
}

* html #middle
{
   height: 445px;
}

#menu
{
   float: left;

   width: 175px;
   height: 260px;

   margin-top: 10px;
   margin-left: 0px;

}

* html #menu
{
   margin-top: 9px;
   margin-left: 5px;
}

#breadcrumbs
{
   color: #A0A090;
}

#breadcrumbs a
{
   color: #808070;

   text-decoration: none;
}

#breadcrumbs a:hover
{
   text-decoration: underline;
}

#content
{
   margin: 0px;
   padding: 10px;

   font-size: 0.9em;

   min-height: 445px;

   margin-left: 180px;

   line-height: 1.4em;

   background-color: #ffffff;

}

* html #content
{
   height: 445px;

   margin-left: 180px;
}

#content h1
{
   color: #3B549D;

   margin-top: 0.6em;
   margin-bottom: 0.6em;

   font-size: 1.6em;
   font-style: italic;
   font-weight: bold;
   font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
   
   background-image: url(../img/middle/img-h1-bkg.gif);
   background-repeat: no-repeat;
   background-position: bottom left;

   padding-bottom: 5px;
}

#content h2
{
   color: #1A67CC;
   margin-top: 0.8em;
   margin-bottom: 0.8em;
   font-size: 1.2em;
   font-weight: bold;
}

#footer
{
   color: #ffffff;
   
   font-size: 0.8em;
   padding: 10px;
   background-color: #07286a;
}

* html #footer
{
   width: 760px;

   padding-bottom: 0px;
}

#copyright
{
   float: left;
}

#footer-upper
{
   height: 9px;
   background-image: url(../img/footer/img-footer-upper.gif);
   background-color: #fbfbfb;
}

#footer-nav
{
   float: right;
}

#footer-nav ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-nav ul li
{
   float: left;
}

#footer-nav ul li a
{
   float: left;

   color: #ffffff;

   display: block;

   padding-left: 8px;
   padding-right: 8px;

   text-decoration: none;

   border-right: 1px solid #ffffff;
}

#footer-nav ul li a:hover
{
   text-decoration: underline;
}

#footer-nav ul li a.last
{
   border-right: 0px;
}

#last-updated
{
   padding-left: 8px;
}


.cssEvtTab
{
   width: 100%;
}

.cssEvtTab th
{
   color: #FFFFFF;

   text-align: left;

   background-color: #3B549D;
}

.cssEvtDte
{
   width: 30%;

   font-size: 0.8em;
}

.cssEvtNme
{
   width: 70%;

   font-size: 0.8em;
}

.cssEvtRow1
{
   background-color: #A9B8E6;
}

.cssEvtRow2
{
   background-color: #D2DDFF;
}
