/* 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/home_header.jpg);
	background-repeat: no-repeat;
}
#JobList {
	border: 1px dashed #CCCCCC;
	margin-left: 6px;
	margin-top: 12px;
	background: #CCFFCC;
}
#JobList h1 {
	font-size: 12px;
	text-transform: capitalize;
	text-align: center;
	color: #666666;
	margin-bottom: 4px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 4px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#Body #Content {
	width: 740px;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
#Body #Content #TopQuickLinks {
	width: 190px;
	height: 255px;
	float: right;
	margin-top: 10px;
	background-image: url(../en/images/Calendar2BKG_2x200.jpg);
	background-repeat: repeat-x;
	padding: 2px;
}

