/*
	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";

/*** General ***/
p
{
	text-align: justify;
}

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}

#innerLeftColumn h3
{
	color: #fff;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: helvetica, sans-serif;
}

/*#innerContentColumn h2
{
	font-size: 120%;
	margin: 0.80 0 0;
}*/
#innerContentColumn h2.first
{
	margin: 0 0 0 0;
}

p.first
{
	margin: 0 0 0 0;
}

/*** Masthead ***/
#masthead h1
{
	font-family: helvetica, sans-serif;
	color: #fff;
}

#mhdescription
{
	font-family: helvetica, sans-serif;
	font-size: 70%;
}

/*** Footer ***/
#innerFooter
{
	font-family: helvetica, sans-serif;
	font-size: 80%;
	color: #999;
}

/*** Vertical Navigation Area ***/
.menu
{
	font-family: helvetica, sans-serif;
	font-size: 80%;
	line-height: 119%; /* Mozilla suffers from a rounding problem, 
			      this value may have to be tweaked if you 
			      change the font family or size */
	/*/*/ /*/line-height: 105%;/* NS4 Adds too much space, so lower it */
}

/*** Language Links ***/
#lang2link {
	font-family: helvetica, sans-serif;
	font-size: 75%;
}

