@charset "UTF-8";
body  {
	font: 12px  Arial,Verdana, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: left;
	color: #FFF;
	line-height: 20px;
	font-weight:normal;
}
.twoColFixLt #container { 
	width: 950px;  
	background: #000;
	margin: 0; 
	text-align: left; 
}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 297px;
	background: #EBEBEB; 
	background-image:url(images/v2_left_train.gif);
	height: 600px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; 
	padding: 0 20px 20px;
	background: #000;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigation {
	text-align: left;
	padding-top: 10px; 
	position: relative;
	z-index: 15;
}
	
/* background images for pages */
.locations {
	background-image:url(images/right_locations.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}	
/* end background images for pages */


.bodytext {
	margin: 150px 0px 30px 34px;
	}	
	
.header {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	}

.hightlight {
	color: #2b69b9;
	font-weight:bold;
	}
	
a:link {
	color: #38c2d9;
	text-decoration:none;}
	
a:visited {
	color: #38c2d9;
	text-decoration:none;}	

a:hover {
	color: #2b69b9;
	text-decoration:underline;}
	
	
/* table styles */

.datatable {
	border: 1px solid #555;
	border-collapse:collapse;
	width: 100%;
	text-align:left;
	
	
	}
.datatable td {
	border: 1px solid #555;
	border-bottom: none;
	padding: 2px;
	color:#BBB;
	padding-left: 10px;
	vertical-align:top;
	}
	
.datatable th {
	border: 1px solid #555;
	border-bottom: none;
	background-color: #181818;
	text-align: left;
	padding-left: 10px;
	}
	
.datatable tr.altrow {
	background-color: #262626;
	color: #BBB;
	}		

.datatable tr.altrow td {
 border: none;
}