/*
   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: times, serif;
}

#innerContentColumn h2
{
  font-size: 110%;
  margin: 1em 0 0 0;
}
#innerContentColumn h2.first
{
  margin: 0 0 0 0;
}

#innerContentColumn h3
{
  font-size: 100%;
  margin: 1em 0 0 0;
}
#innerContentColumn h3.first
{
  margin: 0 0 0 0;
}

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

p.center
{
  text-align: center;
}

/*** Masthead ***/
#masthead h1
{
  font-family: times, serif;
  color: #a00;
}

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

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

/*** 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%;
}
