* {
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
}
BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
	/*font-size: 110%;*/
	color: black;
	margin: 0;
	padding: 0;
}
IMG {
	border: 0;
}

/* #### Neurobio Menu ####  */
TABLE.neurobiomenu {
	border: 0;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}
/* level1 = menu first line */
.level1 {
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
	background: url("/images/logo-down-alt.gif") no-repeat;
	/*border-bottom: dotted 1px #9098ff;*/
	border-bottom: solid 2px yellow;
	text-align: right;
	background-color: #00428c;
	color: gray;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-right: 1em;
	padding-left: 1em;
	margin: 0;
	font-size: 80%;
	clear: both;
}
.level1 A {
	color: white !important;
	/*padding: 2px; Netscape4 doesn't like that */
	font-weight: bold !important;
	text-decoration: none !important;
	font-size: 80% !important;
}
#selected1 {
	text-decoration: underline !important;
}
.level1 A:hover {
	background-color: white !important;
	color: #00428c !important;
	text-decoration: none !important;
	-moz-border-radius: 5px 5px 5px 5px;
}
/* level2 = menu second line */
.level2 {
	text-align: right;
	font-size: 80%;
	background-color: #9098ff;
	color: gray;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	padding-left: 1em;
}
.level2 A {
	color: white !important;
	/*padding: 2px; Netscape4 doesn't like that */
	font-weight: bold !important;
	text-decoration: none !important;
	font-size: 80% !important;
}
.level2 A:hover {
	background-color: white !important;
	color: #9098ff !important;
	text-decoration: none !important;
	-moz-border-radius: 5px 5px 5px 5px;
}
.level2 A.dept_directory {
	/*color: #00428c !important;*/
	color: #ffcc66 !important;
}
.level2 A.dept_directory:hover {
	color: #9098ff !important;
}
#selected2 {
	text-decoration: underline !important;
}

.footerBox {
	position: relative; 
	bottom: 0;
}
.footer {
	font-size: 80%;
	background-color: #9098ff;
	color: white; 
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	padding-left: 1em;
}
/* Form list used in the second line */
FORM.thin {
	margin: 0;
	padding: 0;
}

/* #### Incorporated navigation #### */
.index {
	background: #ffffc0;
	position: relative;
	float: right;
	border: solid 1px gray;
}
.navig {
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	background: #ffffc0; 
	text-align: center;
	padding: 2px;
	margin: 2em;
}

.contact {
	border: 1px dotted #9a9acb;
	background-color: #ded;
	/*background-color: #ffffc0; */
	padding: 1em;
}

TABLE, TR, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif, "MS sans serif"; 
	/*font-size: 200%;*/
}

DIV#global {
	background-color: transparent;
}
DIV.content {
	padding: 1em;
	background-color: transparent;
}

/* Basic style */
A {
	color: #000084;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline
}
H1 {
	color: #6666cc;
	text-align: center;
	margin: 1em;
	font-size: 130%;
}
H1 .sub {
	font-size: 90%;
}
H2 {
	font-size: 110%;
	text-decoration: underline;
	margin-left: 3em;
}
H3 {
	font-size: 105%;
}
P {
	text-align: justify;
}
P.big:first-line {
	margin-left: 2em;
}
IMG {
	border: 0;
}


