﻿body
{
  margin: 0px 0px 0px 0px;
  font-family: Tahoma;
  font-size: 8pt;
  background-color: #143c64;
  background-image: url(Images/BgBlue.jpg);
  background-repeat: repeat-x;
}
div.Frame
{
  width: 760px;
  border-right: solid 1px White;
  border-left: solid 1px White;
  background-color: White;
}
div.Banner
{
  width: 760px;
  height: 280px;
  background-color: White;
}
div.NavBarTop
{
  width: 760px;
  height: 5px;
  background-color: White;
}
div.NavBar
{
  width: 760px;
  height: 40px;
  text-align: center;
  background-color: #dcdcdc;
  background-image: url(Images/NavBarBg.jpg);
  background-repeat: repeat-x;
}
div.NavBarBtm
{
  width: 760px;
  height: 5px;
  background-color: #7daf32;
}
div.Main
{
  width: 760px;
  margin: 20px 0px 20px 0px;
  background-color: White;
  text-align: center;
}
div.FooterBar
{
  width: 760px;
  height: 5px;
  background-color: #ececec;
}
div.Footer
{
  width: 760px;
  margin: 10px 0px 0px 0px;
  background-color: White;
  text-align: center;
  font-family: Tahoma;
  font-size: 7pt;
  color: #999999;
  line-height: 15pt;
}
div.SideBoxEdge
{
  width: 200px;
  height: 13px;
}
div.SideBoxYellow
{
  width: 173px;
  padding: 0px 10px 2px 15px;
  background-color: #ffffe1;
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 12pt;
  color: Black;
  border-left: solid 1px #7daf32;
  border-right: solid 1px #7daf32;
}
div.SideBoxBlue
{
  width: 173px;
  padding: 0px 10px 2px 15px;
  background-color: #e6f0ff;
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 12pt;
  color: Black;
  border-left: solid 1px #7daf32;
  border-right: solid 1px #7daf32;
}
div.SideBoxWhite
{
  width: 173px;
  padding: 0px 10px 2px 15px;
  background-color: White;
  font-family: Tahoma;
  font-size: 8pt;
  line-height: 12pt;
  color: Black;
  border-left: solid 1px #7daf32;
  border-right: solid 1px #7daf32;
}
div.PhotoCaption
{
  padding: 2px 0px 0px 0px;
  font-family: Tahoma;
  font-size: 8pt;
  text-align: center;
}
table.Main
{
  width: 760px;
  border: none;
}
td.MainCol
{
  width: 500px;
  padding: 0px 30px 0px 20px;
  font-family: Tahoma;
  font-size: 9pt;
  color: Black;
  line-height: 14pt;
  text-align: left;
}
td.SideCol
{
  width: 190px;
  padding: 0px 10px 0px 10px;
  font-family: Tahoma;
  font-size: 8pt;
  color: Black;
  line-height: 11pt;
  text-align: left;

}
h1.TextHeading
{
  font-family: Tahoma;
  font-weight: bold;
  color: #7daf32;
  font-size: 14pt;
  margin: 0px 0px 12px 0px;
}
h2.TextHeading
{
  font-family: Tahoma;
  font-weight: bold;
  color: #7daf32;
  font-size: 11pt;
  margin: 0px 0px 12px 0px;
}
hr.Main
{
  height: 1px;
  border-top: dotted 1px #afafaf;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
hr.MainPadded
{
  height: 1px;
  border-top: dotted 1px #afafaf;
  border-right: none;
  border-bottom: none;
  border-left: none;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
ul.NoIndent
{
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 8px;
}
.SideBoxHeadingBlue
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: bold;
  color: #4b73af;
  letter-spacing: 1pt;
}
.SideBoxHeadingGreen
{
  font-family: Tahoma;
  font-size: 8pt;
  font-weight: bold;
  color: #7daf32;
  letter-spacing: 1pt;
}
a
{
  color: #3264af;
}
a:link
{
  color: #3264af;
}
a:hover
{
  color: #4284cf;
}
a:visited
{
  color: #22448f;
}
a:active
{
  color: #3264af;
}
a.Green
{
  color: #7daf32;
}
a.Green:link
{
  color: #7daf32;
}
a.Green:hover
{
  color: #9dcf52;
}
a.Green:visited
{
  color: #5d8f22;
}
a.Green:active
{
  color: #7daf32;
}