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

body, #innerContentColumn li
{
	font-family: verdana, helvetica, sans-serif;
}

#innerLeftColumn p
{
	font-size: 70%;
	line-height: 140%;
	/*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
	margin: 0;
	padding: 10px;
}

/*** Content ***/
#innerContentColumn h1
{
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}

#innerContentColumn h1 .partner
{
	font-size: 90%;
	font-weight: bold;
	line-height: 140%;
}

#innerContentColumn .title
{
	font-size: 90%;
	font-weight: bolder;
	line-height: 140%;
	margin: 5px 0;
}

#innerContentColumn .emphtitle
{
	font-size: 100%;
	font-weight: bolder;
	line-height: 140%;
	margin: 5px 0;
}

#innerContentColumn .italictitle
{
	font-size: 90%;
	font-style: italic;
	font-weight: bolder;
	line-height: 140%;
	margin: 5px 0;
}

#innerContentColumn p, dt, dd, td, #innerContentColumn li
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
}
 
#innerContentColumn #subheading p
{
	font-size: 80%;
	font-weight: bold;
	line-height: 120%;
}



#innerContentColumn  p
{
	margin: 8px 0 12px 0;
	font-family: arial, verdana, helvetica, sans-serif;
}

.contact
{
	text-align: left;
	font-weight: bold;
	font-size: 80%;
}


/*** Horizontal Navigation Area ***/
#hnav
{
	font-weight: bolder;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
#vnav
{
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; 
	/*/*/ /*/line-height: 120%;/* NS4 Fix */
}

#vnav ul li a.sub
{
	font-size: 90%;
}

/*** Horizontal Navigation Area ***/
#fnav
{
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; 
	/*/*/ /*/line-height: 120%;/* NS4 Fix */
}

/* form */
label
{
	font-size: 80%;
	line-height: 100%;
	vertical-align: top;
}