
body
{
  margin: 0;
  padding: 0;
  min-width: 760px;
  font-family: sans-serif;
  font-size: 12pt;
  background-color: gray;
}

div#page_body
{
  background-color: white ;
}

div#banner
{
  background: rgb(0,87,138) url(../images/topright.png) no-repeat top right;
  color: white ;
/*  height: 118px; */
}

div#banner img
{
  display: block;
}

td.left
{
  background-color: rgb(232,235,236) ;
  width: 150px;
  vertical-align: top;
  min-height: 500px;
}

td.middle
{
  background: rgb(232,235,236) url(../images/centerflower.png) no-repeat top right;
  vertical-align: top;
  min-height: 500px;
}

td.right
{
  background: rgb(197,212,221) url(../images/rightsidebar.png) no-repeat top;
  width: 168px;
  vertical-align: top;
  min-height: 500px;
}


div#main
{
  margin: 0;
  padding: 10pt;
  min-height: 550px;
}

div#sidebar_menu
{
  width: 149px;
  font-size: 15px;
}

div.menu
{
  text-align:right;
  font-weight: bold;
  margin-top: 10px;
}

div.menuItem,div.menuItemActive
{
  margin-bottom: 10px;
  margin-left: 10px;
  clear: both;
  padding-right: 7px;
}

div.menuItem img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
  visibility: hidden;
}

div.menuItemActive img
{
  display:block;
  float: left ;
  border: 0 ;
  margin: -5px 5px 5px 0 ;
}

div.menuItem a
{
  text-decoration: none;
  color: rgb(0,87,138) ;
}

div.menuItemActive
{
  cursor: pointer;
  padding-right: 2px;
  border-right: 5px solid rgb(0,87,138);
}

div.menuItemActive a
{
  text-decoration: none;
  color: rgb(20,107,158) ;
}


div#current_funerals
{
  position: relative;
  left: 0 ;
  background: rgb(197,212,221) url(../images/rightsidebar.png) no-repeat top;
  padding-left: 5px;
  padding-top: 10px;
  font-family: sans-serif;
  color: black;
  font-size: 10px;
}

div#current_funerals div.title
{
  margin-top: 10px ;
  text-align: center;
}

div#current_funerals h1
{
  font-size: 14px;
}

div#current_funerals hr
{
  border: 0 ;
  visibility: hidden;
}

div#current_funerals a
{
  margin-left:15px;
  color: blue;
  text-decoration: none;
}

div#current_funerals a:hover
{
  text-decoration: underline;
}

div#footer
{
  text-align: center;
  font-size: 8pt;
  background-color: rgb(197,212,221) ;
  color: black ;
}

