html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/*ol, ul {
	list-style: none;
}*/
/* tables will still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***********************************************************************
	Global Styles
************************************************************************/

* { margin:0; padding:0; border:0; }

html { height: 100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	min-height: 100%;
	font-size: 12px;
}
strong {font-weight: bold;}
em {font-style: italic;}
p { margin-bottom: 17px; }
a {
	color: #0076a3;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}
.search_box {
	color: #999999;
	font-style: italic;
}
			#main {
				float: left;
				width:630px;
				margin-right: 10px;
				text-align: left;
			}

/* ***** */
#npo_dek {
	width: 615px;
	width: expression(630 + "px");

	padding: 26px 0 25px 15px;
	margin-bottom: 10px;
}
	#dek_heading {
		font-size: 28px;
	}
	#dek_summary {
		margin-top: 13px;
		font-size: 14px;
	}

	#npo_details {
		width: 425px;
		float: left;
		margin-right: 10px;
	}
		#npo_name {
			font-size: 10px;
			text-transform: uppercase;
			color: #666666;
			display: block;
			text-decoration: underline;
		}
		#npo_program {
			font-size: 25px;
			color: #333333;
		}
		#npo_program_type {
			font-size: 12px;
			color: #666666;
		}
		#npo_date {
			font-size: 12px;
			color: #666666;
			display: block;
		}
		#npo_location {
			font-size: 12px;
			color: #666666;
			display: block;
			margin-bottom: 11px;
		}
		#npo_website {
			display: block;
			margin: -3px 0 15px 0;
		}
			#npo_website a {
				font-size: 11px;
				padding: 2px 24px 2px 0;
				margin-right: auto;
				background: transparent url(images/icons/visit_icon.jpg) no-repeat center right;
			}
		#npo_summary {
			width: 425px;
		}
		#npo_contact {}
			#npo_contact h3 {
				font-size: 12px;
				font-weight: bold;
				color: #333333;
				margin-bottom: 5px;
			}
		#npo_supports {}
			#npo_supports h3 {
				font-size: 12px;
				font-weight: bold;
				color: #333333;
				margin-bottom: 5px;
			}
			#npo_supports a {
				font-size: 12px;
				padding: 0 7px 0 7px;
				border-right: 1px solid #b4b4b4;
			}
			#npo_supports a.first {
				padding-left: 0px;
			}
			#npo_supports a.last {
				font-size: 12px;
				padding-right: 0px;
				border-right: none;
			}
/***********************************************************************
	Footer Styles
************************************************************************/
/***********************************************************************
	Footer Styles
************************************************************************/
#footer {
	width: 916px;
	margin: 30px 0 0 0px;
	padding: 10px 17px 20px 17px;
	background: transparent url(/admin/images/footer_bg.jpg) no-repeat top left;
}
	#footer a {
		text-decoration: none;
		font-size: 11px;
	}
	#internal_links {
		float: right;
	}
		#internal_links a {
			padding: 0 7px 0 7px;
			border-right: 1px solid #a1a5a9;
		}
		#internal_links a.last {
			border: none;
		}
	#copyright {
		float: left;
		color: #a1a5a9;
		font-size: 11px;
	}
