/* CSS Document */

.H2Container, .H3Container, .H4Container{

margin-bottom: 20px;
}

.H2SideTitle,
.H3SideTitle,
.H4SideTitle {
clear:both;
margin-bottom:20px;
}

.SideHeader {
float:left;
width:20%;
padding: 10px;
background-image:url(Images/SideContainerDivider.jpg);
background-position: top right;
background-repeat:no-repeat;
min-height:110px;
text-align:right;
}

.ContainerRightContent {
float:right;
width:70%;

}

.SideHeader h2,
.SideHeader h3,
.SideHeader h4,
.SideHeader .Head,
.SideHeader .SubHead,
.SideHeader .SubSubHead {
line-height: 130%;;
}










