body
{
  margin: 0 0 0 0;
  background: Linen;
  text-align: center;
}

#WholePage
{
  background: white;
  width: 784px;
  height: 100%;
}

#MostPage
{ 
  height: 80%;
  width: 784px;
  border-style: solid;
  border-color: #3C5A96;
  border-width: 0 4 0 4;
}

#Header
{
  align: left;
  width: 100%;
}

#quoteDiv {
  float: right;
}

#Main
{
  float: left;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

#main p
{
  text-align: left;
}

#picture
{
  /*float: left;*/
}

#footer
{
  float: left;
  width: 100%;
}

#BigTitle
{
    Font-Family: Times, 'Times New Roman'
    Font-Weight: bolder;
    Font-Size: 28pt;
    Color: #1E2D4B;
}

.TagLine
{
    FONT-SIZE: 14pt;
    COLOR: darkred;
    FONT-FAMILY: Times, 'Times New Roman'
}

.Caption
{
    FONT-SIZE: 14pt;
    FONT-FAMILY: Times, 'Times New Roman'
}

.menubar
{
    font-size: 9pt;
    font-family: Verdana, Arial, Helv;
    background: #3C5A96;
    color: White;
    cellSpacing: 0;
    cellPadding: 0;
    border-spacing: 0;
    width:100%;
}

.menuitem
{
    color: Wheat;
    text-decoration: none;
}

.menuselectitem
{
    color: White;
    text-decoration: none;
}

a:link.menuitem { color: Wheat}
a:visited.menuitem { color: Wheat}
a:hover.menuitem { color: SkyBlue}

.footer
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helv;
    background: #3C5A96;
    color: Wheat;
    cellSpacing: 0;
    cellPadding: 0;
    border-spacing: 0;
    text-align: center;
    width: 100%;
}
