html body {
	float: none;
	background-color: white;
	/*font-size: 12pt;*/
	font-family: Georgia, serif;
	color: #000000;
}

body #container, body #containerhome {
	background: white;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	color: #000000;
}

#banner {
	display: none;
}

html body #bannerwrap {
	border-bottom: none;
	height: 50px;
}

html body #bannerwrap #logo {
	float: none;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	background: transparent none;
	color: #737E82;
	/*font-size: 18pt;*/
	font-family: verdana, sans-serif;
	text-indent: 0;
	width: auto;
	height: auto;
	text-align: center;
}

#secundarynav, #calendarnav {
	display: none;
}

html body #topnav{
	float: none;
	border-top: 1px dashed #737E82;
	border-bottom: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

html body #topnav ul{
	display: none;
	float: none;
}

html body #primarycontent, html body #homecontent {
	background: white;
	float: none;
	padding: 0;
	margin: 0;
}

html body #footer, html body #homefooter {
	background: white none;
	border-top: 1px dashed #737E82;
	padding: 12px;
	margin-top: 12px;
}

/*html body #primarycontent h1 {
	font-size: 20pt;
}

html body #primarycontent h2 {
	font-size: 18pt;
}

html body #primarycontent h3 {
	font-size: 16pt;
}

html body #primarycontent h4 {
	font-size: 14pt;
}*/

html body a:link, html body a:visited {
	color: #737E82;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
   }
   
#primarycontent a[href]:not([href^="./"]):after, 
#homecontent a[href]:not([href^="./"]):after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

/*#primarycontent a[href^="./"]:after, #homecontent a[href^="./"]:after {
   content: " (http://www.neuroinf.org" attr(href) ") ";
   }*/

html body #primarycontent .mytable th {
	border: 1px solid #737E82;
	background-color: #fff;
}

html body #primarycontent .mytable th.alt {
	background-color: #fff;
	color: #737E82;
	border-top: 1px solid #737E82;
}

html body #primarycontent .mytable td {
	border-right: 1px solid #737E82;
	border-left: 1px solid #737E82;
	border-bottom: 1px solid #737E82;
}

html body #primarycontent .mytable td.alt {
	background-color: #fff;
	color: #737E82;
}

html body #primarycontent .mytable td.altcen {
	background-color: #fff;
	color: #737E82;
	text-align: center;
}