body { 
	color: black; 
	background: white;
	font: 12pt times;
}

#container p { 
	font: 12pt; 
	text-align: justify;
	text-indent: 10px;
}

#container h3 { 
	font: 16pt;
	font-weight: bold;
	text-align: left;
	letter-spacing: .5px;
	color: black;
}

#container h2 { 
	font: 12pt; 
	text-align: left;
	letter-spacing: .5px;
	text-indent: 5px;
}

#container h1 { 
	font: 14pt;
	font-style: italic; 
	font-weight: bold;
	color: black;
	text-align: left;
	letter-spacing: .5px;
	text-indent: 5px;
}

#container {
	background: white;
	color: black;
}

#pageHeader {
	background: white;
	color: black;
}

#welcome {
	background: white;
	color: black;
}

#linkList li, #linkList2 li {
	line-height: 1.8ex;
	text-align: left;
}

a:link, a:visited{ 
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#license a:link, a:visited { 
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#indent{
	text-indent: 5px;
}

#secondHeading { 
	font: 15pt; 
	font-weight:bold;
	color: black;
	letter-spacing: 1px;
}

#copyright{
	font: 8pt; 
	color: black;
	text-align: center;
	margin: 0px;
	letter-spacing: 1px;
}

#pageEnd{
	display: none;
}

#phone{ 
	font: 18pt; 
	font-weight:bold;
	color: black;
}

#hide{
	display: none;
}