/*
	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: 80%;
	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;
}
#innerContentColumn h3
{
	color: #009;
}

#innerContentColumn h2
{
	background: #fff;
	border-bottom: 1px dotted #FF9006;
	color: #940D1E;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0.3em;
}

/*** Masthead ***/

#masthead
{
	height				: 50px;
	background-image	: 
	background-repeat	: no-repeat;
	background-position	: center;
	margin				: 0px;
	padding				: 0px;
	color				: #ffffff;
	background-color	: #000000;
	border				: solid 1px #000000;
	border-bottom 		: solid 2px #696969;
	text-align			: center;
}
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
	
}

#header
{
	height				: 250px;
	background-image	: 
	background-repeat	: no-repeat;
	background-position	: center;
	margin				: 0px;
	padding				: 0px;
	color				: #ffffff;
	background-color	: #000000;
	border				: solid 1px #000000;
	border-bottom 		: solid 2px #696969;
	text-align			: center;
}
#header h1
{
	font-family: Georgia, "Times New Roman", serif;
	
}

#span.highlight
{
background-color:yellow;
}

#dashed {
background-color: #DEDEDE;
width 250px;
border: 1px dashed #006;
padding: 0px 8px;
margin-top: 5px;
margin-left: 60px;
margin-right: 60px;
text-align: justify;
}

/*** Footer ***/
#innerFooter
{
	font-family: Trebuchet MS, verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	border-style:solid;
	border-bottom-color:#940D1E;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
	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 */
}
