/*
	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, table, td, ul, li
{
	font-family: Helvetica, Arial, Sanserif;

}
/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Helvetica, Arial, Sanserif;
	font-size: 60%;
	line-height: 140%;
}
h3 {
	padding:0;
	margin:0;
}
#innerLeftColumn h3
{
	color: #000;
	margin: 2em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Helvetica, Arial, Sanserif;
	font-size: 75%;
	line-height: 180%;
}
#innerContentColumn h3
{
	color: #000;
}

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

/*** Footer ***/
#innerFooter
{
	font-family: Helvetica, Arial, Sanserif;
	font-size: 0.65em;
}
#innerFooter a, #innerFooter a:active, #innerFooter a:hover
{
	color: #000;
}


/*** Horizontal Navigation Area ***/
#hnav
{
	font-family: Helvetica, Arial, Sanserif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
#vnav
{
	font-family: Helvetica, Arial, Sanserif;
	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 
						*/
}

