@import "colors.css";

#innerLeftColumn p
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

#innerContentColumn
{
	font-family : Arial,Helvetica,Verdana,sans-serif;
	font-size: 90%;
}
#innerContentColumn h3
{
	color: #00008b;
}

#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}

#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 70%;
}

.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

.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 */
}
