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

#container
{
min-width: 815px;
width:expression(document.body.clientWidth < 815? "815px": "auto" );
}

/*** Left Column ***/
#innerLeftColumn p
{
  font-family: Arial, "verdana", serif;
	font-size: 70%;
  color:  #bbb;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn
{
  min-height: 300px;
  font-family: Arial, "verdana", serif;
	font-size: 70%;
  color:  #bbb;
}
#innerLeftColumn h3
{
	color: #999;
	margin: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
  font-family: Arial, "verdana", serif;
  color: #bbb;
}
#innerContentColumn h3
{
	color: #999;
}

/*** Masthead ***/
#masthead h1
{
	width: 815px;
  font-family: Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}
/*** Horizontal Navigation Area ***/
#menu
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}
