body {
	font-family: Arial, Helvetica, sans-serif;
}
.cursor {
	cursor: pointer;
}
.contenttext {
	font-size: small;
	color: black;
}
.subtitle {
	font-size: x-small;
	font-weight: bold;
	color: black;
}
.contenttitle {
	font-size: medium;
	font-weight: bold;
	color: black;
	text-align:center;
}
.menutext {
	font-size: small;
	font-weight: bold;
	color: #818181;
}
.menutext-current {
	font-style: italic;
	color: #8493CA;
}
.menutext a:link,
.menutext a:visited {
	text-decoration: none;
	color: #818181;
	padding-left:5px;
	padding-right:5px;
}
.menutext a:hover {
	text-decoration: underline;
	color: #8493CA;
}
.menutext span{
	padding-left:5px;
	padding-right:5px;
}
.subtitle-yellow {
	font-weight: bold;
	padding-left: 2em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(Neurofeedback/yellow_tab.gif);
	width: 580px;
	height: 25px;
}
.subtitle-gray {
	font-weight: bold;
	padding-left: 2em;
	display: table-cell;
	vertical-align: middle;
	background-image: url(Neurofeedback/gray_tab.gif);
	width: 580px;
	height: 25px;
}
.bullet-list {
	margin-top: 0;
}
img.block-image {
	display: block;
	border: none;
}
.navbutton {
	position: relative; /* needed to allow absolute position to work with popup */
	border-spacing: 0;
}
.navbutton a {
	font-size: large;
	font-weight: bold;
}
.navbutton a:link,
.navbutton a:visited,
.navbutton a:hover {
	text-decoration: none;
	color: #FEF89A;
}
#navbutt1,
#navbutt2,
#navbutt3,
#navbutt4,
#navbutt5,
#navbutt6,
#navbutt7 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 60px;
	width: 180px;
}
#navbutt1 {
	background-image: url(images/navbar/butt1.png);
	height: 50px;
}
#navbutt1:hover {
	background-image: url(images/navbar/butt1_over.png);
}
#navbutt2 {
	background-image: url(images/navbar/butt2.png);
}
#navbutt2:hover {
	background-image: url(images/navbar/butt2_over.png);
}
#navbutt3 {
	background-image: url(images/navbar/butt3.png);
}
#navbutt3:hover {
	background-image: url(images/navbar/butt3_over.png);
}
#navbutt4 {
	background-image: url(images/navbar/butt4.png);
}
#navbutt4:hover {
	background-image: url(images/navbar/butt4_over.png);
}
#navbutt5 {
	background-image: url(images/navbar/butt5.png);
}
#navbutt5:hover {
	background-image: url(images/navbar/butt5_over.png);
}
#navbutt6 {
	background-image: url(images/navbar/butt6.png);
}
#navbutt6:hover {
	background-image: url(images/navbar/butt6_over.png);
}
#navbutt7 {
	background-image: url(images/navbar/butt7.png);
	height: 44px;
}
#navbutt7:hover {
	background-image: url(images/navbar/butt7_over.png);
}
.navpopup {
	position: absolute;
	top: 0px;
	left: 178px;
	z-index: 1;  /* TODO: What do we really need for z-index?  -MDM 8/3/09 */
	display: none;
	border: 1px solid black;
	width: 200px;
	font-size: small;
	font-weight: bold;
	background-image: url(images/grybground.png);
	background-position: bottom;
	padding-bottom: 100px;
}
.navpopup a {
	display: block;
	font-size: medium;
	font-weight: bold;
	margin: 1em 2em;
}
.navpopup a:link,
.navpopup a:visited {
	text-decoration: none;
	color: #818181;
}
.navpopup a:hover{
	text-decoration: underline;
	color: #8493CA;
}
.quote {
	background-color: #FEF89A;
	border: 1px solid gray;
	margin: 2em;
	padding: 1em;
}