body
{
  margin: 10px 0px;
}

#header
{
  margin: 0px auto;
  position: relative;
  width: 780px;
  height: 170px;
}

#mainHolder
{
  margin: 10px auto;
  width: 780px; 
  position: relative;
}

#leftNavigationBlock
{
  background-color: #F6EFD1;
  border: 1px solid #BD8597;
  width: 170px;
  padding: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  position: relative;
  float: left;
  margin: 0px 0px 0px 0px;
  top: 0px;
  left: 0px;
  text-align: left;
}

div.leftNavigationItem
{
  border-bottom-style: dotted;
  border-bottom-size: 1px;
  border-bottom-color: #BD8597;
  padding: 9px;
  text-align: center;
}

a.leftNavigationItem:link
{
  color: black;
  text-decoration: none;
}

#mainContentHolder
{
  background-color: #F6EEF0;
  border: 1px solid #8B2743;
  float: right;
  width: 550px;
  right: 0px;
  top: 0px;
  position: relative;
  margin: 0px 0px 20px 20px;
}

#mainContentTitleHolder
{
  border-bottom-style: double;
  border-bottom-color: #8B2743;
  padding: 3px;
  position: relative;
  height: 18px;
  width: 528px;
}

#mainContentTitle
{
  position: absolute;
  left: 25px;
  top: 3px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#mainContent
{
  position: relative;
  padding: 10px;
  width: 514px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}


#footerBar
{
  clear: both;
  height: 10px;
  background-color: #8B2743;
  width: 780px;
  margin: auto;
}
