
h1,h2,h3,h4,h5,h6 {margin: 0px;}

body {}

#pCont {
	position: relative;
	width: 780px;
	margin: 10px auto 0px auto;
	border: 2px solid #1b1464;
	background: #fff url('/template/images/pageBg.gif') top left repeat-y;
}

#pBread {
	border: 2px solid #1b1464;
	padding: 2px;
	margin: 0 3px 0 4px;
	background: #fff;
}

#pHeader {
	background: #fff;
}

#lftCol {
	float: left;
	width: 154px;
	margin-left: 4px;
	margin-top: 3px;
}
* html #lftCol {margin-left: 2px;}

#rgtCol {
	float: left;
	width: 614px;
	background: url('/template/images/content.Mid.jpg') top left repeat-y;
	border-left: 2px solid #1b1464;
	border-right: 2px solid #1b1464;
	margin-left: 1px;
	position: relative;
}

#rgtCol #topWrap {
	background: url('/template/images/content.Top.jpg') top left no-repeat;
	min-height: 400px;
}
* html #rgtCol #topWrap {height: 550px;}

#rgtCol #botWrap {
	position: absolute;
	background: url('/template/images/content.Bot.jpg') bottom left no-repeat;
	height: 177px;
	width: 614px;
	bottom: 119px;
}

.clear {clear: both; overflow: hidden; height: 0px;}

#footerLogos {
	position: absolute;
	width: 614px;
	height: 119px;
	bottom: 0px;
	background: url('/template/images/footer.jpg') top left no-repeat;
}

#w3Logos {
	width: 780px;
	margin: 2px auto;
}

#pageContent {
	margin-bottom: 135px;
	padding: 10px;
}