/*
Author: Stacy Peņa
Last Updated: June 8, 2005
IndexCSS.css
/*

body 
{
  background-color: #073C6F;

  /* not supported by all browsers */
  scrollbar-3d-light-color: #1E0C64;  /*color of outside- shading*/
  scrollbar-arrow-color: #1E0C64;  /*arrow color*/
  scrollbar-base-color: #DDCFA9;  /*base color- is covered by all the other colors*/
  scrollbar-dark-shadow-color: #1E0C64;  /*shadow to the right of the scrollbar*/
  scrollbar-face-color: #DDCFA9;  /* color of scrollbar*/
  scrollbar-highlight-color: #1E0C64;  /*color immediately around the scrollbar*/
  scrollbar-shadow-color: #1E0C64;  /*provides shadow in conjunction with the dark shadow*/ 
}

a:link 
{ 
  color:#04325F;
  font-family:verdana, sans-serif; 
  font-size:12px;
  text-decoration:none;
}

a:active
{
  color:#3171AB;
  font-family:verdana, sans-serif; 
  font-size:12px;
  text-decoration:underline;
}

a:visited 
{
  color:#21517F;
  font-family:verdana, sans-serif; 
  font-size:12px;
  text-decoration:none;
}

a:hover
{
  color:#3171AB;
  font-family:verdana, sans-serif; 
  font-size:12px;
  text-decoration:underline;
}




ul 
{
  padding: 0px;
  margin: auto;
  list-style: none;
  width: 123px;
  border-bottom: 1px solid #175B9D;
}

ul li 
{
  position: relative;
}

ul li ul 
{
  position: absolute;
  left: 122px; top: 0px;
  display: none;
}

ul li a:link, ul li a:visited, ul li a:active 
{
  display: block;
  text-decoration: none;
  color: #073C6F;
  background-image: url(images/ParchmentBkgrd.jpg);
  padding: 5px;
  border: 1px solid #175B9D;
  border-bottom: 1p;
}

ul li a:hover 
{ 
  color: #FFFFFF;
  text-decoration: none;
  background: #073C6F;
  text-align: right;
}

* html ul li 
{ 
  float: left; 
  height: 0px; 
}

* html ul li a { height: 0px; }
		
* li:hover ul,* li.over ul { display: block; }




iframe 
{
  background-color:#FFFFFF;
  float: right;
  width: 611px; height: 400px;
  border: 1px solid #175B9D;
}

#Banner 
{
  display: block;
  background-color:#FFFFFF;
  /*background-image: url(images/Banner01.jpg);*/
  margin: autoauto auto auto;
  width: 740px; 	height: 121px;
  border: 1px solid white;
  border-bottom: 0px;
}

#MainBlock 
{
  display: block;
  background-image: url(images/ParchmentBkgrd.jpg);
  width: 740px; height: 400px;
  border: 1px solid white;
}

#NavBar 
{
  background-image: url(images/ParchmentBkgrd.jpg);
  float: left;
  width: 123px;
  padding: 0px;
  font-family:verdana, sans-serif; 
  font-size: 12px; font-weight: 700;
}

#Copyright 
{
  background-color:#175B9D;
  font-size:11px;
  font-family:Sylfaen, helvetica, sans-serif; 
  color:#1E0C64;text-align: center;
  width: 740px;
  margin: auto;
  /*border: 1px solid #022347;*/
}