body {
 background-color : #FFFFFF;
 font-size: 9pt; 
 font-family: Arial, sans-serif, helvetica;
 color:#000000;
 margin-left : 5%; 
 margin-right : 5%;
 margin-top : 0; 
 }
/************************/
/*** Rail Containers ***/
/***********************/
 #wrapper {
   width: 100%;
 }
 
 #leftcolumn {
   position: relative;
   background: #FFFFFF;
   width: 125;
   padding-top: .5em;
   float: left;
 }
 
  * html #leftcolumn {height:1%} /* for ie only */
  
 #rightcolumn {
   position: relative;
   background: #FFFFFF;
   width: 125;
   padding-top: .5em;
   float: right;
 }
 
  * html #rightcolumn {height:1%} /* for ie only */
 
 #centercolumn {
   background: #FFFFFF;
   margin-left: 135;
   margin-right: 135;
   padding-top: .5em;
   text-align: justify;
 }
 
  * html #centercolumn {height:1%} /* for ie only */
  
 #centercolumn p {
   font-size: 9pt; 
   color : black;
   line-height : 125%;
   text-align: justify;
 } 
 #clearfooter {
	position: relative;
	margin: 30px auto;
 }
 #footer {
   width: 100%;
   padding-bottom: 1em;
   clear: both;
 }
 
 #footer p {
   line-height : 100%;
   text-align: center;
   color: #98208C;
 }

 #centerfeature {
   position: relative;
   background: #FFFFFF;
   width: 300;
   margin-right: 10;
   padding-top: .5em;
   float: left;
 }

 #centerfeature td {
   font-size: 9pt;
   text-align: justify;
 }


#promoboxwrapper {
   position: relative;
   background: #FFFFFF;
   border-style: solid;
   border-width: .1em;
   border-color: #FF9900;
   width: 190;
   float: right;
   text-align:left;
  background-color: #FFFEDE;
 }
 
#promobox {
  position: left;
  margin-right: .5em;
  margin-left: .5em;
 }
 
#promoboxlabel {
  position: relative;
  width: 100%;
  font-size: 9pt; 
  font-family: helvetica,geneva,sans-serif;
  color: #000000;
  font-weight: 695;
  text-align: center;
  border-top-color : #D8D6D7;
  border-bottom-background : 	#37549D;
  border-top-style : solid;
  border-top-width : .2em;
  border-bottom-color : #D8D6D7;
  border-bottom-style : solid;
  border-bottom-width : .2em;
  background : url(images/sprite20x20g.jpg);
}

 
 #centernewswrapper {
   position: relative;
   background: #FFFFFF;
   border-style: solid;
   border-width: .1em;
   border-color: #FF9900;
   width: 190;
   float: right;
   text-align:left;
   margin-top: 15;
  background-color: #FFFEDE;
 }
 
 #centernews {
  position: left;
  margin-right: .5em;
  margin-left: .5em;
 }
 
 
 #centernewslabel {
  position: relative;
  width: 100%;
  font-size: 9pt; 
  font-family: helvetica,geneva,sans-serif;
  color: #000000;
  font-weight: 695;
  height: 16px;
  text-align: center;
  border-top-color : #D8D6D7;
  border-bottom-background : 	#37549D;
  border-top-style : solid;
  border-top-width : .2em;
  border-bottom-color : #D8D6D7;
  border-bottom-style : solid;
  border-bottom-width : .2em;
  background : url(images/sprite20x20g.jpg);
}

#bottomcenter {
   position: relative;
   background: #FFFFFF;
   width: 490;
   float: right;
   text-align:left;
}

/**************/
/*** Label ***/
/*************/
#wideblocklabel {
  position: relative;
  width: 100%;
  font-size: 9pt; 
  font-family: verdana,geneva,sans-serif;
  color: #000000;
  font-weight: 695;
  text-align: left;
  padding-top: .1em;
  border-color: orange; 
  border-top-color : #D8D6D7;
  border-bottom-background : 	#37549D;
  border-top-style : solid;
  border-top-width : .2em;
  border-bottom-color : #D8D6D7;
  border-bottom-style : solid;
  border-bottom-width : .2em;
  background : url(images/sprite20x20g.jpg);
}

/**************/
/*** Block ***/
/*************/
#wideblock {
  font-family: Arial, sans-serif, helvetica;
  position: relative;
  background: white;
  width: 100%;
  height: 80px;
  border-color: orange;
  border-style:  solid;
  border-width: .1em;
  float: right;
  text-align: center;
}


#wideblock td {
  font-size: 12px;
  font-family: Arial, sans-serif, helvetica;
}

 input.red {
	background-color: #9D3754; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 8pt;
  }

