/*
	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 "kphp-colors.css";

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

.help
{
	border-bottom-style: dashed;
	border: 1px;
	cursor: help;
}
/*** Masthead ***/
#header h1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* 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 */
}

/*** Column Specifications ***/
ol.sitemap 
{
	margin: 0;
	padding: 0;
}

li
{
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

.col1
{
	margin-left: 5em;
}

.col2
{
	margin-left: 22em;
}

.coltopper
{
	margin-top: -36.4em;
}
