@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #dcdcb8;
	scrollbar-face-color: #e6d2c0;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #ffffee;
	scrollbar-darkshadow-color: #003300;
	scrollbar-track-color: #728c49;
	scrollbar-arrow-color: #990000;
	background-color: #004000;	
}
.oneColElsCtr #container {
	width: 960px;
	background: #004000; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.dropcap {
	float:left;
	color:#dcdcb8;
	font-size:50px;
	line-height:45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 4px 0 0;
} 

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dcdcb8;
}
p a:link, a:visited  {
	color: #dcdcb8;
	}
	
p a:hover, a:active	{
	color: #C7B052;
	}
	
.headings {
	color:#EFD373;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 21px;
	}
.headings a:link, a:visited  {
	color: #dcdcb8;
	}
.headings a:hover, a:active	{
	color: #C7B052;
	}
.artists {
  color:#E9D176;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 21px;
	}
.artists a:link, a:visited  {
	color: #dcdcb8;
	}
.artists a:hover, a:active	{
	color: #C7B052;
	}
.plaintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e4dd96; /*#EBE7D8; */
	line-height: 19px;
}
.plaintextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #e4dd96; /*#EBE7D8; */
	line-height: 19px;
}
.plaintextBold a:link, a:visited {
    color: #e4dd96;
	}
.plaintextBold a:hover, a:active {
    color: #008800;
	}

.lg_artist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ECE9A4;
	font-weight: bold;
}
.dateline {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#98852c;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FAF8F8;
	font-variant: normal;
	letter-spacing:.1em;
	line-height: 21px;
	text-decoration: none;
	font-weight: bold;
}
.nav a:link {
	color:  #FAF8F8;
	text-decoration: none;
	}
.nav a:visited {
	color: #C0C0C0;
	text-decoration: none;
	}
.nav a:hover, a:active{
	color: #FFCC00;
	text-decoration: none;
	}
