/*  Indigo Pearl Consulting stylesheet */
body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	width: 95%;
	font-size: small;
	color: #4b0082;
	background: none;
}

h1
{
	font-size: large;
	font-weight: bold;
	color: #4b0082;
	background: none;
	margin-top: 0;
}

h2
{
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	color: #a50078;
	background: none;
}

h3
{
	font-size: small;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #a50078;
	background: none;
}

p
{
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: left;
	font-size: small;
	line-height: 120%;
	color: #4b0082;
	background: none;
}

#pearl
{
position : absolute;
top : 0;
left : 0;
text-align : left;
width : 150px ;
height : 150px ;
}

#pearl img
{
border: none;
}
#banner
{
	position: absolute;
	top: 0px;
	left: 165px;
	text-align: left;
}

#sidebar
{
	position: absolute;
	top: 0px;
	right: 0;
	width: 0;
}

#secondarynav
{
	position: absolute;
	left: 10px;
	width: 150px;
	margin: 0;
	padding: 0;
}

#secondarynav li
{
	display: block;
	list-style: none;
	text-align: left;
	margin: 1%;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: small;
	line-height: 200%;
	color: #000;
	background: none;
	text-decoration: none;
}

#secondarynav a
{
	display: block;
	padding: 0;
	background: none;
	font-weight: bold;
	color: #4b0082;
	width: 150px;
	text-align: left;
	border-left: 1em;
}

#secondarynav a:hover
{
	background: none;
	font-weight: bold;
	color: #a50078;
	text-decoration: none;
	border-left: 1em;
}

#nonav li
{
	position: relative;
	list-style: none;
	margin-left: 0;
	text-align: left;
	left: 0px;
	text-decoration: none;
}

#nonav li img { margin-top: 1em; }

#localNav
{
	position: absolute;
	top: 150px;
	left: 0px;
	width: 150px;
}

#localNav img
{
border: none;
}
#primarycontent
{
	position: absolute;
	left: 165px;
	top: 150px;
	width: 70%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: small;
}

#primarycontent ul
{
	font-size: small;
	margin-left: 0.5em;
	line-height: 150%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #4b0082;
	background: none;	
	font-weight: bold;
	list-style-image: url(pearlbullet.gif);
}
#primarycontent table
{
	width: 85%;
	font-size: medium;
	margin-left: 0.5em;
	line-height: 150%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #4b0082;
	background: #fff;
	border: none;
}
#primarycontent th
{
font-weight: bold;
border: none;
padding: 3px;
color: #4b0082;
background: #edf;
}
#primarycontent td
{
font-weight: normal;
border: none;
padding:3px;
color: #4b0082;
background: #FFC7E9;
}

abbr
{
border-bottom: 1px dotted #4b0082;
}
