body {
background-color:#665;
}

#pageFrame,#masthead,#footer {
background-color:#fff;
}

#masthead,#footer {
background-color:#885;
color:#fff;
}

#footer {
border-bottom:solid 1px #997;
}

.hnav,.hnav ul li a {
background-color:#cc9;
color:#336;
}

.vnav ul li a {
color:#336;
background-color:#cc9;
}

.hnav ul li a:hover,.vnav ul li a:hover {
background-color:#336;
color:#fff;
}

/*** 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;
	margin: 1em 0 0 0;
}
#innerContentColumn h3
{
	color: #000000;
}

/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** Footer ***/
#innerFooter
{
	font-family: Georgia, "Times New Roman", serif;
}

/*** 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: bold;
	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 */
}

