div#contentrightcol
{
	/* border: solid 1px gray;  */
	padding: 2px; 
	width: 35%; 
	float: right;
}

div#contentleftcol
{
	/* border: solid 1px gray;  */
	padding: 2px; 
	width: 63%;
}

div.contentblock
{
	/* border: dashed 1px #CFCFCF;  */
	margin-bottom: 20px;
}

div.grid
{
	border: solid 1px #57566F;
	padding-bottom: 10px;
}

div.tophead
{
	border: solid 1px #57566F; 
	color:white; 
	font-weight: bold; 
	height: 18px; 
	font-size: 1.2em;
	padding: 2px 0 0 2px; 
	background: url('images/tableheaderbg.gif') repeat-x;
}

div.grid table
{
	width: 100%; 
}

div.grid table th
{
	height: 22px; 
	text-align: left; 
	padding-left: 8px; 
	background: url('images/header_bg.gif') no-repeat left;
}

div.grid table td
{
	height: 21px; 
	padding-left: 8px; 
	border-bottom: solid 1px #E6E6EE;
	border-right: solid 1px #E6E6EE;
}

div.gridinfo
{
	width: 48%; 
	padding: 5px;
	padding-top: 10px;
}

div.gridpagination
{
	float: right; 
	width: 50%; 
	text-align: right;
	padding: 5px;
}

table.contactsearch
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.contactsearch tr td {
	margin: 0px;
	padding: 0px;
}