h1
{
font-family: verdana, arial, 'sans serif';
color:black;
font-size: 30px;
font-weight:bold;
text-align: right;
margin-top: 15px;
margin-bottom: 30px;
text-decoration: none;
}

body
{
   font-size: 12px;
   line-height: 1.5em;
   color: black;
   background-color: #EEEEEE;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   padding: 20px;
   font-family: verdana, arial, 'sans serif';
}


#footer
{
	font-size: 10px;
	text-align: center;
}

#title {
	color: #584181;
	padding-left: 4px;
	line-height: 1.0em;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	/*width: 70%; */
	}

#listheader
{
	font-size: 14px;
	font-weight:bold;
}

#subheader
{
	text-align: right;
}

.navIndicator
{
   font-size: 16px;
   line-height: 1.5em;
   color: white;
}



a:link    {color:663366}
a:visited {color:663366}
a:active  {color:663366}
a:hover   {color:#9933CC}