/*
	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: ;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #023;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: "Trebuchet MS";
	font-size: 70%;
}
#innerContentColumn h3
{
	color: #009;
}
/*** Masthead ***/
#masthead h1
{
	font-family: "Trebuchet MS";
	font-size: 70%;
}

/*** Footer ***/
#innerFooter
{
	font-family: "Trebuchet MS";
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: "Trebuchet MS";
	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 */
}
ul li {
list-style-type: square;
list-style-size: 14px;
list-style-position: outside;
}
