body {
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size: 11px;
	color: #D8E6E6;
	line-height: 16px;
	background-image: url("/graphics/layout/bg_tile.gif");
	background-color: #0F0F0F;
	background-repeat: repeat;
}

.bodyCopy {
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size: 11px;
	color: #D8E6E6;
	line-height: 16px;
}

td, p, li {
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size: 11px;
	color: #D8E6E6;
	line-height: 16px;
}

.head
{
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #B4AE4E;
	line-height: 30px;
}

.subHead
{
	font-size: 11px;
	font-weight: bold;
	color: #B4AE4E;
}

.leftChannel
{
	font-size: 10px;
	color: #B1BEBE;
}

.getInvolved
{
	font-size: 10px;
	color: #D8E6E6;
}
.getInvolvedHead
{
	font-size: 10px;
	font-weight: bold;
	color: #B4AE4E;

}

/* standard links */
A {
	color:#E4A213;
	text-decoration: underline;
}

A:visited {
	color:#E4A213;
		text-decoration: underline;
}

A:hover {
	color:#E4A213;
		text-decoration: underline;
}

A:active {
	color:#E4A213;
		text-decoration: underline;
}


A.siteBy {
	color:#B1BEBE;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

A.siteBy:visited {
	color:#B1BEBE;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

A.siteBy:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}

A.siteBy:active {
	color:#FFFFFF;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}


.copyright
{
font-size: 10px;
color: #606666;
vertical-align: center;
}

.terms
{
font-size: 10px;
color: #606666;
}

.terms A {
	color:#606666;
	text-decoration: underline;
}

.terms A:visited {
	color:#606666;
		text-decoration: underline;
}

.terms A:hover {
	color:#999999;
		text-decoration: underline;
}

.terms A:active {
	color:#606666;
		text-decoration: underline;
}

.termsSeparator
{
	color: #444747;
}

.siteDesign
{
	font-size: 9px;
	color: B1BEBE;
}

.errorText
{
	color: #cc0000;
}

/* absolutely positioned elements*/

/*
#leftNav {position: absolute; left:100px; top: 175px; width: 170px;}
#mainPanel {position: absolute; left: 271px; top: 175px; width: 569px; height:400px;}

#footer {position: absolute; left: 100px; top: 575px; width: 740px; height: 47px;}
*/
#mainContent {position: relative; left: 25px; top: 0px; width: 525px;}

div.artistRecord {
	border: solid 1px #fff;
	padding:5px;
	float:left;
	width:30%;
	background-color:#00FF66;
	color:#000;
	margin: 0 5px 5px 0;
}

div.failedArtistRecord {
	border: solid 1px #fff;
	padding:5px;
	float:left;
	width:30%;
	background-color:#FF0000;
	color:#fff;
	margin: 0 5px 5px 0;
}

div#pleaseWait {
	background-color:red;
	padding:8px;
	font-size:1.5em;
	font-weight:bolder;
	color:#fff;
}

div.artist {
	clear:both;
	margin-bottom:5px;
	background-color:#333;
	padding:4px;
}

div.clb {
	clear:both;
}

div.artistCategoryLabel {
	font-size: 12px;
	font-weight: bold;
	color: #B4AE4E;
	margin-bottom:5px;
}
