/* AWD css for index page - each page has a different height which requires that each page have a separate css for the main_col and the left_col css*/

#left_col {
text-align: left;
float: left;
background: #f00;
border-top: 0;
border-right: 1px solid #f00;
border-bottom: 0;
border-left: 1px solid #f00;
width: 160px;
height: 2350px;
margin: 0 0 0 0;
padding: 0px;
overflow: hidden;
}
			
			
.main_col {
text-align: left;
float: right;
background: #fff;
color: #000;
width: 614px;
height: 2330px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
border-right: 4px solid #f00;
padding: 10px;
overflow: hidden;
}

.leftcol{
padding-top: 0;
padding-right: 10px;
padding-bottom: 0;
padding-left: 10px;
font-size: 12px;
color: #000;
}

.red {
color: #f00;
}

.center { text-align: center; }

.centerno {
color: #f00;
margin: 0;
padding:0;
text-align: center;
}

.boldunder {
font-weight: bold;
text-decoration: underline;
}
