body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000;
	background: #8292ae url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}
#wrapper {
	clear: right;
	width: 970px;
	margin: 5px auto 0 auto;	
	background: #fff url(../images/grid16.gif) top left no-repeat;
	background: #fff;
	
	/* Fix IE5 */
	text-align: left;
}

/*=================================== BANNER =============================================*/
#banner {
	position: relative;
	width: 970px;
	height: 132px;
/*	background: url(../images/banner_top.gif) top left no-repeat;*/
}
#banner .banner {
	position: absolute;
	right:12px;
	top: 0;
	width: 483px;
	height: 132px;
}
#banner .logo {
	float: left;
	width: 450px;
	height: 119px;
	margin: 6px 0 0 2px;
	border: 0;
}
/* Fix IE6 and earlier - double margin bug rightcolH */
* html .logo {
	display: inline;
}
#banner p {
	margin: 0;
	padding: 0;
}

/*=================================== LEFT COL =============================================*/

#leftcol {
	float: left;
	width: 170px;
	margin-left: 10px;
}
/* ie fix */
* html #leftcol {
	display: inline;
}

/*=================================== MAIN =============================================*/
#maintext {
	margin-left: 200px;
	margin-right: 20px;
	color: #43597e;
	line-height: 170%;
	line-height: 150%;
}
h1 {
	font-size: 1.3em;
	color: #fff;
	background: #f7b92d;
	background: #43597e;
	padding: 5px;
	padding-left: 10px;
/*	margin-top: 0;  this ensures maintext in line with rhs and lhs columns */
}
h2 {
	font-size: 1.2em;
	color: #43597e;
	background: #43597e;
	background: url(../images/h2_bg.jpg) top left repeat-y;
	padding: 5px;
	padding-left: 10px;
	margin-bottom: 0;
	clear: right;
}
h3 {
	font-size: 1.1em;
	color: #43597e;
	padding: 10px;
	padding-bottom: 3px;
	margin-bottom: 0;
	clear: right;
}
h3 a {
	color: #43597e;
}
#maintext p {
/*	margin-bottom: 0; */
	font-size: 1.1em;
	font-size: 1.0em;
	padding-left: 10px;
}
#maintext p.first {
	margin-top: 0;
	padding-top: 0;
}
#maintext ul, #maintext ol {
	font-size: 1.1em;
	font-size: 1.0em;
}
#maintext a img {
	border: 0;
}
#maintext img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#maintext table {
	width: 600px;
	border-collapse:collapse;
	margin-left: 20px;
	margin-top: 10px;
}
#maintext th {	
	background: #dce4f1;
	color: #43597e;
	width: 50%;
}
#maintext th, #maintext td {
	border: 1px solid #dce4f1;
	padding: 5px;
	vertical-align:top;
}
#maintext tr.alt {
	background:#f9fbfe;
}
table#directory {
	width: 720px;
}
col#address, col#org {
	width: 30%;
}
col#email, col#phone {
	width: 20%;
}
/*=================================== RIGHT COL =============================================*/
#rightcol {
	width: 170px;
	float: right;
	margin-right: 10px;
}
/* Fix IE6 and earlier - double margin bug rightcol */
* html #rightcol {
	display: inline;
}
/*=================================== NDP =============================================*/
#ndp {
	position: relative;
	margin-left: 200px;
	margin-right: 20px;
	border: 1px solid #6dacb4;
	padding: 10px;
}
#ndp p {
	color: #6dacb4;
	text-align:center;
}
#ndp img {
	border: 0;
}
#ndplogo {
	position: absolute;
	bottom: 15px;
	left: 100px;
}
#minlogo {
	position: absolute;
	bottom: 10px;
	left: 300px
}
#poballogo {
	position: absolute;
	bottom: 15px;
	left: 500px
}
p#funded {
	padding-bottom: 35px;
}

/*=================================== FOOTER =============================================*/
#footer {
	clear: both;
	width: 970px;
	margin: 0 auto;
	padding: 3px 0;
	margin-bottom: 0;		
}
#footer p {	
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 0;
	margin:0;
}