/*
	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: 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: 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
}
#innerContentColumn h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #408D9D;
	padding: 10px 0 10px 0;
}
#innerContentColumn h3
{
	color: #009;
}
.header {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	color: #408D9D;
	}
.header2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bold;
	color: #408D9D;
	text-indent: 0;
	}
.highlight{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #408D9D;
	text-indent: 0;
	}
.high_space{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #408D9D;
	line-height: 130%;
	text-indent: 0;
	}	
.firstline  {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #408D9D;
	text-indent: 20px;
		}
.disclaimer {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #408D9D;
	text-indent: 0;
	}
#hometext {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A939A;
	line-height: 130%;
	text-indent: 0;
	text-align: center;
	}
.hometext {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
	color: #4A939A;
	line-height: 130%;
	text-indent: 0;
	}

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

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}


