@charset "iso-8859-1";
/*
	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: Arial, "Times New Roman", serif;
	font-size: 90%;
	line-height: 120%;
	/*/*/ /*/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: arial, "Times New Roman", serif;
	/* image used as background color for innercontent column ( #acbfdd ) */
	background: #C6F793 /*url('../blue.gif') repeat 5 0;*/
}
#innerContentColumn h3
{
	color: #009;
	text-decoration:none;
}

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

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

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: arial, "Times New Roman", serif;
	font-weight: bold;
	font-size: 90%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: arial, "Times New Roman", serif;
	font-weight: bold;
	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 */
}
.vnavlower
{
font-family: arial, "Times New Roman", serif;
font-weight: bold;
font-size: 90%;
line-height: 150%
}