body { 
margin: 0; 
padding: 0; 
border: 0; 
background-color: white; 
font: 10pt Arial;  
color: black; 
font-weight: bold;
text-align: center;
}
a:link { text-decoration: none; color: blue; }
a:active { text-decoration: none; color: blue; }
a:visited { text-decoration: none; color: blue; }
a:hover { text-decoration: underline; color: blue; }

a.quicklink:link { text-decoration: none; color: black; }
a.quicklink:active { text-decoration: none; color: black; }
a.quicklink:visited { text-decoration: none; color: black; }
a.quicklink:hover { text-decoration: underline; color: black; }

.mp3 { 
display: none;
width:120px;
border:1px solid #c7c5c5;
padding-top:15px;
padding-left:5px;
padding-right:5px;
}

.mp3_grey { 
padding-left:5px;
color: #8a8888;
font: 8pt Arial;
font-weight: bold; 
} 
.mp3_blue { 
padding-left:5px;
color: #4657a0;
font: 8pt Arial; 
font-weight: bold;
} 
.bar {
width: 565px;
height: 30px;
background-color: #c7c5c5; 
text-align: left;
}
.bar_text {
line-height: 30px;
float: left;
}
.bar_count { 
float: right;
line-height: 30px;
padding-right: 15px;
}
.bar_arrow { 
float: left;
padding-right: 7px;
padding-left: 7px;
}
.menu_content {
position: relative;
}
.menu_checkbox {
float: left;
width: 275px;
text-align: left;
}
.search_form {
font: 10pt Arial;  
color: black; 
font-weight: bold;
}
.search_form_input_boxes {
padding: 2px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid black;
background-color: white; 
color: #666767; 
font: 9pt Arial;  
font-weight: bold;
width: 35em; 
}
.search_form_submit {
background: #cbcbcb; /*light grey*/
margin-left: 482px;
font: 9pt Arial; 
font-weight: bold; 
color: black; 
}
select {
border: 1px solid black;
padding: 2px;
font: 9pt Arial;  
color: black; 
font-weight: bold;
width: 15em; 
}
#content {	
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#content2 {	
	width: 735px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: fixed;
	top: 290px;
	z-index: 1;
	
	
	
}
.left_bar { 
	float: left; 
	width: 122px;
}
.middle_container { 
	position: relative;
	z-index: 2;
	margin-left: 18px;
	float: left;
	width: 585px;
}
.indent { 
	padding-left: 10px;
}
.results { 
	margin-top: 5px;
	font: 10pt Arial;  
	color: black; 
	border-bottom: 1px solid #e8e8e8; /*grey */
	position: relative;
}
.number_results {
	float: right;
	padding-right:10px;
	padding-top:4px;
}
.results_buttons {
	padding-bottom: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.page_buttons {
	position: relative;
	width: 570px;
	text-align: center;
}
.prev_page {
	position: absolute;
	bottom: 0;
	left: 0;
}
.result_details {
	left: 102px;
	bottom: 10px;
	position: absolute;
	width: 390px;
	color: black;
}
.quick_link_titles {
	font: 8pt Arial;  
	font-weight: bold; 
	background-color: #484fa2; 
	color: white;
	padding: 6px;
}
.quicklinks {
	font: 8pt Arial;  
	font-weight: bold; 
}
.quicklinks_bullet {
	vertical-align: middle;
	color: black;
}

#player {	
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.player_left { 
	float: left; 
	width: 81px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
.player_middle { 
	font: 10pt Arial;  
	color: black; 
	padding-top: 20px;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}



