/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}

/*** Content ***/
#innerContentColumn
{
	font-family: Arial, Verdana, sans-serif;
}

#innerContentColumn h1
{
	color: #213A72;
	font-size: 1.2em;
}

#innerContentColumn h2
{
	color: #213A72;
	font-size: 1.1em;
}


#innerContentColumn h3
{
	color: #009;
}


/*** Footer ***/
#innerFooter
{
	font-family: Arial, Verdana, sans-serif;
}

/* horizontal navigation */

#masthead #navigation ul a {
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
}
/*
WTF GEM! LINKS SHOULD BE VISIBLE!!!
a.txtLink {color: #000; text-decoration:none;}
a.txtLink:active { color: #000;text-decoration:none; }
a.txtLink:visited { color: #000; text-decoration:none;}
a.txtLink:hover { color: #CC6666;  text-decoration:none;}
*/
#hnav a.txtNav
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */

}