body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url('../img/BodyBG.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
td {
	font-size: 11px;
}
#Container {
	width: 812px;
	height: 655px;
	margin: 0 auto 0 auto;
	background-image: url('../img/ContainerBG.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}
#Top {
	width: 812px;
	height: 104px;
	text-align: center;
	overflow: hidden;
}
#ContentWrapper {
	width: 812px;
	height: 383px;
	overflow: hidden;
	background-image: url('../img/ContentBG.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}
	#Content {
		width: 610px;
		height: 342px;
		overflow: auto;
		overflow-x: hidden;
		margin: 15px 87px 26px 85px;
		padding: 0 15px 0 15px;
	}
#Menu {
	width: 623px;
	height: 51px;
	overflow: hidden;
	background-image: url('../img/MenuBG.gif');
	background-repeat: no-repeat;
	padding: 0 97px 0 92px;
}
	#Menu div {
		width: 112px;
		height: 37px;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		padding: 8px 6px 0 6px;
		float: left;
	}
	#Menu .Inactive {
		background-image: url('../img/Menu0.png');
		background-repeat: no-repeat;
		behavior: url('/css/iepngfix.htc');
	}
		#Menu .Inactive a {
			color: #646464;
			text-decoration: none;
			width: 100%;
		}
	#Menu .Active {
		background-image: url('../img/Menu1.png');
		background-repeat: no-repeat;
		behavior: url('/css/iepngfix.htc');
	}
		#Menu .Active a {
			color: #FFFFFF;
			text-decoration: none;
			width: 100%;
		}
#Bottom {
	width: 812px;
	padding: 25px 0 0 0;
	overflow: hidden;
	background-image: url('../img/BottomBG.gif');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #646464;
}
	#BottomLeft {
		width: 335px;
		padding: 0 0 0 71px;
		float: left;
		clear: none;
	}
		#BottomLeft a, #BottomRight a {
			color: #646464;
			text-decoration: none;
		}
	#BottomRight {
		width: 363px;
		padding: 15px 43px 0 0;
		float: right;
		clear: none;
		text-align: right;
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #646464;
}
