

/* PAGE LAYOUT
----------------------------------------------- */	
div#homecontent {
	padding: 5px;
	clear: both;
	border-left: 1px solid #003399;
 	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	/* height: auto !important; */
	height: 190px; /* IE */ 
	/* min-height: 190px; */
}

div#homecenterImage {
	border-left: 1px solid #003399;
 	border-right: 1px solid #003399;
	height: 271px;
	margin: 0;
	padding: 0;
	background: #fff url(../../interface/homesplash.jpg) no-repeat top;
}

div#redStripe {
	height: 27px;
	background-color: #b50029;
	border-left: 1px solid #03349a;
	border-right: 1px solid #03349a;
	text-align: center;
	color: #fff;
	line-height: 27px;
	font-family: Verdana;
	font-size: 10px;
	/*font-weight: bold;*/
	font-style: italic;
}

div#emptyAreaHome {
	clear: both;
	height: 55px;
}