/*
Author: Stacy Peņa
Last Updated: June 8, 2005
SAPCcss.css
/*

body 
{
  background-image: url(images/ParchmentBkgrd.jpg);
 
  /* not supported by all browsers */
  scrollbar-3d-light-color: #073C6F;  /*color of outside- shading*/
  scrollbar-arrow-color: #073C6F;  /*arrow color*/
  scrollbar-base-color: #175B9D;  /*base color- is covered by all the other colors*/
  scrollbar-dark-shadow-color: #073C6F;  /*shadow to the right of the scrollbar*/
  scrollbar-face-color: #FFFFFF;  /* color of scrollbar*/
  scrollbar-highlight-color: #073C6F;  /*color immediately around the scrollbar*/
  scrollbar-shadow-color: #073C6F;  /*provides shadow in conjunction with the dark shadow*/
}

P
{
  font-family:verdana, sans-serif;
  color:#073C6F;
  text-align:left;
  font-size:12px;
}

P.FirstLine:FIRST-LINE 
{
  font-family:verdana, sans-serif;
  color:#073C6F;
  font-weight:bold;
  text-transform:uppercase;
}

H5, H4, H2, H3
{
  margin:5px;
  font-family:verdana, sans-serif;
  text-align:left;
  color:#073C6F;
  text-decoration:underline;
}


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 
{
  font-family:verdana, sans-serif;
  color:#073C6F;
  text-align:left;
  font-size:12px;
  list-style-type:none;
  line-height:1.5;
}

OL 
{
  font-family:verdana, sans-serif;
  color:#073C6F;
  text-align:left;
  font-size:12px;
  list-style-type:circle;
  line-height:1.5;
}


img.floatLeft 
{ 
  float: left; 
  margin-right: 12px;
  margin-top:2px;
  margin-bottom:2px;
  margin-left:5px;
}


#MainFrame
{  
  background-image: url(images/ParchmentBkgrd.jpg);
  height:400px;
  padding: 0px;
  margin: 0px;
  border:0px;

  /* not supported by all browsers */
  scrollbar-3d-light-color: #073C6F;  /*color of outside- shading*/
  scrollbar-arrow-color: #073C6F;  /*arrow color*/
  scrollbar-base-color: #175B9D;  /*base color- is covered by all the other colors*/
  scrollbar-dark-shadow-color: #073C6F;  /*shadow to the right of the scrollbar*/
  scrollbar-face-color: #FFFFFF;  /* color of scrollbar*/
  scrollbar-highlight-color: #073C6F;  /*color immediately around the scrollbar*/
  scrollbar-shadow-color: #073C6F;  /*provides shadow in conjunction with the dark shadow*/ 
}


#MainFrameText
{  
  padding: 25px;
  margin: 0px;
  overflow: auto;

  font-family:verdana, sans-serif;
  color:#073C6F;
  text-align:left;
  font-size:12px;
}