#content table {
	margin: 0 0 10px 0;
}

#contentMain a,
#contentRight a {
	color: #013b70;
	text-decoration: underline;
	/*border: 1px solid #000;*/
}

#contentMain a:visited,
#contentRight a:visited  {
	color: #12496E;
	/*border: 1px solid #000;*/
}

#contentMain a:hover,
#contentRight a:hover {
	text-decoration: none;
}

#content table.highlight {
	border-collapse: collapse;
	border: none; 
	border-spacing: 0;
	padding: 0;
}
#content table.highlight tr {
	background-image: url(../graphics/td-resourcesBackground.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #DDEAF3;
}
#content table.highlight tr.header {
	background-image: url(../graphics/thResourcesBackground.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #BCD6E7;
}
#content table.highlight th {
	text-align: left;
	background-image: url(../graphics/thLeftResourcesBackground.gif);
	background-position:  left top;
	background-repeat: no-repeat;
}
#content table.highlight th.left {
	background-image: url(../graphics/thLeftResourcesBackground.gif);
	background-position:  left top;
	background-repeat: no-repeat;
	border-right: 1px solid #FFF;

}
#content table.highlight th.right {
	background-image: url(../graphics/thRightResourcesBackground.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#content table.highlight th p {
	padding: 10px 20px 10px 20px;
	margin: 0;
	background-image: url(../graphics/thRightResourcesBackground.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#content table.highlight th.left p {
	background-image: url(../graphics/thLeftResourcesBackground.gif);
	background-position:  left top;
	background-repeat: no-repeat;
}
#content table.highlight th.right p {
	background-image: url(../graphics/thRightResourcesBackground.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


#content table.highlight td {
	border-top: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
}
#content table.highlight td.left {
	padding-right: 0;
	border-right: 1px solid #FFF;
}
#content table.highlight td.right {
	padding-right: 0;
}
#content table.highlight td p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	/*border: 1px solid #00FF00;*/
}

#content table.highlight td img {
	margin: 0 0 20px 0;
	padding: 0;
	border: 5px solid #ccc;
}

#content table.highlight td.left p,
#content table.highlight td.right p {
	padding-right: 20px;
}
#content table.highlight td div.pdf{
	background-image: url(../graphics/iconPDF.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	padding: 0 0 0 40px;
	/*border: 1px solid #000;*/
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#content table.highlight td.left div.pdf,
#content table.highlight td.right div.pdf{

}

/* p tags inside of the div.pdf */
#content table.highlight td div.pdf p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#content table.highlight td.left div.pdf p {

}
#content table.highlight td.right div.pdf p {
	margin-right:  20px;
}

/* a tags inside of the  div.pdf  */
#content table.highlight td div.pdf a {
	text-decoration: underline;
}
#content table.highlight td div.pdf a:hover{
	text-decoration: none;
}
#content table.highlight td div.pdf a.block{
	display: block;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}