
/* HIDE LAYOUT FROM OLD BROWSERS --------------------------------------------------------------------------------- */
@import "layout.css";

/* GENERIC VALUES ------------------------------------------------------------------------------------------------ */

h2 { font-size: 1.2em; font-weight: normal }
h3 { font-size: 1em; font-weight: bold; }
p, ul {	font: 0.7em Verdana,Geneva,sans-serif; }
ul ul { font-size: 1em; }
a { color: #9CBE3F; font-weight: bold; }
a:hover { color: #006CAC; }

/* LEVEL SUB-NAV ------------------------------------------------------------------------------------------------- */
#levelSubNav ul li a {
	font: bold 1em Verdana,Geneva,sans-serif;
	color: #006CAC;
	text-decoration: none;
}

#levelSubNav ul li a:hover {
	color: #9CBE3F;
	text-decoration: underline;
}
