/*
	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: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#innerContentColumn h3
{
	color: #009;
}

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

/*** Footer ***/
#innerFooter
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

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

/*** Vertical Navigation Area ***/
.vnav
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:.8em;
}

/***additional colors and sizes ***/

.bkTitle {
	color:black;
	font-size:1em;
	font-weight:bold;
	}
	
.smallish{
	font-size:.8em;
}

.smallest{
	font-size:.5em;
}
