.mainbody
{
  position: absolute;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
//  background-color: #FCF7E3;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

.navigationbar
{
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000000;
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 1024px;
}

.navigationbar A:link
{
  font-weight: 700;
  color: #CDCDCD;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.navigationbar A:visited
{
  font-weight: 700;
  color: #CDCDCD;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.navigationbar A:hover
{
  font-weight: 700;
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}


.table100 {
            width: 100%;
          }

.column50 {
            width: 50%;
          }


.standard {
            font-family: Verdana;
            font-size: 13px;
            line-height: 1.2;
            margin-top: 0;
          }

.standardjustify 
          {
	      text-decoration: none;
            font-family: "Verdana";
            font-size: 13px;
            text-align: justify;
            margin-top: 0;
          }

.sidebar {
            font-family: Verdana;
            font-size: 10px;
            line-height: 1.2;
            margin-top: 0;
            margin-left: 5;
          }

.copyright {
            font-family: Verdana;
            font-size: 10px;
            line-height: 1.2;
            text-align: center
          }

.heading1 {
            font-family: Verdana;
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            margin-top: 0px;
            margin-bottom: 6px;
          }


.heading1 A:link    {
            font-family: Verdana;
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            text-decoration: none;
          }

.heading1 A:visited {
            font-family: Verdana;
            font-size: 24px;
            font-weight: 700;
            color: #000000;
            text-decoration: none;
          }

.heading1 A:hover   {
            font-family: Verdana;
            font-size: 24px;
            font-weight: 700;
            color: #FFFFFF;
            background-color: #000000;
            text-decoration: underline;
          }


.heading2 {
            font-family: Verdana;
            color: #000000;
            font-size: 18px;
            font-weight: 700;
            margin-top: 0px;
            margin-bottom: 6px;
          }


.heading2 A:link; A:visited    {
            font-family: Verdana;
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            text-decoration: none;
          }


.heading2 A:hover   {
            font-weight: 700;
            color: #FFFFFF;
            background-color: #000000;
            text-decoration: underline;
          }





.heading3 {
            font-family: Verdana;
            color: #000000;
            font-size: 14px;
            font-weight: 700;
          }


.dropdown {
            font-family: Verdana;
            font-size: 13px;
          }


A:link    {
            font-family: Verdana;
            font-size: 13px;
            font-weight: 700;
            color: #000000;
            text-decoration: none;
          }

A:visited {
            font-family: Verdana;
            font-size: 13px;
            font-weight: 700;
            color: #000000;
            text-decoration: none;
          }

A:hover   {
            font-family: Verdana;
            font-size: 13px;
            font-weight: 700;
            color: #FFFFFF;
            background-color: #000000;
            text-decoration: none;
          }

.blognavigation {
      width: 150px;
      float: right;
}

.blogbody
{
  width: 750px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.blogheading1
{
  font-family: "Arial";
  font-size: 12pt;
  margin-top: 0;
  font-weight: 700;
}

.blogheading2
{
  font-family: "Arial";
  color: #FFFFFF;
  background-color: #000000;
  font-size: 12pt;
  font-weight: 700;
  margin-bottom: 3px;
  padding: 2px;
}



.blogstandard 
{
  font-family: "Arial";
  font-size: 9pt;
  margin-top: 0;
}

.blogstandard A:link
{
  color: #000000;
  font-family: "Arial";
  font-size: 9pt;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  margin-top: 0;
}

.blogstandard A:visited
{
  color: #000000;
  font-family: "Arial";
  font-size: 9pt;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  margin-top: 0;
}

.blogstandard A:hover
{
  color: #FFFFFF;
  background-color: #000000;
  font-family: "Arial";
  font-size: 9pt;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  margin-top: 0;
}


