/*
	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 "home-page-colors.css";
body {
	width: 705px;
	margin: 0 auto;
}
/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5DC;
	text-align: center;
	padding: 10px 0 10px 10px;
	margin: 46px 0 0 0;
	border: 1px dotted #708090;
	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 {
	background-image: url(../images/home3crop1A.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
#innerContentColumn img {
	width: 1px;
	height: 280px;
	/height: 260px;
	/margin-top: 10px;
	/margin-bottom: 0;
}
/*** Masthead ***/


/*** Footer ***/

#innerFooter
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#innerFooter p 
{
	margin: 0;
	padding: 0;
}
#innerFooter a {
	color: #ccc;
	text-decoration: none;
	padding-top: 0px;
	font-weight: bold;
} 
#innerFooter a:hover {
	color: #fff;
	border-top: thin dotted #fff;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 175%; /* 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 */
}



