/*
	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, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#innerContentColumn h1
{
	color: #009;
	font-size: 1.3em;
	border-bottom-style: solid;
	border-bottom-color: #009;
	border-bottom-width: 1px;
}
#innerContentColumn h2
{
	color: #009;
	font-size: 1.1em;
}
#innerContentColumn h3
{
	color: #009;
	font-size: 1.0em;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Arial, Helvetica, sans-serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .7em;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
