/*
	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.
 */


/*** Masthead ***/
/*#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
	}
#masthead p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}*/
.centertext
{
	text-align: center;
}
/*      style I added */

#title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	margin: 50px 0px 0px 10px;
	/*padding-top: 50px;	*/
	
}
/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: .6em;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 72%;
	line-height: 175%; /* 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 */
}

