/*
	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.
 */

body
{
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
	font-weight: Bold;
	font-size: 100.1%;	/* font sizing approach recommended by Dave 
				   Silvester on the css-discuss list. "the 
				   .1 is important." */
}

#pageFrame
{
	font-size: 80%;
}

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
	font-size: 80%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
}
#innerContentColumn h3
{
	color: #59291D;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
}

/*** Horizontal Navigation Area ***/

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: Tahoma Bold, Verdana Bold, MS Sans Serif;
	font-weight: bold;
	font-size: 80%;
	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 */
}


