* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	margin:0 0;
	padding:0 0;
	background-color:#CBE4C5;
	padding-bottom:20px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.3em;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:210%;
	font-weight:bold;
	color:#993333;
	margin-top:0em;
	margin-bottom:0.75em;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#336633;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#336633;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#1540EA;
}

a:hover {
	text-decoration:none;
	color:#993333;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */

#page {
	width:723px;
	margin:0 auto;
	padding:0;
	margin-top:20px;
	background-color:#fff;
	background-image:url("../images/page-bg.gif");
	background-position:top;
	background-repeat:repeat-y;
	text-align:left;
}

#header {
	height:115px;
	margin:0px;
	padding:0;
	position:relative;
}

#body {
	margin:0 10px;
	background-repeat:no-repeat;
	padding:0px;
	padding-top:4px;
}

#content {
	width:490px; /* 2px less due to IE bug with overflowing <em>s */
	padding:40px 20px 0px 0px;
	float:right;
}

#sidebar {
	margin:0;
	width:176px;
	padding:300px 0px 0px 6px;
	float:left;
	margin-top:0px;
	_margin-top:-2px;
}


#footer {
	padding:0 10px;
	padding-bottom:0;
	height:25px;
	clear:both;
}

#clear {
	clear:both;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#666;
	font-size:90%;
	background-position:top right;
	background-repeat:no-repeat;
}

#sidebar h2 {
	width:159px;
	color:#FFFFFF;
	background-color:#E47743;
	margin:0 -6px 0px -6px;
	padding-left:6px;
	border-bottom:1px solid #e5e5e5;
	font-size:120%;
}


/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	color:#336633;
	font-size:85%;
	margin:0;
	padding-left:160px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

#footer a {
	color:#336633;
	font-size:90%;
	margin:0;
	padding-top:9px;
}

#newline-signature {
	text-align:center;
	margin:0 auto;
	margin-left:170px;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:0 auto;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	padding-left:11px;
	list-style:none;
	height:36px;
	position:absolute;
	top:115px; left:95px;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	background:none;
	float:left;
}

#main-nav li a {
	background-repeat:no-repeat;
	display:block;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	margin-right:1px;
}

#main-nav li.about-npp a {
	width:86px;
	padding:0;
	margin-right:4px;
	height:36px !important;
}	

#main-nav li.grants a {
	width:102px;
	background-image:url(../images/grants.png);
}	

#main-nav li.education a {
	width:102px;
	background-image:url(../images/education.png);
}	

#main-nav li.boardnet a {
	width:102px;
	background-image:url(../images/boardnet.png);
}	

#main-nav li.resources-information a {
	width:104px;
	background-image:url(../images/resources.png);
}

#main-nav li.pro-bono-project a {
	width:97px;
	background-image:url(../images/pro-bono-project.png);
}



#main-nav li a:hover {
	
}

#main-nav li a.current {
	
}

#main-nav li a.current:hover {
	
}

/* Sub nav */

h2.sub-nav {
	
}

#sub-nav {
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	list-style:none;
	text-align:right;
	
}

#sub-nav li {
	padding:0;
	margin:0px;
	padding-right:14px;

}

#sub-nav li a {
	display:block;
	padding:2px 0px;
	margin:0px;
	color:#336633;
	text-decoration:none;
	width:161px;
	
}

#sub-nav li a:hover {
	color:#CD9934;
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	font-weight:bold;
}


/* Crumbs */

#crumbs {
	font-size:85%;
	color:#666;
	padding:0;
	padding-bottom:0.5em;
	margin:0;
	margin-bottom:1.5em;
	list-style:none;
	border-bottom:1px solid #ddd;
}

#crumbs li {
	display:inline;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	display: none;
	font-size:75%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.posts .date {
	font-weight:normal;
	color:#FF7300;
}

.posts .categories a {
	color:#777;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #e8e8e8;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	display: none;
	font-size:75%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #e8e8e8;
}

.post .date {
	font-weight:normal;
	color:#FF7300;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FF7300;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#005597;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts .meta {
	display:none;
}

ul.recent-posts span.date {
	color:#FF7300;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */


/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #ddd;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#eee;
    border-bottom:1px solid #ddd;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #ddd;
}