@charset "UTF-8";/* CSS Document: neuroConcepts.css */body { cursor: pointer; background-color: white; }div#overall {  position: relative; width: 800px; }	div#contentDiv   {  position: relative; top: 10px; left: 10px; width: 100%; }div#titleDiv {font-family: Helvetica, Arial, Verdana, sans-serif; text-align: center; position: relative; top: 0px;  width: 100%; }div#titleDiv span#banner { color: black; font-size: 24px; font-style: italic }div#titleDiv span#title { color: black; font-weight: bold; font-size: 36px; }div#imgDiv{ position: relative; top: 0px;}div#textDiv { position: relative; top: 0px; width: 90%; text-align: left; font-weight: normal; font-size: 18px; font-family: "Times New Roman", Georgia, Times; }div#textDiv.text { padding-left: 5%; padding-right: 5%; }div#textDiv span {font-weight: bold; font-size: 20px;  font-family: Helvetica, Arial, Verdana, sans-serif;}div#textDiv em {font-weight: bold; font-size: 22px; font-style:italic; }div#textDiv strong { color:black;}div#textDiv span.norm { color: navy; text-decoration: none }div#textDiv span.ovr { color: blue; text-decoration: underline }div#textDiv span.grayNorm { color: gray; }div#goVanatDiv { position: relative; top: 20px; width: 100%; text-align: center; font-weight: bold;font-size: 20px;font-family: Helvetica, Arial, Verdana, sans-serif; }div#goVanatDiv a.Norm { color: navy; text-decoration: none }div#goVanatDiv a.Ovr { color: blue; text-decoration: underline }hr {color: gray; height: 2px; width: 200px }div#buttonDiv { position: relative; top: 10px; left: 0px; width:100%;  font-weight: bold; font-size: 18px; font-family: Helvetica, Arial, Verdana, sans-serif; font-style: italic}.goButNorm { color: navy;  text-decoration: none; width: 60px}.goButOvr { color: blue; text-decoration: underline;  width: 60px; }div#footerDiv {position: relative; top: 40px; left: 0px; width: 100%; text-align:center; color: black; font-weight: normal; font-size: 16px; line-height: 150%; font-family: "Times New Roman", Georgia, Times }span.footerHead {font-weight: bold; font-size: 20px;}div#textDiv span.Norm { color: navy; text-decoration: none }div#textDiv span.Ovr { color: blue; text-decoration: underline }div#goTopDiv { position: relative; top: 10px; left: 0px; width:100%;  font-weight: bold; font-size: 18px; font-family: Helvetica, Arial, Verdana, sans-serif; font-style: italic}div#goTopDiv.goNorm {  color: navy; text-decoration: none; }div#goTopDiv.goOvr { color: blue; text-decoration: underline;  }