@charset "UTF-8";
/* CSS Document */
#mainContainer { width: 960px;  margin: 0 auto; /*** Centers the design ***/ min-height: 126px; text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/  }* html #mainContainer { height: 126px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/  }.outer { margin-top: 400px; /*** We need to add some space for our top menu ***/  }#BottomClear { background: none #FFF;  }* html #BottomClear { position: relative;  /*** IE needs this  ***/ }.clear { clear: both; }#Top { float: right; width: 960px; height: 126px; padding: 0px; margin: -400px 0 0 -960px; /*** Move the left column so it takes the positon as a top menu ***/ }* html #Top { position: relative;  /*** IE needs this  ***/ }
.Banner { display:none; }
