/*  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: 810px;

   margin: 0px auto;
}

#page-inner
{
   padding: 5px;

   background-color: #FFFFFF;
}


#header-top
{
   width: 800px;
   height: 61px;
   background-image: url(../img/header/img-hdr-top.jpg);
}

#header-logo
{
   height: 85px;
   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: 800px;
   height: 115px;
   background-image: url(../img/header/img-hdr-banner.jpg);
}

#header-lower
{
   height: 51px;

   background-color: #ffffff;
   background-image: url(../img/header/img-hdr-lower-bkg.gif);
   background-repeat: repeat-x;
}

#header-nav
{
   height: 51px;
   width: 528px;
   float: left;
   background-image: url(../img/header/img-hdr-nav-bkg.gif);
   background-repeat: no-repeat;
}

#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: 9px;
   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;
   padding-top: 26px;
   list-style: none;
}

#header-search ul li
{
   float: left;

   color: #000000;

   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
{
   width: 590px;
}

* html #left
{
   width: 440px;
}

#middle
{
   padding: 1px;

   min-height: 445px;

   background-color: #ffffff;

   background-image: url(../img/middle/img-mid-bkg.gif);
   background-repeat: repeat-y;


}

* html #middle
{
   height: 445px;
}

#menu
{
   float: left;

   width: 160px;
   height: 260px;

   margin-top: 0px;
   margin-left: 0px;
   background-color: #dedede;
}

* html #menu
{
   margin-top: 0px;
   margin-left: 0px;
}

#breadcrumbs
{
   color: #A0A090;
}

#breadcrumbs a
{
   color: #808070;

   text-decoration: none;
}

#breadcrumbs a:hover
{
   text-decoration: underline;
}

#content
{
   margin: 10px;
   margin-top: 0px;
   padding: 10px;
   padding-top: 0px;

   font-size: 0.9em;
   min-height: 445px;
   margin-left: 168px;
   line-height: 1.4em;
   background-color: #ffffff;
}

* html #content
{
   height: 445px;
   margin-left: 0px;
}

#content h1
{
   color: #ff0000;
   margin-top: 0.6em;
   margin-bottom: 0.6em;

   font-size: 1.2em;
   font-weight: bold;
   font-family: Tahoma;
}

#content h2
{
   color: #1A67CC;

   margin-top: 0.8em;
   margin-bottom: 0.8em;

   font-size: 1.2em;
   font-weight: bold;
}

#footer
{
   color: #ffffff;

   padding: 10px;
   border-bottom: 1px solid #DDC8AB;
   background-color: #016B9F;
   font-size: 0.9em;
}

* html #footer
{
   width: 780px;
   padding-bottom: 0px;
}

#footer-upper
{
   width: 800px;
   height: 35px;

   background-image: url(../img/footer/img-footer-upper.jpg);
   background-color: #016B9F;
}

#copyright
{
   float: left;
}

#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;
}


#right
{
   width: 170px;

   float: right;

   padding: 10px;

   background-image: url(../img/page/img-pge-dots.gif);
   background-repeat: repeat-y;
   background-position: top left;
  
}


#right h1
{
   color: #ff0000;
   margin-top: 1.0em;
   margin-bottom: 0.6em;

   font-size: 1.1em;
   font-weight: bold;
   font-family: Tahoma;
}


#sponsor-img
{
   top: -120px;
   left: 6px;
   position: absolute;
}