/*
	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: 1em 0 0 0;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:13px;
    line-height:150%;
}
#innerContentColumn h3
{
	color: #009;
	margin: 1em 0 0 0;
}

#innerContentColumn h2
{
	color: #000;
	margin: 1em 0 0 0;
}

/*** Masthead ***/

#masthead 
{
    height:85px;
    padding:0px;
    background: url(/images/headerv2.gif) no-repeat;
}

#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:23px;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
	font-size:11px;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}

/*** Vertical Navigation Area ***/
.vnav
{
	/*font-family: verdana, helvetica, sans-serif; */
	font-weight: normal;
	font-size: 90%;
	line-height: 170%; /* 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 */
}

#crumbs
{
    margin:0;
    font-size:14px;
    line-height:14px;
    padding:7px 10px 6px 220px;
    background: url(../images/crumbs_bg.gif) no-repeat;
    border-bottom:1px solid #ccc;
   
}

#menuheader 
{
    margin:0;
    font-size:14px;
    text-align:right;
    line-height:14px;
    color:#fff;
    padding:7px 20px 6px 0;
    border-bottom:1px solid #ccc;
    background: url(../images/menuhead_bg.gif) repeat-x;
}

.tdHeader1 
{
    font-weight:bold;
    border-top:1px solid #ccc;
}