/*
	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 Formatting ***/
h1, h2, h3
{
	font-family: verdana, helvetica, sans-serif;
	margin: 1em 0 1em 0;
}

/*** Images ***/
a img,:link img,:visited img
{
  border: none;
}
.padded
{
  padding: 15px 15px 15px 15px
}

/*** Tables ***/
table
{
	border: 1px solid #ccc;
}
th
{
  border: 1px dashed #ddd;
	font-weight: bold;
	text-align: center;
	padding: .2em;
}
td
{
  border: 1px dashed #ddd;
	text-align: center;
	vertical-align: top;
	padding: 0.5em;
}

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h1
{
	margin: 1em 0 1em 0;
}
#innerLeftColumn h3
{
	color: #FB7700;
	margin: 1em 0 1em 0;
}
/*** Content ***/
#innerContentColumn
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
}
#innerContentColumn h3
{
	color: #FB7700;
}

/*** Right Column ***/
#innerRightColumn p
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerRightColumn h2
{
	font-size: 90%;
}
#innerRightColumn h3
{
	font-size: 90%;
}

/*** Masthead ***/
#masthead h1
{
	font-family: verdana, helvetica, sans-serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, 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 */
}

/*** Custom Formats ***/
.smallfont
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem,
}