/* CSS Document */

#navlist
{
	padding: 0.1em;
	margin-left: 0em;
	font: .9em "Century Gothic";
	width: 10em;
	color: gray;
}

#navlist li
{
	list-style: none;
	text-align: left;
	display: block;
	line-height: 1em;
	margin: 0em;
}

#navlist li a
{
	display: block;
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 1em;
	color: #3399CC;
	padding: 0.7em 0.5em 0.7em 0.9em;
}

#navlist li a:link, #navlist li a:visited{
      color: #3399cc; 
	  }

#navlist li a:hover{
	color: #993333;
	text-decoration: underline;
	font-family: "Century Gothic";
	font-size: 1em;
	line-height: 1em;
}
.VertNavSectionHeader {
	font-family: "Century Gothic";
	color: #333333;
	list-style: none;
	line-height: 1.5em;
	margin-top: 1.1em;
	font-weight: bold;
	font-size: .9em;
	width: 8em;
}
.NavLinksVertical {
	font-family: "Century Gothic";
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	color: #003399;
	padding: .2em;
	margin: .2em;
}


body#barbara a#barbaranav,
body#doxa a#doxanav,
body#tilu a#tilunav,
body#terri a#terrinav,
body#iona a#ionanav,
body#linda a#lindanav,
body#sue a#suenav,
body#martine a#martinenav,
body#jenefer a#jenefernav
 {
	color: #993333;
	font-weight: bold;
	font-family: "Century Gothic";
	font-size: 1em;
	line-height: 1em;
	margin: 0em;
	
}

