/* 
Colors
Gold: #d3be96
Purple: #433b67
Light Purple: #8a82ae
*/


p, ul, ol, li {
	font : 8pt Verdana, sans-serif;
	color : white;
} 

div {
  position : relative;
	margin: 50px 10px 50px 10px;
	clear : both;
}

hr {
  border : 0;
  border-top : 1px solid #8a82ae;
  height : 0;
	width : 600px;
  background : #8A82AE;
}


.headline {
	font : 10pt Verdana;
	color : #d3be96; /*Default Gold*/
	font-weight : bold;
	line-height : 20px;
}

.underline {
 	border-bottom : 1px #8A82AE solid;
}

.white {
  color : white;
}

.gold {
  color : #d3be96;
}

.lightpurple {
  color: #8a82ae;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

img.center {
  display : block;
	text-align : center;
  margin-left : auto;
	margin-right : auto;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.gold_w {
  background-image: url("../images/wbullet.gif");
	background-repeat: no-repeat;
  background-position: 0px;
	padding-left: 50px;
	margin: 30px 20px 30px 20px;
}

li.purple_w {
  background-image: url("../images/lbullet.gif");
  background-repeat: no-repeat;
  background-position: 0px;
  padding-left: 50px;
	margin: 40px 20px 40px 20px;
}

.float_left {
  float : left;
	margin: 0px 10px 10px 10px;
}

.float_right {
  float : right;
	margin: 0px 10px 10px 10px;
}

.subnav {
	font : 7pt Verdana;
	color : #433b67;
}

.small {
	font : 7pt Verdana;
	color : #9189B5;
	line-height : 20px;
}

a.nemail:link, a.nemail:visited {
	color : #9189B5;
	text-decoration : none;
}
a.nemail:hover {
	color : #ffffff;
	text-decoration : underline;
}
a.nemail:active {
	color : #9189B5;
	text-decoration : underline;
}

a:link, a:visited {
	color : #d3be96;
	text-decoration : none;
}
a:hover {
	color : #d3be96;
	text-decoration : underline;
}
a:active {
	color : #ffffff;
	text-decoration : underline;
}

a.subnav:link, a.subnav:visited {
	color : #433B67;
	text-decoration : none;
}
a.subnav:hover {
	color : #433B67;
	text-decoration : underline;
}
a.subnav:active {
	color : #433B67;
	text-decoration : underline;
}

a.calwhite:link, a.calwhite:visited {
	color : #ffffff;
	text-decoration : none;
}
a.calwhite:hover {
	color : #ffffff;
	text-decoration : none;
}
a.calwhite:active {
	color : #ffffff;
	text-decoration : none;
}

.lightpur {
	color : #9189B5;
	font-weight : bold;
}

select.bandguide {
	font : 8pt Verdana, Arial;
	background-color : #ffffff;
	color : #433B67;
}

input.members {
	font : 8pt Verdana, Arial;
	background-color : #ffffff;
	color : #433B67;
	border : 1px solid #d3be96;
}

table.gallery {
padding: 0px;
margin: 0px;
font: 10px Verdana,Arial,Serif;
}

table.gallery td {
width: 110px;
text-align: center;
padding: 5px;
}

table.gallery img {
width: 100px;
height: 67px;
border: solid 1px #000;
}

p.links {
color: #cc9;
background: transparent;
font-weight: bold;
}