﻿html { min-height: 100%; margin-bottom: 1px;}

img, div, a, input { behavior: url('lib/iepngfix/iepngfix.htc') }

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url('/Images/pdficon.gif') no-repeat center right;
}

body
{  
  font-family: 'Calibri','Gill Sans MT','Gill Sans','GillSans';
  text-align: -moz-center;
  text-align: center;
  /*Gap on top of page*/
  /*margin: 0px 0px 0px 0px;*/
  margin: 0 auto;
  background-color: #060606;
  
}


.IE8MenuFix
{
  z-index: 100;
}

.MenuFix
{
  text-align: -moz-center;
  margin: 0 auto;
}

.Footer
{ 
  margin: 0 auto;
  width: 840px;
  color: #e4e4be;
  border-top: solid 1px White;
  font-family: 'Tahoma','Myriad Pro';
  font-size: smaller;
}

.FooterWide
{ 
  margin: 0 auto;
  width: 1000px;
  color: #e4e4be;
  border-top: solid 1px White;
  font-family: 'Tahoma','Myriad Pro';
  font-size: smaller;
}

.Content
{
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  color: #f0f0f0;   
  font-size: medium;
}

b
{
  color: #83835a;
}

h2
{
  color: #83835a;
}

a.OliveRed:link
{
  color: #c3c3d1;
}
a.OliveRed:visited
{
  color: #69604f;
}
a.OliveRed:hover
{
  
  color: White;
}
a.OliveRed:active
{
  color: White;
}
/*
a.OliveRed:link
{
  color: #e58a8a;
}
a.OliveRed:visited
{
  color: #aa8181;
}
a.OliveRed:hover
{
  
  color: #e4c4c4;
}
a.OliveRed:active
{
  color: White;
}*/

a.LightBeige:link
{
  color: #ebebbf;
}
a.LightBeige:visited
{
  color: #ebebbf;
}
a.LightBeige:hover
{  
  color: #ffffff;
}
a.LightBeige:active
{
  color: #ebebbf;
}