html, body {
    height: 100%;
    width: 100%;
    margin: 0; 
    padding: 0;
}

body {
	background-color:#777;
	overflow:hidden;	
	font-family: "Trebuchet MS";
	font-size:9pt;
}

.dijitAccordionTitle {
    background-color:#777;
	overflow:hidden;	
	font-family: Arial;
	font-size:12pt;
}

#header {
	background-color:#444;
	color:white;
	font-size:20pt;
	text-align:center;
	font-weight:bold;		
}

#attributionText {
	background-color:whitesmoke;
	color:black;
	font-size:7pt;
	text-align:left;
	margin:5px;		
}


div.schoollist {
	font-size:12px;
	font-family:Arial;
}
div.schoollist span.label {
	color:#195695;
	font-weight:bold;
	clear: both;
}


div.schoollist h1 {
	font-weight:bold;
	color:#e17d1a;
	font-size:12px;
	margin-bottom:10px;
}

#layer_list, #myAccordionContainer  {
font-family: Arial;
}

#ll_title {
font-size:13px;
}

