/*
	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:Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}

/*** Content ***/
#innerContentColumn
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}
#innerContentColumn h3
{
	color: #009;
}

/*** Footer ***/
#innerFooter
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:85px;

}


/*** Vertical Navigation Area ***/
.vnav
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align:right;
	padding-right:10px;
	cursor:pointer;
	 /* 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 */
}
