/* 
oaslc.css
CSS for all browsers
January 2004
Michael Hondel - mike@clutchmedia.com
*/


/* hide these from Netscape 4.x */
@import url(oaslc-adv.css);



/* ----------------------- */
/* NAV                     */
/* ----------------------- */

.BG-White {
	background: #FFF;
}
.BG-Mission {
	background-color: #69C;
}
.BG-Nav {
	background-color: #9CF;
}



/* ----------------------- */
/* NAV - LAYERS            */
/* ----------------------- */

#menuResearch table, #menuEducation table, #menuAbout table, #menuPress table {
	background: #147;
}
.MenuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MenuItem a {
	text-decoration: none;
	color: #FFF;
}
.MenuItem a:hover {
	text-decoration: underline;
	color: #BCD;
}



/* ------------------------------ */
/* GENERAL HTML                   */
/* ------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

