/* CSS Document */

#content_table #col1Width {
	width: 300px;
}
#content_table #col2Width {
	width: 20px;
}
#content_table #col3Width {
	width: 150px;
}
#content_table #col4Width {
	width: 150px;
}
#content_table #col5Width {
	width: 20px;
}
#content_table #col6Width {
	width: 300px;
}
#content_table #mainLandingTable td#col3-4Width {
	width: 300px;
}
#content_table #homeHeaderRow img {
	border: 2px solid #D4BF95;
}
#content_table #homeHeaderRow .left {
	text-align: left;
}
#content_table #homeHeaderRow .right {
	text-align: right;
}

#content_table .landingTable {
	width: 100%;
	margin-bottom: 20px;
}
#content_table .landingTable td.col0 {
	width: 114px;
}
#content_table .landingTable img {
	border: 2px solid #D4BF95;
}
#content_table .landingTable h2 a {
	text-decoration: none;
	color: #004065;
}
#content_table .landingTable h2 a:hover {
	text-decoration: none;
	color: #A55121;
}
#homeLowerTable, #homeUpperTable {
	width: 100%;
}
#homeLowerTable td#col1Width, #homeLowerTable td#col3Width, #homeLowerTable td#col5Width {
	width: 220px;
}
#homeLowerTable td#col2Width, #homeLowerTable td#col4Width, #homeLowerTable td#col6Width {
	width: 20px;
}
#homeUpperTable td#col1Width, #homeUpperTable td#col3Width, #homeUpperTable td#col5Width {
	width: 220px;
}
#homeUpperTable td#col2Width, #homeUpperTable td#col4Width, #homeUpperTable td#col6Width {
	width: 20px;
}
#homeLowerTable td.paddedCell {
	border-bottom: none!important;
	padding-bottom: 100px;
}
#homeUpperTable td.paddedCell {
	border-bottom: none!important;
	padding-bottom: 0px;
}

/* CSS BELOW APPLIES TO print layout */
@media print {
	img {
		/*display: none;*/
	}
	#content_table #col1Width {
		width: 130px;
	}
	#content_table #col2Width {
		width: 0px;
	}
	#content_table #col3Width {
		width: 65px;
	}
	#content_table #col4Width {
		width: 65px;
	}
	#content_table #col5Width {
		width: 0px;
	}
	#content_table #col6Width {
		width: 130px;
	}
	#content_table .col0print {
		padding-right: 300px;
	}
	#content_table #mainLandingTable {
		width: 670px;
	}
	#content_table #mainLandingTable td#col1Width {
		width: 145px;
	}
	#content_table #mainLandingTable td#col2Width {
		width: 10px;
	}
	#content_table #mainLandingTable td#col3-4Width {
		width: 145px;
	}
	#content_table #mainLandingTable td#col5Width {
		width: 10px;
	}
	#content_table #mainLandingTable td#col6Width {
	}
	#content_table table.landingTable {
	}
	#content_table table.landingTable td.col0 {
		display: none;
	}
}

