/*
	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";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h2
{
	color: #006;
	margin: 1em 0 0 0;
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
	font-family: Arial, sans-serif;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Arial, sans-serif;
}
#innerContentColumn h2
{
	color: #009;
}
#innerContentColumn h3
	font-family: Arial, sans-serif;
{
	color: #009;
}

/*** Masthead ***/
#masthead h1
{
font-family: Arial, sans-serif;
}

/*** Footer ***/
#innerFooter
{
font-family: Arial, sans-serif;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 72%;
	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 */
}

.code { background-color: #efefef; color: #000000;  border-color:#982306;  border-width:1px 1px ;  border-style: solid;  padding: 1em; font-size: 100%; font-family: "Courier New", Courier, monospace; margin-top: 0.8ex;  margin-right: 1em;  margin-bottom: 1em;  margin-left: 1em; }


.Code { background-color: #efefef; color: #000000;  border-color:#982306;  border-width:1px 1px ;  border-style: solid;  padding: 1em; font-size: 100%; font-family: "Courier New", Courier, monospace; margin-top: 0.8ex;  margin-right: 1em;  margin-bottom: 1em;  margin-left: 1em; }
