/*layout components within the page body of content pages*/

div#band
{
  background: url(../Images/IntroductoryTextBackground.png) no-repeat bottom left;
  height:22px;
}

div#SubNavigation
{
   float:left;
   padding:0;
   margin:0;
   margin-left:0;
   width: 16%;
   margin-top:10px;
}

div#Contentmain
{
   margin-left:2%;
   margin-right:0;
   float:left;
   width:58%;
   margin-top:10px;
   height:1%;
   padding-bottom:35px;

}



div#ContainerForFurtherInformationDivs
{
   float:right;
   width: 17%;
   padding:0;
   margin:0;
   margin-right:0%;
   margin-top:10px;
}

div.FurtherInformation
{
   padding:0;
   margin:0;
   width: 100%;
}

div#clearthis
{
   clear: both;
   line-height: 0;
   height: 0;
   margin:0;
   padding:0;
}

