﻿
table #tblDisplayContent  #tblTopRow
{
	width:100%;
	margin-bottom:10px;	
	margin-top:5px;			/* space above top header title */
}

table #tblDisplayContent  #tblTopRow td
{
	height:40px;	

}

#tblTopText
{
	padding-top:10px;
	text-align:justify;
	 	
}

#MidRow  /* middle blue row */
{
	/*background-color: #007ac2;*/
	color: white;
	font-family:  Times New Roman, Verdana;
	font-size: 16px;		
	padding-left:20px;		
	height:20px;
}

#tblContentLevel3
{
	margin-bottom:5px;
}

#tblContentLevel3 td
{
	 padding-top:10px;	 
}

/* table area below blue line */

#tblContentLevel3 .leftcolumn	
{
	width:150px;	 
}

#tblContentLevel3 .middlecolumn
{
	padding-left:20px;
	width:250px;
}

#tblContentLevel3 .rightcolumn
{
	width:500px;	
}