a:link
{
font-size: small; 
color: #333333; 
text-decoration: none;
}
a:visited 
{
font-size: small; 
color: #333333; 
text-decoration: none;
}
a:active 
{
font-size: small; 
color: #333333; 
text-decoration: none;
}
a:hover 
{
font-size: small; 
color: #999999;
text-decoration: none;
}
.sidebar a:visited
{
font-size: small; 
color: #000; 
text-decoration: none;
}
.sidebar a:link
{
font-size: small; 
color: #000; 
text-decoration: none;
}
.sidebar a:active
{
font-size: small; 
color: #000; 
text-decoration: none;
}
.sidebar a:hover 
{
font-size: small; 
color: #fff;
text-decoration: none;
}
.copyright a:visited
{
font-size: 9px; 
color: #808080; 
text-decoration: none;
}
.copyright a:link
{
font-size: 9px; 
color: #808080; 
text-decoration: none;
}
.copyright a:active
{
font-size: 9px; 
color: #808080; 
text-decoration: none;
}
.copyright a:hover 
{
font-size: 9px; 
color: #fff;
text-decoration: none;
}
.required
{
    color: red;
}
body
{
font-size: small; 
font-family: Tahoma, Georgia; 
margin: 0px auto;
background: #000;
color: #333;
text-align: center;
}
body.artist_bio
{
font-size: small; 
font-family: Tahoma, Georgia; 
margin: 10px auto;
background: #fff;
color: #333;
text-align: left;
}
h1 {text-align: center; font-family: Tahoma, Georgia; 
	font-size: medium; font-weight: 500; letter-spacing: .50em; margin-right: 0px;}
h2 {text-align: center; font-family: Tahoma, Georgia; 
	font-size: medium; font-weight: 500; letter-spacing: .50em; margin-left: 0px;}
h3 {text-align: center; font-family: Tahoma, Georgia; font-size: small; font-weight: 500; letter-spacing: .25em;}
p 
{
text-align: center; 
font-family: Tahoma, Georgia; 
font-size: small; 
letter-spacing: .25em;
}
div.main
{
background-color: #fff;
text-align:center;
font-size: small; 
width: 750px;
}
div.artistPopup
{
padding: 10px;
background-color: #fff;
text-align:left;
font-size: small; 
height:100%;
}
td.sidebar
{
font-family: Georgia;
background-color: #67B126;
color: #000;
font-size: small; 
padding: 5px 5px 5px 5px;
width:150px;
}
td.mainContent
{
background-color: #fff;
font-size: small; 
width:600px;
}
td.titlebar
{
background-image: url("/images/imageandverselogo.jpg");
background-repeat: no-repeat;
background-position: top center;
height:100px;
background-color: #13490F;
font-weight: bold;
text-align:center;
vertical-align:bottom;
padding: 0px 0px 5px 0px;
color: #000;
}
td.copyright
{
background-color: #000;
color: #808080;
font-size: 9px; 
padding: 5px 5px 5px 5px;
width:150px;
}
table
{
border-collapse: collapse;
}
li.faq
{
text-align: left;
}
ol.faq
{
text-align: left;
}
p.content
{
background-color: #fff;
text-align: left;
padding: 5px 20px 5px 20px;
}
p.bio
{
background-color: #fff;
text-align: left;
padding: 20px;
}

#navcontainer{

background: #13490F;

height: 25px;

padding: 0;

width: 750px;

margin: 0 auto;

}

#navcontainer ul{

margin: 0;

padding: 0;

}

#navcontainer ul li

{

list-style-type: none;

padding: 0;

margin: 0;

display: block;

float: left;

font: 11px/25px georgia, verdana, sans-serif;

text-align: center;

}



#navcontainer a
{
color: #F8F2E5;
text-decoration: none;
display: block;
padding-right: 8px;
padding-left: 8px;
border-top: none;
border-right: 1px solid #A8B090;
border-bottom: none;
}
#navcontainer .selected
{ background: #67B126; color: #fff; border-bottom: none; }
#navcontainer a:hover { background: #67B126; color: #fff; border-bottom: none;}
