/* Page Callout Box */

#Banner 
	{
	position: relative;
	clear: both;
	width: 100%;
	height: auto; /* 13em; */
	_height: 13em; /* hack for IE which doesn't recognise min-height */
	min-height: 13em; 
	color: white;
	background-color: #347bb3; 
	}

#Banner h1 
	{
	margin: 0px 10px 0 15px;
	padding-top: 7px;
	letter-spacing: 1px;
	font-size: 2em;
	color: white;
	}

#Banner p 
	{
	padding: 10px 225px 10px 15px;
	font-size: 1.15em;
	line-height: 135%;
	}

#BannerImage 
	{
	position: absolute;
	top: 10px;
	right: 10px;
	}

#BannerImage img 
	{
	border: 0;
	}


#BannerBar 
	{
	clear: both;
	width: 100%; /* 782px; */
	height: 5px;
	background-color: #005588; 
	}

