﻿body
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  background-image: url(images/HeaderBackground.gif);
  background-repeat: repeat-x;
  font-family: Verdana, Arial;
  font-size: 12pt;
}
TABLE, TR, TD
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  border-top-style: none;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  border-collapse: collapse;
}
H2
{
  padding-right: 0px;
  padding-left: 0px;
  font-size: 15pt;
  padding-bottom: 20px;
  margin: 0px;
  vertical-align: middle;
  border-top-style: none;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  text-align: left;
  border-bottom-style: none;
}
H3
{
  color: #112228;
}

#layout
{
  width: 100%;
  text-align: center;
}
#Header
{
  height: 148px;
  width: 100%;
  text-align: left;
  background-image: url(images/HeaderBackground.gif);
  background-repeat: repeat-x;
  background-color: Blue;
}
#PageTitle
{
  font-size: 18pt;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#PageSubtitle
{
  font-size: 10pt;
  color: #000000;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
}
#MainBody
{
  width: 100%;
  height: 600px;
  text-align: left; 
  background-image: url(images/Background.gif);
}

#LeftNav
{
  width: 150px;
  height: 100%;
  background-color: red;
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 20px;
  margin: 0px;
  border-top-style: none;
  padding-top: 0px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  background-image: url(images/LeftNavBackground.gif);
  vertical-align: top;
  font-size: 10pt;
  font-weight: bold;
}
UL.MenuItem
{
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 10px;
}
UL.SubMenu
{
  padding-right: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  display: block;
}
LI.Menu
{
  padding-top: 10px;
  list-style-position: outside;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 7px;
  padding-bottom: 0px;
  margin: 0px;  
}
LI.MenuItem
{
  padding-top: 0px;
  list-style-position: outside;
  list-style-type: none;
  padding-right: 0px;
  padding-left: 25px;
  padding-bottom: 0px;
  margin: 0px;
}

A.MenuItem, A.MenuItem:visited
{
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
A.MenuItem:hover
{
  font-size: 12pt;
  font-weight: bold;
  color: #0000bb;
  text-decoration: none;
}
A.SubMenuItem, A.SubMenuItem:visited
{
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
A.SubMenuItem:hover
{
  font-size: 8pt;
  font-weight: bold;
  color: #0000bb;
  text-decoration: none;
}
A.Toggle, A.Toggle:visited
{
  padding-right: 0px;
  text-align: center;
  vertical-align: middle;
  padding-left: 0px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  background-color: transparent;
}

#Content
{
	height: 1068px;	
  position: static;
  background-color: Transparent;
  left: 200px;
  top: 0px;
  padding-right: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 0px;
  border-top-style: none;
  padding-top: 20px;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  background-image: url(images/ContentBackground.gif);
  vertical-align: top;
  background-repeat: repeat-y;
  background-position: left;
  padding-right: 80px;
}
.ImageLogo
{
  height: 160px;
}
.ImageHr
{
  height: 3px;
  width: 100%;
  padding-bottom: 20px;
}
.ImageGlobe
{
  width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  
}
.quote
{
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}
LI.Points
{
  font-weight: bold;
  font-variant: small-caps;
}
.InfoBox
{
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 10px;
  margin: 0px;
  padding-top: 10px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  font-weight: bold;  
}
.InfoBoxBold
{
  padding-right: 150px;
  padding-left: 150px;
  padding-bottom: 10px;
  margin: 0px;
  padding-top: 10px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  font-weight: bold;
  font-variant: small-caps;
}