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

#innerLeftColumn h5
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	color: #006;
	margin: 1em 0 0 0;
	
}

/*** Content ***/
#innerContentColumn
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	font-size: 85%;
}
#innerContentColumn h3 
{
	color: #009;
}

/*** Masthead ***/
#masthead h1
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
}

/*** Footer ***/
#innerFooter h5 
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	font-size: 75%;
}
#innerFooter h6 
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	font-size: 75%;
}
#innerFooter p 
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	font-weight: bold;
	font-size: 75%;
}
/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	font-weight: bold;
	font-size: 75%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: 'Trebuchet MS', Verdana,'sans serif';
	font-weight: bold;
	font-size: 75%;
	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 */
}
