#Container {
	width: 800px; /* 765 */
	z-index: 1;
	background-color: #FFFFFF;
}
	#Header {
		height: 155px;
		position: relative;
		z-index: 10;
		margin: 8px;
	}
		#Header-Logo {
			float: left;
			height: 149px;
			margin-right: 8px;
			z-index: 11;
		}
		#Header-Banner {
			height: 149px;
			width: 562px;
			z-index: 15;
		}
	#Navigation {
	/*background-image: url(../images/omni-navigation-bar.gif); */
	background-repeat: no-repeat;
	height: 32px;
	position: relative;
	vertical-align: middle;
	z-index: 20;
	margin: 8px;
	}
		#Navigation li {
			float: left;
			margin: 0px;
			padding-left: 8px;
		}
		ul.Navigation {
			list-style: none;
			margin: 0;
			padding: 5px;
			text-align: right;
		}
		ul.Navigation span {
			color: #FFFFFF;
			display:block;
			float:left;
			font-family: Arial;
			font-size: 13px;
		}
		.Navigation a:link, .Navigation a:active, .Navigation a:visited {
			color: #FFFFFF;
			text-decoration: underline;
		}
		.Navigation a:hover {
			color: #000000;
			text-decoration: underline;
		}
	#Content {
		position: relative;
		width: 765px;
		z-index: 30;
		margin: 10px;
	}
		#Content-Window {
			background-color: #F0F5FB;
			border: 0px solid #D1E0F1;
			float: left;
			width: 200px;
			margin-right: 8px;
			z-index: 31;
		}
			#Content-Window p.center { text-align: center; }
			.roundBorderBottom {
	background-image: url(../images/border-bottom-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
			.roundBorderTop { background: url(../images/border-top-right.gif) no-repeat top right;  }
			img.roundCorner {
			   border: none;			   
			   display: block !important;
			   height: 15px;			   			
			   width: 15px;
			}
		#Content-Main {
					width: 500px;
		}
 
#Content-Window-Contact {

			background-color: #F0F5FB;
			border: 0px solid #D1E0F1;
			float: left;
			width: 185px;
			margin-right: 8px;
			z-index: 31;
}
.style1 {
	color: #993300;
	font-size: 16px;
	font-weight: bold;
}