/*
===========================================================
Add your custom CSS to this file.
===========================================================
*/

/* Add a silver background and a right border to the body. */
body {
	background-image: url(../images/background-silver.jpg);
	background-color: #D3D2CE;
	background-attachment: fixed;
}
td#PageBody {
	background-image: url(../images/background-policeseal.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	width: 760px;
}
td#PageBody-Columns {
	width: 760px;
}
td#PageBody-Left {
	width: 180px;
	background-color: #1a1160;
}
td#PageBody-Right {
	padding: 8px;
	width: 564px;
}
td#PageBody-Left-Photo img {
	border-bottom: 1px solid #FFFFFF;
}
td#PageBody-Left-Text {
	padding: 8px;
}
td#PageBody-Left-Text, td#PageBody-Left-Text td {
	color: #bdb9dd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td#PageBody-Left-Text a {
	color: #FFFFFF;
}
