/* IMPORT GLOBAL SCREEN STYLES */
@import url('FSEC_Global_Screen.css');

/* BEGIN DIVISION SPECIFIC SCREEN STYLES */
#Header {
	height: 154px;
	width: 760px;
	background-image: url(../templates_images/industry_header.jpg);
	background-repeat: no-repeat;
}
#Body #Content {
	clear: right;
	float: left;
	width: 540px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
#Body #Content #DBPRMessage {
	padding: 6px;
	background-color: #FFDFDF;
	border: 1px solid #FF0000;
	text-align: center;
	margin-top: 16px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
}
