.Spacer1, .Spacer2 {
	background-image: url(../images/backgroundHorzFade.jpg);
}
.Spacer2 {
	position: relative;
	top: -10px;
}

#Wrapper {
	background-color: white;
	width: 750px;
	min-height: 504px;
	border: 1px solid #999;
	text-align: left;
	margin: auto;
}

#Header {
	position: relative;
	background-image: url(../images/logowithbg.gif);
	background-repeat: no-repeat;
	width: 750px;
	border-top: 1px solid #666;
}

	#HeaderTopNav {
		position: relative;
		top: 10px;
		width: 730px;
		text-align: right;
		margin: 5px;
		z-index: 20;
	}
	
	#HeaderTopNav .TopNavItem {
		color: #000099;
	}

	#HeaderTopNav .TopNavItem a {
		text-decoration: none;
		color: #000099;
	}

	#HeaderForm {
		position: relative;
		top: 10px;
		width: 715px;
		position: absolute;
		text-align: right;
		padding-right: 20px;
	}
	#HeaderForm input {
		width: 140px;
		height: 12px;
		border: 1px solid #220480;
		font-size: 10px;
		margin-bottom: 2px;
	}
	#HeaderForm #logintext {
		margin-bottom: 2px;
		padding-right: 80px;
	}
	#HeaderForm #login input {
		position: relative;
		top: -24px;
		left: 20px;
		width: 12px;
		height: 12px;
		border: 0px;
	}
	
	#HeaderNav {
		position: relative;
		top: -10px;
		left: 10px;
		height: 20px;
	}
		#HeaderNav ul { 
			display: inline;
			margin: 0px;
			padding: 0px;
		}
		#HeaderNav ul li { 
			display: inline;
			margin: 0px;
			padding: 0px;
		}
		
		#HeaderDateTime {
			position: absolute;
			text-align: right;
			/*top: 90px;*/
			left: 610px;
			z-index: 10;
			/* below to make ie display timedate div! */
				padding-right: 15px;
				padding-top: 2px;
				background-color: white;
				height: 15px;
				width: 125px;
				border-top: 5px solid #666;
				border-bottom: 1px solid #ccc;
				top: 82px;
				white-space: nowrap;
				overflow: hidden;
		}
		
		#DateContainer {
			margin-right: 15px;
		}
		
		#DateContainer, #TimeContainer {
			color: #0099FF;
		}
		
#BreadCrumbs  {
	position: relative;
	top: -10px;
	background-color: white;
	height: 15px;
	width: 600px;
	border-top: 5px solid #666;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	padding-top: 2px;
	color: #000066;
	font-weight: bold;
}

#Content {
	position: relative;
	top: -10px;
	background: url(../images/backgroundVertFade.jpg);
	width: 750px;
	min-height: 370px;
	padding-top: 10px;
	border-top: 1px solid #666;
}

.ContentHeightHelper {
	float: left;
}
	#ContentLeftWrapper, #ContentRightWrapper {
		background-color: white;
		float: left;
		margin-left: 10px;
	}
	#ContentLeftWrapper { width: 490px;  }
	#ContentRightWrapper { width: 230px; }
	
	#ContentLeft, #ContentRight {
		border: 1px solid #ccc;
	}
	#ContentText {
		background-color: white;
		width: 460px;
		min-height: 370px;
		/* Next 2 need to be removed in IE */
		padding-left: 15px;
		padding-bottom: 15px;
		/*
		overflow: scroll;
		overflow-y: scroll;
		overflow-x: hidden;
		height: 352px;
		*/
	}
	#ContentPanel {
		min-height: 370px;
		padding-left: 10px;
		padding-right: 10px;
	}

#HoldingFooter {
	position: relative;
	top: -10px;
	clear: both;
	text-align: center;
	background-color: white;
	width: 750px;
}

#Footer {
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}

.address, .telephone, .email {
	color: white;
}

.email img {
	vertical-align: bottom;
	margin-bottom: -1px;
}