h1, h2, h3, h4, h5, h6 {margin: 0px;padding: 0px 0 10px 0;}

html, body {height: 100%;}

p{
	text-align:justify;
}

.clear {clear: both; overflow: hidden; height: 0px;}

#pCont {
	position: relative;
	width: 780px;
	background: url('/template/images/wrapperBg.gif') top left repeat-y;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	min-height: 500px;
}

#innerWrap {
	background: url('/template/images/pageBanner.jpg') top left no-repeat;
	min-height: 587px;
}
* html #innerWrap {height: 587px;}

#rightCol {
	float: right;
	
	margin-right: 4px;
	width: 560px;
}

#topNavigation {
	height: 53px;
	margin-bottom: 4px;
}

#disp{
	background: #fff url('/template/images/disp.gif') top left no-repeat;
	height: 30px;
}

#leftCol {
	float: left;
	width: 200px;
	padding-left: 8px;
	padding-right: 8px;
}
* html #leftCol {padding-right: 0px;}

#sideNavTop{
	background: url('/template/images/sideNavTop.gif') top left no-repeat;
	width: 192px;
	height: 15px;
}

#sideNav{
	background: url('/template/images/sideNav.gif') top left repeat-y;
	width: 192px;
}

#sideNavBot{
	background: url('/template/images/sideNavBot.gif') top left no-repeat;
	width: 192px;
	height: 15px;
}

#sideNav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sideNav li{
	height:30px;
	list-style-type: none;
	background: url('/template/images/sideBtn.gif') top left no-repeat;
	margin-bottom: 10px;
}

#sideNav ul a{
	display: block;
	width: 188px;
	padding-left: 12px;
	color: #FFF;
	text-decoration: none;
}

#sideNav li.red{
	background: url('/template/images/sideBtnRed.gif') top left no-repeat;
}

#sideNav a.links{
	margin-left: 12px;
	color: #FF0000;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

#pageContent {
	padding-right: 10px;
	margin-bottom: 100px;
}

.row1 {
	background: #b9ffb9;
	padding: 4px;
}

.row2 {
	background: #fff;
	padding: 4px;
}

#header{
	background: url('/template/images/header.gif') top left no-repeat;
	height: 95px;
	margin-left: 5px;
}

#footer {
	position: relative;
	bottom: 0px;
	left: 0px;
	height: 90px;
	width: 780px;
	text-align: center;
	font-size: 10px;
	background: #FFF url('/template/images/footer.gif') top left no-repeat;
	padding-top:2px;
}

#footerLogos {
	height: 80px;
	background: url('/template/images/footerLogos.jpg') top center no-repeat;
}

