/* Set the background of the page*/

body {
	background-color:#000000;
	/* this is a watermark
	background-image:url("images/learnit.gif");
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	*/
	background-image:url(images/edtlgsqlogo_30years.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
	margin-top:120px;
	color:#000;
}



.style1 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration:none;
}

.style2 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

.style3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
}

.style4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.style5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #FF0000;
}

.style6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style7 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight:normal;
}

.style8 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: .9em;
	color: #FFFFFF;
}

.style9 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FF0000;
}

.style10 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFFFFF;
}

.style11 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.style12 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration:line-through;
		}

.style13 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #D4D0C8;
}

.style14 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
}

.style15 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #000000;
}


h6 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
}

h5 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:13px;
	background-attachment:scroll;
	color: #FFFFFF;
}

h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;	
	font-size:16px;
	color: #999999;
}

h9 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
}

h3 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #000000;
	background-attachment:scroll;
	color: #FFFFFF;
}


h1,h2 {
font-family:Verdana,Arial,Helvetica,sans-serif; 

}

body,td {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	color: #FFFFFF;
		}

.outline {

border:1px solid #ffffff;
}

.outlineblack {

border:2px solid #000000;
}



.artistsearchdiv{
	position:absolute;
	top:72px;
	left:392px;
	width:266px;
}

.titlesearchdiv{
	position:absolute;
	top:72px;
	left:665px;
	width:266px;
}

#dropinboxv2cover{
width: 180px; /*change width to desired */
height: 150px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 160px; /*change width to above width-20. */
height: 130px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid red; /*Customize box appearance*/
background-color:#000000;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
