body
{
	margin: 0px;           
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;		
	/**background:url(../resources/images/push_background_image.jpg) center repeat-y;**/
}

.addressText 
{
	font-weight:bold; 
	text-align:left;			
	font-size:11px;
}		

.trainerActive
{
	border: 2px solid #B1BB1C;
}

.trainerInit
{
	border: 0px;
}


.verticalDivider
{
	width: 5px;
	height: 200px;
	background-color: #B1BB1C;
}

.floatleft
{
	float: left;           
	background-color: #FFFFFF;
	width:200px; 
	height:160px;
}

.navButtons
{	
	background-color: #B1BB1C;
	border: 2px solid white;
	width: 196px;
	height: 20px;
	text-align:center;
}

a.navLink
{
	color:#FFFFFF;
	font-weight: bold;
	width: 200px;
	text-decoration:none;
}

a.navLink:hover
{
	color:#000000;
	font-weight: bold;
	width: 200px;
	text-decoration:none;
}

.employeeName
{
	font-weight: bold;
	text-decoration:underline; 
	color:#B1BB1C
}

.employeeNameOn
{
	font-weight: bold;
	text-decoration:underline; 
	color:blue;
}

#pageTitle
{
	width: 581px; 
	background-color: #B1BB1C;
	color:white;
	font-weight: bold;
	font-size:16px;
}

#outerContainer
{
	width: 1000px;
	height: 100%;
	border: 5px solid #B1BB1C;
	margin-left:auto;
	margin-right:auto;
}

#topAreaContainer
{
	width: 1000px;
	_width: 1010px; /* show to IE */
	height: 160px;
	border-bottom: 5px solid #B1BB1C;
}

#contentContainer
{
	width: 1000px;
	overflow: hidden;
	background-color: #B1BB1C;
	
}

#leftNav 
{
	float:left;
	width:198px; 
	background-color: #B1BB1C;
	height: 100%;
}

#contentBody 
{
	float:left;	
	font: 13px Arial, Helvetica, sans-serif;
	background-color:white;

}  

#bottomArea
{
	width: 800px;
	height: 100%;
	text-align:center;
	border-top: 5px solid #B1BB1C;
	background-color: #B1BB1C;
	color:white;
	font-weight: bold;
	vertical-align:baseline;
}

label
{
	display:block; 
	width: 150px; 
	float: left;
}