/*
	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";


/*** Content ***/
#innerContentColumn
{
	font-family: Georgia, "Times New Roman", serif;
}
#innerContentColumn h1,h3
{
	color: #009;
}

#innerContentColumn .subsection
{
	font-size: 120%;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Vertical Navigation Area ***/
.vnav
{
	
	font-family: Georgia, helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 90%;
	line-height: 150%; /* 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 */
}

.bold
{
	font-weight:bold;
}

.title
{
	color: #009;
	font-size:130%;
	font-weight:bold;
}