#list ul li{
	font-size: 135%; 
	clear: both;
	float: left;
	margin-left: 0;
	display: block; 
	padding: 0%; 
	width: 100%; 
	line-height: 110%; 
}

#list ul {  
    margin: 0.75em 0;  
    padding: 0 1em;  
    list-style: none;  
	list-style-type: none;
}  
#list li:before {   
    content: "";  
    border-color: transparent #486698;  
    border-style: solid;  
    border-width: 0.35em 0 0.35em 0.45em;  
    display: block;  
    height: 0;  
    width: 0;  
    left: -1em;  
    top: 0.9em;  
    position: relative;  
} 

.list_col {
	margin: 0 0 16px 0; 
	padding: 0; 
	text-align:left; 
	width: 100%;}
li{
    margin-top: 10px;
}

#list a, #list a:visited {
	color: black; 
	display: inline-block; 
	font-weight: bold;  
	text-align: left; 
	padding: 0%; 
	text-decoration: none;
}
#list a:hover{color: #f1b021;} 
#list a:active {color: purple;}

#listtext {
	font-size: 75px; 
	text-align: center;
}

.linkStyle{
	color: black;
	display: inline-block;
    font-weight: bold;
    text-align: left;
    padding: 0%;
    text-decoration: none;
}
.linkStyle:hover{
	
}

@media screen and (min-width: 641px) {

.list_col {
	float: left;
	margin: 0; 
	padding: 0px 0% 0% 3%; 
	width: 45%;
}

}
@media screen and (min-width: 769px) {

}


