/* Hack to fix transparancy bug in Internet Explorer 6 and earlier */
img, div { behavior: url("http://www.telegraphcanyonband.com/css/iepngfix.htc") }

.keyname {
	width: 5px;
	visibility: hidden;
}


/* inline tags */
H1 {
	text-indent		: 0pt;
	margin-top		: 12pt;
	margin-bottom		: 6pt;
	font-family		: Papyrus,"Comic Sans MS",sans-serif;
	font-size		: 14pt;
	color			: #dd9900;
}

H2 {
	text-align		: left;
	text-indent		: 0pt;
	margin-top		: 12pt;
	margin-bottom		: 6pt;
	font-family		: Papyrus,"Comic Sans MS",sans-serif;
	font-size		: 12pt;
	font-weight		: bold;
	color			: #dd9900;
}

H3 {
	text-align		: left;
	text-indent		: 0pt;
	margin-top		: 6pt;
	margin-bottom		: 3pt;
	font-family		: Papyrus,"Comic Sans MS",sans-serif;
	font-size		: 10pt;
	text-decoration	: underline;
	color			: #dd9900;
}

H4 {
	text-align		: left;
	text-indent		: 0pt;
	margin-top		: 6pt;
	margin-bottom		: 3pt;
	font-family		: Papyrus,"Comic Sans MS",sans-serif;
	font-size		: 10pt;
	text-decoration	: underline;
	color			: #dd9900;
}
	
	
A:link
{
	text-decoration		: none;
	color				: #FDE437;
}

A:hover
{
	text-decoration	: none;
	color			: #FFF;
}

A:visited
{
	text-decoration		: none;
	color				: #FDE437;
}
	
body {
	font-family		: Papyrus,"Comic Sans MS",sans-serif;
	color			: #dd9900;
}
	
.advise {
	font-family		: Papyrus,'Comic Sans MS',sans-serif;
	font-size		: 10pt;
}

.footer {
	font-family		: Papyrus,'Comic Sans MS',sans-serif;
	font-size		: 9pt;
}

.leader {
	font-family		: Papyrus,'Comic Sans MS',sans-serif;
	font-size		: 14pt;
	color			: #dd9900;
}

.bio {
	font-family		: Papyrus,'Comic Sans MS',sans-serif;
	font-size		: 10pt;
	color			: #000000;
}

.bioTD {
	width			: 140px;
	text-align		: left;
}

.bioTDc {
	width			: 150px;
	text-align		: center;
}

.bioTDd {
	width			: 150px;
	text-align		: center;
	font-size		: 12pt;
	font-weight	: bold;
	color			: #aa2200;
}

.bioTR {
}

/* objects */

div#navbar2 {
    height: 30px;
    width: 100%;
    text-align: center;
}

div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-size: small;
    line-height: 30px;
    white-space: nowrap;
}

div#navbar2 li {
    list-style-type: none;
    display: inline;
}

div#navbar2 li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FDE437;
}

div#navbar2 li a:link {
    color: #FDE437;
}

div#navbar2 li a:visited {
    color: #FDE437;
}

div#navbar2 li a:hover {
    color: #FFF;
}