body
{
  font-size: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-image: url(/share/background.jpg);
  background-repeat: repeat-x;
  background-position: left top;
  background-attachment: fixed;  
  background-color: #21324F;
  width: 100%;
  height: 100%;
}

#Header
{
  color: #FF0000;
  margin: 0px;
  height: 175px;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  z-index: 1;
}

#Navigation
{
  float: left;
  color: #FFFFFF;
  left: 50px;
  position: absolute;
  padding: 0px;
  margin: 0px;
  width: 235px;
  text-align: left;
  vertical-align: top;
  z-index: 2;
  height: auto !important; /* for modern browsers */
  height: 540px; /* for IE5.x and IE6 */
  min-height: 540px; /* for modern browsers */
}

#Content
{
  top: 0px;
  padding: 5px;
  margin-top: 0px;
  margin-left: 290px;
  margin-right: 50px;
  text-align: left;
  vertical-align: top;
  z-index: 100;
  right: 50px;
  background-color: #FFFFFF;
  border-style: inset;
  border-width: 2px;
  border-color: #223249;
  height: auto !important; /* for modern browsers */
  height: 540px; /* for IE5.x and IE6 */
  min-height: 540px; /* for modern browsers */
}

#Footer
{
  color: #FFFFFF;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 30px;
  z-index: 2;
  position: relative;
}

A
{
  text-decoration: none;
}

A:visited
{
  text-decoration: none;
}

A:hover
{
  color: #8AC0E6;
  text-decoration: underline;
}

.navRoot
{
  font-size: 11pt;
  padding-left: 0px;
  height: 30px;
}

.navSub
{
  font-size: 11pt;
  padding-left: 10px;
  height: 20px;
}

.navLinkRoot
{
  font-size: 10pt;
  padding-left: 5px;
}

.navLinkSub
{
  font-size: 10pt;
  padding-left: 15px;
}

A.menuLink
{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  margin-top: 12px;
}

A.menuLinkNoSpace
{
  display: block;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 3px;
}

A.menuLink:hover
{
  text-decoration: underline;
}

A.menuLinNoSpace:hover
{
  text-decoration: underline;
}

A.menuLinkSelected
{
  display: block;
  text-align: left;
  color: #8AC0E6;  
  text-decoration: underline;
  margin-top: 12px;
}

A.menuLinkSelectedNoSpace
{
  display: block;
  text-align: left;
  color: #8AC0E6;  
  text-decoration: underline;
  margin-top: 0px;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.left
{
  text-align: right;
}

.text8pt
{
  font-size: 8pt;
}

.text9pt
{
  font-size: 9pt;
}

.text10pt
{
  font-size: 10pt;
}

.text11pt
{
  font-size: 11pt;
}

.text12pt
{
  font-size: 12pt;
}

.text14pt
{
  font-size: 14pt;
}

.text16pt
{
  font-size: 16pt;
}

.text18pt
{
  font-size: 18pt;
}

.text21pt
{
  font-size: 21pt;
}

.text24pt
{
  font-size: 24pt;
}

.text36pt
{
  font-size: 36pt;
}

.text48pt
{
  font-size: 48pt;
}

.blackText
{
  color: #000000;
}

.whiteText
{
  color: #FFFFFF;
}

IMG
{
  border: 0px;
}

IMG.centeredImage
{
  display:block;
  margin-left: auto;
  margin-right: auto;
}