#page {		
  width: 760px;	
  margin: 0 auto;	
  text-align: left; 
  background: #ffffff;
  text-align: center;
}

#homepage {		
  width: 990px;	
  margin: 0 auto;	
  text-align: left; 
  background: #ffffff;
  text-align: center;
}

#topLineLeft {
  width: 550px;
  height: 5px;
  background: #0C5AA6; 
  float: left; 
  margin-left: 10px;
}

#topLineRight {
  width: 190px;
  height: 5px;
  background: #cb1500;
  float: left;
  margin-right: 10px;
}


#headline {
  width: 760px;
  background: transparent;
  text-align: left;  
}

#headline .whiteLine {
  height: 2px;
  background: transparent;
}

#headlineLeft {
  width: 550px;
  background: #f1f8ff;  
  float: left; 
  margin-left: 10px;  
  height: 120px;
}

#headlineLeft .inner {
  margin-top: 28px;
  margin-left: 12px;
}

#headlineRight {
  width: 190px;
  background: transparent;
  float: left;
  margin-right: 10px;
}


#headline h1.top {
  color: #0C5AA6;
  font-size: 24px;
}

#headline h1.style1 {
  color: #cb1500;
  font-size: 15px;
  float: left;
}

#headline h1.style2 {
  color: #ff7a00;
  font-size: 15px;
  float: left;
}

#headline h1.style3 {
  color: #04396c;
  font-size: 15px;
  float: left;
}

#headline .h1Spacer {
  float: left;
  background: transparent;
  color: #04396c; 
  text-align: center;
  width: 10px;
}

#topLine {
   width: 740px;
   margin-left: 10px;
   margin-right: 10px;
   margin-bottom: 6px; 
   height: 2px;
   background: #0C5AA6;
}

#main {
  background: transparent;
  text-align: left;  
}

#mainLeft {
  width: 560px;
  background: transparent;
  float: left;   
}

#mainLeft .inner {
  padding-right: 6px;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#mainRight {
  width: 199px;
  background: transparent;
  float: left;
  border-left: 1px solid #d8d8d8;
  
}

#mainRight .inner {
  margin-right: 12px;
  margin-left: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

#bottom {		
  width: 740px;
  margin-left: 10px;
  margin-right: 10px;
  background: #0C5AA6;
  height: 20px;
}

#bottom .inner { 
  color: #ffffff;
  font-size: 12px;
  background: transparent;
  padding-left: 12px;
  padding-top: 2px;
}


.cleaner {
  clear: both;
}
