#contentPart
{
	width:780px;
}
#sitemapInfoRow
{
	width:100%;
	padding-bottom:0px;
	clear:both;
	float:none;
}
#sitemapLinkRow
{
	width:100%;
	padding-bottom:10px;
}
#sitemapInfoCell
{
	width:33%;
	float:left;
}
#sitemapLinkCell
{
	float:left;
	width:33%;
	/*background-color:#004E75;
	/*margin-left:10px;
	margin-right:10px;*/
	/*border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#003E5E Black #005E8C Fuchsia;*/
}
#sitemapLinkCellEmpty
{
	float:left;
	width:33%;
	/*margin-left:10px;*/
	/*margin-right:10px;*/
	
}
/*--Header of each cell----*/
a.sitemapHeader
{
	
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding-bottom: 3px;
}
a.sitemapHeader:hover
{
	text-decoration: underline;
}
/*--Body of each cell----*/
.sitemapBody
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}
a.sitemapLinkLink
{
	display:block;
	clear:both;
	font-size:12px;
	font-weight:Normal;
	line-height:20px;
	padding-left:10px;
	text-decoration:none;
	/*border-top: 1px solid;
	border-bottom: 1px solid;
	border-color:#005E8C White #003E5E Fuchsia;*/
}
a.sitemapLinkLink:hover
{
	text-decoration: underline;
}

/*print styles*/
@media print
{
	#contentPart
	{
		width:780px;
	}
	#sitemapInfoRow
	{
		width:100%;
		padding-bottom:0px;
	}
	#sitemapLinkRow
	{
		width:100%;
		padding-bottom:10px;
	}
	#sitemapInfoCell
	{
		width:33%;
		float:left;
	}
	#sitemapLinkCell
	{
		float:left;
		width:33%;
		/*background-color:#004E75;
		/*margin-left:10px;*/
		margin-right:10px;
		/*border-top: 1px solid;
		border-bottom: 1px solid;
		border-color:#003E5E Black #005E8C Fuchsia;*/
	}
	#sitemapLinkCellEmpty
	{
		float:left;
		width:33%;
		/*margin-left:10px;*/
		margin-right:10px;
		
	}
	/*--Header of each cell----*/
	a.sitemapHeader
	{
		display:block;
		text-decoration:none;
		color:Black;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		padding-bottom: 3px;
	}
	a.sitemapHeader:hover
	{
		color: #64C9FD;
	}
	/*--Body of each cell----*/
	.sitemapBody
	{
		
		display:block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;	
	}
	a.sitemapLinkLink
	{
		display:block;
		clear:both;
		color:Black;
		font-size:12px;
		font-weight:Normal;
		line-height:20px;
		padding-left:10px;
		text-decoration:none;
		/*border-top: 1px solid;
		border-bottom: 1px solid;
		border-color:#005E8C White #003E5E Fuchsia;*/
	}
	a.sitemapLinkLink:hover
	{
		color:#64C9FD;
	}
}