body
{
  margin: 0 0 0 0;
  background:Linen;
  text-align:center;
}

#wholepage {
  background: white;
  width: 784px;
  height: 100%;
}
#header {
  align: left;
  width: 100%;
}
#mostpage { 
  height: 80%;
  width: 784px;
  border-style: solid;
  /* border-color: #ABBAAF; */
  border-color: navy;
 /* background: #E5EBE6; */
  border-width: 0 2 0 2;
}
#quoteDiv {
  float: right;
/*  width: 240px;
  top: 100;
  border-style: solid;
  border-color: #ABBAAF;
  background: #E5EBE6;
  border-width: 1;
  padding: 3;
  margin-left: 4; */
}
#main {
  float: left;
  text-align: left;
  padding-left: 20px;
}
#main p {
  text-align: left;
}
#picture {
  /*float: left;*/
}
#footer {
  float: left;
  width: 100%;
}

.BigTitle
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 28pt;
    COLOR: #160b71;
    FONT-FAMILY: Times, 'Times New Roman'
}
.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: Navy;
    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: Navy;
    color: Wheat;
    cellSpacing: 0;
    cellPadding: 0;
    border-spacing: 0;
    text-align: center;
    width: 100%;
}
