* {
	color: #000;
	background-color: white !important;
	background-image: none !important;
}

body {
	font-family: "Bitstream Vera Sans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin: 0 0.5em;
	text-align: left;
}

a, a:link, a:visited {
	background: transparent;
	border-bottom: none;	/* Needed for Safari... */
	text-decoration: none;
	margin: 0;
	padding: 0;
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 7pt;
	color: #000;
}

li {
	padding: 0 0 0.5em 0.5em;
	margin: 0;
	margin-left: 0.5em;
}

/* Display the URL after each link */
#content a[href^="/"]:after {
	content: " (http://www.realising-potential.org" attr(href) ") ";
	font-size: 11pt;
}

#content a[href^="http:"]:after {
	content: " (" attr(href) ") ";
	font-size: 11pt;
}

#content a[href*="#fn"]:after,
#content div.sitemap a:after { content: ""; }

/* Page elements that we do not need */
#menus, #headermenu, 
#header, #accessibility,
span.pathway, img.map, div.contenttoc { display: none; }
/* End (Page elements that we do not need) */

#content { 
	width: auto;
	line-height: 135%;
	float: none !important;
}

h1 { text-align: center; }

h1, h2 {
	padding: 0;
	margin-bottom: .5em;
	margin-top: 1em;	
}

h2 { border-bottom: 1px solid black; }

h3, h4 {
	margin-bottom: .25em;
	margin-top: 1em;
}

h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 13pt; }

h1, h2, h3, h4 { line-height: 125%; }

hr { 
	color: #000;
	border: 2px solid black;
}

blockquote, #sidebar, .admonition { padding: 0 0.25em; }

.admonition {
	margin-left: 5em;
	padding-left: 0.5em;
	border-left: 5px solid #ccc;
}

.admonition h2 { border: none; }

blockquote { 
	background: none;
	/* (2006-06-28) Safari doesn't support this, it just displays a thick
	 * border instead
	 */
	border: 3px double black; 
	font-size: 11pt;
}

blockquote h3 {
	font-style: normal;
	font-weight: bold;
	text-align: right;
	font-size: 10pt;
	display: block;
	border-bottom: 0.25em;
}

#sidebar {
	margin-top: 1em;
	border: 2px solid black;
	font-size: 11pt;
}

#sidebar .heading {
	padding-right: 0;
	margin: 0;
}

.picture {
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	width: 45%;
	height: 45%;
}

/* Additional class made to move a picture to the left or right
 * side in an article, placing some padding in there as well.
 */
.left {
	float: left;
	margin-right: 15px;
}

.right {
	float: right;
	margin-left: 15px;
}

#sidebar h2 { border-bottom: none; }

dl.promotion {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

dl.promotion dt img {
	float: left;
	margin: 0 15px 0 0;
}

dl.promotion dt {
	font-size: 18pt;
	font-weight: bold;
}

dl.promotion dd {
	margin-left: 140px;
	font-size: 11pt;
}

.case-study-header {
	padding: 0;
	margin: 0;
}

.case-study-header h2 {
	padding-bottom: .25em;
	line-height: 120%;
	margin-left: 2.5em;
	border: none;
}

.case-details { 
	margin-left: 4em;
	padding-left: 1em;
	border-left: 2px solid #000;
}

.case-details p {
	padding-top: 0;
	font-size: 11pt;
}

.case-details em {
	display: block;
	font-style: normal;
	font-size: 10pt;
	text-align: right;
}

.case-details h3 {
	margin: 0;
	font-size: 11pt;
	border: none;
	text-align: right;
}

div.contenttoc a:after { content: ""; }

table { 
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

form table { border: none; }

form td { 
	border: none;
	text-align: left;
}

td {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	vertical-align: top;
	padding: 6px 9px;
}

th {
	text-align: left;
	color: #000;
	font-size: 11pt%;
	padding: 6pt;
}


th#snr2003, th#snr2004, th#snr2005,
th#all2003, th#all2004, th#all2005 {
	border-top: none;
	border-left: none;
}

th#bt-all, th#bt-senior { 
	width: 39%;
	border-left: none;
}
th#bt-women, th#bt-minority, th#bt-disability { 
	border-top: none;
}

table#bt .categories {
	width: 22%;
	padding: 3px 5px;
	text-align: right;
}

th#snr2003, th#snr2004, th#snr2005,
th#all2003, th#all2004, th#all2005 { width: 13%; }

/* A simple table for two-column tables */

table#simple { 
	border: 1px solid black;
	width: auto;
}

table#simple th, table#simple td { width: 50%; }

table#simple th {
	font-weight: normal;
	border-left: 1px solid black;
	text-align: left;
}