/*
	Netscape4 does not do well with added colors because of the extra padding added inside 
	each block element. Thus, colors are imported. This theme file contains mostly font stuff.
 */
@import "colors.css";

/*** Paragraphs and lists***/
p, dd, ol, ul, td
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
/*** Caption ***/
#caption
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
/*** Left Column ***/
#innerLeftColumn p
{
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* Netscape4 adds too much space, so reset the line-height */
}
#innerLeftColumn h1, h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#innerContentColumn h1, h3
{
	color: #036;
}

/*** Masthead ***/
#masthead p
{
	font-size: 0.75em;
	padding-top: 6px;
	padding-left: 415px;
}

/*** Footer ***/
#innerFooter
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.95em;
	line-height: 185%; /* Mozilla suffers from a rounding problem, this value may 
						  have to be tweaked if font family or size are changed 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

