.white{color:white;}
 
.caps{
    padding-left: 0;
	margin-left: 0px;
	margin-top: 0px;
    list-style-type: none;
    font-family: sans-serif;
    font-variant: small-caps;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1.2pt;
    white-space: nowrap;
}

.bio_names{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.9em;
}
.bio_select{font-weight:bold;}

P{font:10pt Arial; color: black}

BODY {font:10pt Arial;}

.biotext{padding-right: 1cm;}

.maintext{padding-left: 1cm;
padding-right: 1cm;}

.tunelist{line-height: 1.8em;}


/* Styles for Events Page */
.white{color:white;}
.white_bold{color:white;
font-weight:bold;}
TABLE.event{font:11pt Arial; color: white}
TD#date{
    color:white;
    font-weight:bold;
}
TD#placetime{
    color:black;
    font-weight:bold;
}
TD#address{
    font-style:oblique;
    color: black;
}
TD#description{
}
.current_event{color:#CCCC66;}


/* This line gets IE5 in Mac to ignore these rules \*/
#navigation
{
    width: 100%;
    padding: 0px 0px;
    position: relative;
    left: 15%;
	margin-left: 0px;
	margin-top: 0px;
	float: right;
	overflow: visible;
/*	border: red solid 1px;*/
}

#navigation ul
{
    padding-left: 0;
	margin-left: 0px;
	margin-top: 0px;
    list-style-type: none;
    font-family: Times New Roman, serif;
    font-variant: small-caps;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1.2pt;
    white-space: nowrap;
}

#navigation ul li
{
    display: inline;
      font-family: sans-serif;
      letter-spacing: 3px;
}

#navigation a, li#current
{
    float: left;
    text-decoration: none;
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
    border-left:  1px solid #cccccc;
    background-color: #ffffff;
    color: #92bed9;
	white-space: nowrap;
}

#navigation li#nav-contactus
{
    border-right: #cccccc solid 1px;
	float: left;
	white-space: nowrap;
}

#navigation a#news
{
	color: #C68517;
	font-weight: bold;
	background-color: #fff;
	white-space: nowrap;
	border-style: none;
}
#navigation a#news:hover
{
  	color: #84580E;
	font-weight: bold;
}

#navigation a:hover, #navigation a:active, #navigation a:focus, li#current
{
    background-color: #ffffff;
    color: #000;
}
/* this sets the style of the current tab */
#gallery #nav-gallery, #gallery #nav-gallery a,
#bio #nav-bio, #bio #nav-bio a,
#home #nav-home, #home #nav-home a,
#hearus #nav-hearus, #hearus #nav-hearus a,
#contactus #nav-contactus, #contactus #nav-contactus a
{
	color: #000;
}
/* end Mac Hack */
