/*
	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: Verdana, Sans-Serif, Serif;
	font-size: 70%;
	line-height: 140%; /*/*/ /*/line-height: normal;/* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	margin: 1em 0 0 0;
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 1.2em;
	padding: 2px 0px 2px 0px;
}

/*** Content ***/
#innerContentColumn
{
	font-family: Verdana, Sans-Serif, Serif;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman" , serif;
}
/*** masthead search form ***/
#f input
{
	font-size: 0.9em;
}
#txt
{
	width: 30%;
}
input
{
	font-size: 0.9em;
}

/*** Footer ***/
#innerFooter
{
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 0.9em;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: Verdana, Sans-Serif, Serif;
	font-weight: bold;
	font-size: 0.8em;
}
/*** Vertical Navigation Area ***/
.vnav
{
	font-family: Verdana, Sans-Serif, Serif;
	font-size: 70%;
	line-height: 180%; /* 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 */
}


.thumbnail
{
	border: 1px solid #424242;
	padding: 2px;
}

.thumbnail-left
{
	float: left;
	border: 1px solid #424242;
	padding: 2px;
}

div.spacer
{
	clear: both;
}
p.pagetitle
{
	margin-top: 15px;
	text-align: left;
	border-bottom: solid 1px #424242;
	font-weight: bold;
}

#txt_search
{
	width: 50%;
}
#btn_search
{
	font-size: 0.9em;
}


