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


/*** Content ***/
#innerContentColumn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
text-align:center;
vertical-align:top;

}
#innerContentColumn h3
{
	color: #003366;
}

#innerContentColumn h2
{ font-family:Georgia, "Times New Roman", Times, serif;
color:#003366;}

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

}

/*** Footer ***/
#innerFooter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

#tblboda {font-size: 75%;}

.small {font-size:75%;}







