@charset "utf-8";
/* CSS Document */

#content {
padding:0;
}

#leftCol {
float: left;
width: 296px;
margin: 0 0 0 15px;
display: inline; /* fix an IE bug that doubles margin between first float and container box */
}

#rightCol {
float: left;
width: 296px;
margin: 0 0 0 16px;
}

#centerCol {
float:left;
width: 296px;
margin: 0 0 0 16px;
}

#committees {
margin-left:15px;
}

#committees hr {
margin:15px 0; 
background-color:#e5e5e5; 
color:#e5e5e5;
width:920px;
}

#retired_bg {
background-color:#e6eae0;
position:relative;
float:left; 
z-index:10;
top:10px;
left:-8px; 
height:260px; 
width:296px; 
padding:0 0px 0 8px;
}
#floatText {
position:relative;
float:left;
z-index:20;
}


.numbers { 
color:#000000;
}

