#siteContainer {
  margin: 0px;
  padding: 0px;
  width: 1081px;
  height: 802px;
  border: 1px solid #ccc;
}

#siteContainer2 {
  margin: 0px;
  padding: 0px;
  width: 1081px;
  /*height: 568px;*/  
  border: 1px solid #ccc;  
}

#topSection {
  width: 1081px;
  height: 415px;
  background-color: #23649E;
  border-bottom: 1px solid #ccc;
}

#topSection2 {
  width: 1081px;
  height: 181px;
  background-color: #23649E;
  border-bottom: 1px solid #ccc;
}

#middleSection { 
  width: 1081px;
  height: 320px;
  border-bottom: 1px solid #ccc;
  background-color: white;   
}

#middleSection2 { 
  width: 1081px;
  border-bottom: 1px solid #ccc;
  background-color: white;  
}

#bottomSection {
  width: 1081px;
  height: 65px;
  background-color: #E5EDF3;
  padding: 0px;
  margin: 0px;
  position: relative;
}

#bottomSection2 {
  width: 1081px;
  height: 65px;
  background-color: #E5EDF3;
  padding: 0px;
  margin: 0px;  
  border-right: 1px solid #ccc;  
}

.infoBox {
  width: 281px;
  height: 248px;
  border: 1px solid #ccc;
  background-color: #DBE6F0;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #0B5292;
}

.infoBoxHeader {
  width: 282px;
  height: 51px;
  background-color: #2D68A3;
}

.infoBoxLinks {
  margin-left: 18px;
  width: 183px;
  height:170px;
}

.infoBoxLinks a {
  color: #0B5292;
  text-decoration: none;
}

.infoBoxLinks a:hover {
  text-decoration: underline;
}

.bottomSectionText {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}

.bottomSectionText a {
  color: #3333D9;
  text-decoration: none;
}

.bottomSectionText a:hover {
  text-decoration: underline;
}

.cbsBox {
  width: 969px;
  height: 278px;
  background-color: white;
}

.cbsBoxSmaller {
  width: 952px;
  height: 258px;
  background-color: #000082;
}

.cbsSearchBox {
  width:952px;
  height: 44px;
  margin: auto;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  background: url(images/blueribbon.gif);
}

.cbsSearchBox2 {
  width:952px;
  height: 44px;
  margin: auto;
  position: relative;
  font-size: 14px;
  color: #ffffff;
  background: url(images/blueribbon.gif);
}

#middleBoxTopImageBar {
  width: 1081px;
  height: 29px;
  background-color: #DEE2E4;
  border-bottom: 1px solid #ccc;
}

#middleBoxTopImageBarCenterImage {
  margin-left: 355px;
}

#middleBoxContentContainer { 
  width: 1080px;    
  padding: 5px 0px 2px 0px;
  overflow: hidden;
}

#middleBoxLeftnav {
  float: left;  
  margin: 0;
  margin-left: 8px; 
  /*width: 245px;*/
}

#middleBoxContent {
    
  position: relative;
  top: -2px;
  margin-left: 220px;
  border-left: 1px solid #ccc;
  padding: 8px;
  min-height: 270px;
  /*float: left;
  width: 845px;*/
}
