/* DSNZ CSS Standard File - updated 091205 */

/* ................Text & Layout Info...................... */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#page {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

/* ................Main Content ...................... */

.content {
	text-align: left;
	line-height: 160%;
	font-size: 70%;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 150px;
}

h1 {
	font-weight: bolder;
	font-size: 125%;
	color: #369;
	margin: 0;
	padding: 0;
	line-height: 125%;
}

h2 {
	font-weight: bold;
	font-size: 100%;
	color: #369;
	margin: 0;
	padding: 0;
	line-height: 125%;

}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 125%;
}

/* ................ Breadcrumb ...................... */	
breadcrumb {
	font-size: 8px;
}

/* ................ Footer ...................... */	
#footer {
	margin: 3em 150px;
	border-top: thin solid #369; 
	text-align: center;
	font-size: 10px;
}

/* ................Page Banners...................... */
#mainbanner {
	height: 98px;
	margin: 0;
	padding: 0;
	background-image: url(../images/MainBanner.gif);
	border-bottom: solid 1px #369;
}

#donationbanner {
	height: 98px;
	margin: 0;
	padding: 0;
	background-image: url(../ximages/Banners/Donationbanner.jpg);
	border-bottom: solid 1px #369;
}

#pwg06banner {
	height: 98px;
	margin: 0;
	padding: 0;
	background-image: url(../../ximages/Banners/06pwg.gif);
	border-bottom: solid 1px #369;
}

/* ................Primary Navigation Menu...................... */
ul {
	list-style: none;
	position: absolute;
	top: 110px;
	margin: 0;
	padding: 0;
	width: 110px;
	}


ul li {
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD94F;
	}

li ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: none;
	border-bottom: solid 1px #FFF;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #369;
	background: #fff;
	padding: 4px 8px 4px 8px;
	font-size: 10px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


li:hover ul, li.over ul { 
	display: block; }


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

	
/* ................Info Bar...................... */
ul.infobar {
	list-style-type: none;
	margin: 0 0 0 934px;
	padding: 0;
	position: absolute;
	top: 114px;
	width: 110px;
	text-align: right;
	font-size: 10px;
	left: 153px;
}

ul.infobar li {
	width: 110px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD94F;
}
  

/* ................Tables...................... */
#table {
	border-collapse: collapse;
}

#t1 {
	color:#fff;
	font-weight: bolder;
	background-color:#004080;
	border-bottom: 1px solid #004080;
}

#t2 {
	color:#004080;
	font-weight: bolder;
	border-bottom: solid;
	border-width: 1px;
	border-color:#808000

}

#tp {
	border-bottom: 1px dashed #C0C0C0;
	border-left: 5px solid #FFF;
}
.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	background-image: 
