/* CSS Document */

* {margin:0;padding:0}
.container {
	width: 746px;
	padding: 25px 0 35px 38px;
}
* html .container{width:748px;w\idth:746px;}

.header{width:746px; }
.header ul{list-style:none}
.header ul li {
	width:500px;
	float:left;
	font-weight: bold;
	padding-left:240px;
}
* html .header ul li {width:601px;w\idth:600px}

.col1 {
	width:190px;
	float:left;
	padding: 17px 0 17px 2px;
	font-size: 1.25em;
	color: #003559;
	font-weight: bold;
}
.col1b {
	width:50px;
	float:left;
	padding: 17px 5px 17px 2px;
	font-size: 1.25em;
	color: #003559;
	font-weight: bold;
}
.col2 {
	width:30px;
	float:left;
	padding: 17px 5px 17px 2px;
	text-align: right;
}
.col2b {
	width:165px;
	float:left;
	text-align: right;
	padding: 17px 5px 17px 2px;
}
.col3 {
	width:480px;
	float:left;
	padding: 17px 5px 17px 12px;
}
* html .data{width:152px;w\idth:150px;}

.row {
	position:relative;
	width: 746px;
}

/* clear without structural mark-up (form PIE Position is Everything website) */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
 /* mac hide \*/
    * html .clearfix {height: 1%;}
      .clearfix {display: block;}
 /* End hide */

