body {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #4C442E;
}


/* --- Content area --- */
.contentArea {
	background-color: #FFFFFF;
	width: 800px;
	min-height: 620px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	border: 1px solid #000000;
}

/* for Internet Explorer */
/*\*/
* html .contentArea {
	height: 620px;
}
/**/

.content {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #4C442E;
	line-height: 1.2em;
}

a.content {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #CE4B45;
	font-weight: normal;
}

a.content:hover{
	color: #76AA5B;
}

.contentHighlight {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #CE4B45;
	line-height: 1.2em;
}

.newsFlash {
	font-family: Times, serif;
	font-size:13px;
	color: #4C442E;
	line-height: 1.2em;
}

a.greenLink {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #76AA5B;
	font-weight: normal;
}

a.greenLink:hover{
	color: #CE4B45;
}

.error {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color: #CE4B45;
	line-height: 1.2em;
}


.titleGreen {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #76AA5B;
}

.titleBlue {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #5B71A8;
}

.titlePlum {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #564D5B;
}
.titlePink {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #CE4B45;
	text-decoration: none;
	font-weight: normal;
}



.caption {
	font-family: Helvetica, sans-serif;
	font-size:10px;
	color: #4C442E;
	font-weight: normal;
}

.tinytext {
	font-family: Helvetica, sans-serif;
	font-size:1px;
	color: #7A7A7A;
	font-weight: normal;
}

a.imageButton {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #564D5B;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	border: solid 1px #76AA5B;
}
a.imageButton:hover{
	background-color: #D37066;
	color: #FFFFFF;
}

a.imageButtonSelected {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D37066;
	padding: 2px 4px 2px 4px;
	font-weight: normal;
	border: solid 1px #76AA5B;
}
a.imageButtonSelected:hover{
	background-color: #D37066;
	color: #FFFFFF;
}

a.subnavlink {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #76AA5B;
	text-decoration: none;
	font-weight: normal;
}

a.subnavlink:hover{
	color: #CE4B45;
}

a.subnavlinkSelected {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #CE4B45;
	text-decoration: none;
	font-weight: normal;
}

a.navlink {
	font-family: Helvetica, sans-serif;
	font-size:14px;
	color: #564D58;
	text-decoration: none;
	font-weight: normal;
}

a.navlink:hover{
	color: #76AA5B;
}

a.navlinkSelected {
	font-family: Helvetica, sans-serif;
	font-size:14px;
	color: #CE4B45;
	text-decoration: none;
	font-weight: normal;
}

a.button {
	font-family: Helvetica, sans-serif;
	font-size:15px;
	color: #CE4B45;
	text-decoration: none;
	font-weight: bold;
}
 

a.button:hover{
	color: #76AA5B;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear{
	clear: both;
}


/* --- form elements --- */

.aboutSearch {
	border: 1px solid #9A9999;
	height: 13px;
	font-size:11px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input {
	font-size:11px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;

}
input[type="text"] {
	border: 1px solid #9A9999;
	font-size:11px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}
input[type="textarea"] {
	border: 1px solid #9A9999;
	font-size:11px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}
textarea {
	border: 1px solid #9A9999;
	font-size:11px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;

}

input[type="password"] {
	border: 1px solid #9A9999;
}

input[type="checkbox"] {
	border: 1px solid #9A9999;
}

input[type="select"] {
	border: 1px solid #9A9999;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

select  {
	border: 1px solid #9A9999;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* artist profiles dropdown list */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 22em;
}

#nav li {
	float: left;
	width: 22em;
}

#nav li ul {
	position: absolute;
	width: 22em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color: #FFFFFF;
	padding: 0px 5px 10px 5px;
	border-right: 1px dashed #564D5B;
	border-left: 1px dashed #564D5B;
	border-bottom: 1px dashed #564D5B;
}


a.ddlink {
	font-family: Helvetica, sans-serif;
	font-size:14px;
	color: #76AA5B;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
}

a.ddlink:hover{
	color: #CE4B45;
}

a.ddPlum {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #564D5B;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}
a.ddPlum:hover {
	color: #CE4B45;
}

/*a.ddlink {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #76AA5B;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px dashed #DEDEDE;
	background-color: #FFFFFF;
	border-left: 1px dashed #DEDEDE;
	border-right: 1px dashed #DEDEDE;
	width: 15em;
	display: block;
}

a.ddlink:hover{
	color: #CE4B45;
	background-color: #EBF2F2;
	width: 15em;
	display: block;
}

a.ddPlum {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	color: #564D5B;
	padding: 0px 0px 3px 0px;
	text-decoration: none;
	width: 15em;
	display: block;
}
a.ddPlum:hover {
	color: #CE4B45;
	width: 15em;
	display: block;
}*/
