/* 
================================
 Container Styles for DotNetNuke
================================
*/   
 .Box_TopLeft
 {
  height:10px;
  background-image:url(images/Home_TopLeft.jpg);
     background-repeat:no-repeat  ;
      height:10px;
      background-position:left bottom ; 
 }
 
 .Box_TopCenter
 {
     height:10px;
     background-image:url(images/Home_TopCenter.jpg);
     background-repeat:repeat-x  ;
     text-align:center;
      vertical-align:text-bottom ;
        background-position:left bottom ;
     
 }
   .HeadTitle
 {
    font-size:10pt;
    font-weight:bold ;
    font-family:Verdana, Tahoma;
    text-transform:uppercase;
    height:10px;
    
 }
 
 .Box_TopRight
 {
  width:10px;
  height:10px;
  background-image:url(images/Home_TopRight.jpg);
  background-repeat:no-repeat ;
  background-position:left bottom ;
 }
 
 .Box_BorderLeft
 {
 width:10px;
  background-image:url(images/Home_BorderLeft.jpg);
     background-repeat:repeat-y;
 background-position:top ;
 }
 .Box_Content
 {
  margin:0px; 
 }
 .Box_BorderRight
 {
 width:10px;
  background-image:url(images/Home_BorderRight.jpg);
     background-repeat:repeat-y;
     background-position:top ;
 }
 .Box_BottomLeft
 {
     height:10px;
     width:10px;
     background-image:url(images/Home_BottomLeft.jpg);
     background-repeat:no-repeat ;
      background-position:top ; 
  
 }
 .Box_BottomCenter
 {
     height:10px;
     background-image:url(images/Home_Bottom_Center.jpg);
     background-repeat:repeat-x  ;
     text-align:right; 
  
 }
 .Box_BottomRight
 {
     height:10px;
     background-image:url(images/Home_BottomRight.jpg);
     background-repeat:no-repeat ;
     background-position:top ;
 }