body {
   background-color:#7bb1d0;
}

table#PageContainer {
   width:766px;
   margin:0 auto;
   background-color:#fff;
   height:100%;
}

td#ContentContainer {
   height:100%;
}

td.BorderContainer {
   vertical-align:bottom;
}

table.BorderLeft {
   width:10px;
   height:100%;
}

table.BorderRight {
   width:23px;
   height:100%;
}

td#ImageStrip {
   width:229px;
   vertical-align:bottom;
}

td#ImageStrip div#IconContainerTop {
   width:100%;
   margin-bottom:8px;
}

td#ImageStrip div#IconContainerBottom {
   background-color:#1a78c3;
   padding:0px 14px 0px 14px;
}

td#BorderFadeLeft {
   height:50px;
   width:10px;
   background:url('../../App_Content/Images/LeftBorderWhiteFade.gif') repeat-y;
}

td#BorderLeft {
   height:101px;
   width:10px;
   background:url('../../App_Content/Images/LeftBorderWhite.gif') repeat-y;
}

td#BorderBottomLeft {
   height:160px;
   width:10px;
   vertical-align:bottom;
   background:url('../../App_Content/Images/LeftBorderLightBlue.gif') repeat-y;
}

td#BorderFadeRight {
   height:50px;
   width:23px;
   background:url('../../App_Content/Images/RightBorderWhiteFade.gif') repeat-y;
}

td#BorderRight {
   height:101px;
   width:23px;
   background:url('../../App_Content/Images/RightBorderWhite.gif') repeat-y;
}

td#BorderBottomRight {
   height:160px;
   width:23px;
   vertical-align:bottom;
   background:url('../../App_Content/Images/RightBorderLightBlue.gif') repeat-y;
}

div#BottomBorder {
   height:16px;
   width:766px;
   background:url('../../App_Content/Images/BottomBorder.gif') no-repeat;
}