/*
	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: Verdana, Georgia, "Times New Roman", serif;
	font-size: 80%;
	line-height: 140%;
	color: #fff;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h2, h3, h4, h5
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
	color: #006;
	margin: 1em 0 0 0;
}
#innerLeftColumn h3
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
	text-align: center;
	color: #fff;
	margin: 1em 0 0 0;
}
#innerLeftColumn h5 
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
	text-align: center;
	color: #fff;
	margin: 1em 0 0 0
}
#innerLeftColumn a
{
	color: #fff;
}
#innerLeftColumn hr
{
	color: #fff;
}	

/*** Content ***/
#innerContentColumn
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
}
#innerContentColumn h3
{
	color: #009;
}
#innerContentColumn h2
{
	font-size: 1.3em;
	color: #900;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Verdana, Georgia, "Times New Roman", serif;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, 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 */
}

