﻿/* General formatting */

body, input, textarea, select, button, li, td, p
{
  font-size: 11px;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

.Alert
{
  color: Red;
}

.Watermark
{
  color: Gray;
}

.Heading, legend
{
  font-weight: bold;
}

.TextBox
{
  background-color: #e5e5e5;
  border: thin ridge;
  overflow: auto;
}

.ReportTitle
{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* Page Layout */

body
{
  color: Black;
  padding: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat;
  background-image: url( 'Images/background.gif' );
}

#PageBody
{
  /* width: 1024px; */
  width: 85%; 
  margin-left: auto;
  margin-right: auto;
}

#PageBannerLeft
{
  text-align: left;
  background-color: Black;
}

#PageBannerRight
{
  text-align: right;
  background-color: Black;
}

#PageFooter
{
  padding: 6px;
  text-align: center;
  vertical-align: bottom;
}



.PageMenu, .PageMenuItem, .PageMenuSubItem
{
  padding: 4px 2px 2px 4px;
  font-size: 14px;
  font-weight: bold;
  color: #636342;
}

.PageMenu, .PageMenuItem
{
  background-color: #e5e5e5;
}

.PageMenuSubItem
{
  background-color: #d5d5d5;
}

#PageMenuArea
{
  /* width: 110px; 
  width: 140px; */
  width: 14%; 
   text-align: left;
  vertical-align: top;
  background-color: #e5e5e5;
}

#PageContentArea
{
  /* width: 680px; 
   width: 870px; */
  width: 86%; 
  padding: 5px;
  text-align: left;
  vertical-align: top;
  background-color: #e5e5e5;
}

.PageContentAreaDivider
{
  /* width: 750px; 
   width: 960px; */
  width: 99%; 
  height: 1px;
  color: #0b3a66;
  text-align: center;
}

.Label
{
  text-align: right;
  white-space: nowrap;
}

/* Styles for Bios */
div.bibl{display:block;font-size:10pt;text-indent:0em; }
div.p {font-size:12pt;margin:0 0 0.5em 0;}
h2.bio-heading {font-size:13.5pt;margin-bottom:0;margin-top:0;}
hr.bio-hr {background:#f2f2f2;height:2px;color:gray;border:none;clear:none;margin-top:0;}


