
h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 10px 0 10px 0;}

html, body {height: 100%;}

.clear {clear: both; overflow: hidden; height: 0px;}

#pCont {
	position: relative;
	width: 780px;
	background: #FFF url('/template/images/side_bg.gif') top left repeat-y;
	margin: auto;
	border: solid #000;
	border-width: 0 1px 0 1px;
	min-height: 100%;
}

#innerWrap {
	background: url('/template/images/pageBanner.jpg') top left no-repeat;
	min-height: 587px;
}
* html #innerWrap {height: 587px;}

#logo{
	background: #ff0000 url('/template/images/Web Logo.jpg') top left no-repeat;
	height: 71px;
	color:#000;
	border-bottom: #FFF 4px solid;
}

#logo a{
	color:#000;
	text-decoration:none;
}

#bannersBy{
	background: #FF0000;
	height: 82px;
	padding-top: 2px;
}

#midCol {
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	width: 620px;
}
* + html  #midCol{
	width: 570px;
}
* html  #midCol{
	width: 565px;
}

#rightCol{
	width: 70px;
	height: 373px;
	background: url('/template/images/partner_logos.jpg') top left no-repeat;
	margin-left: 710px;
}

* + html #rightCol{
	margin-left:710px;
}
* html #rightCol{
	margin-left:700px;
}
#topNavigation {
	position: relative;
	height: 28px;
	line-height: 26px;
	background-color:#980808;
	border-top: #FFF 4px solid;
	z-index:95;
}
* html #topNavigation {
	border-bottom:#980808 2px solid;
}

#leftCol {
	float: left;
	width: 125px;
}

#pageContent {
	width: 575px;
	padding: 5px;
	margin-bottom: 100px;
	z-index:1;
}
* + html #pageContent{
	width: 565px;
}
* html #pageContent{
	width: 555px;
}

#pageContent p{
	text-align:justify;
}

.row1 {
	background: #ffcc00;
	padding: 4px;
}

.row2 {
	background: #ffcc00;
	padding: 4px;
}

#footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url('/template/images/footer.gif') top left repeat-x;
	height: 10px;
	width: 780px;
	text-align: center;
	font-size: 10px;
	border-top: 2px solid #FF0000;
}


