/*This is the core style sheet for the site.*/

body {
background-color: WHITE;
background-attachment: fixed;
color: #000000;
font-family: "Trebuchet MS", Helvetica, sans-serif;
text-decoration: none;
}

a {
	color: #2687FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #4C4641;
}

#header li {
  float: left;
}

#header li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 12px;
  text-decoration: none;
}

#header li a.linkimg {
  display: block;
  color: white;
  text-align: center;
  padding: 4px 6px 1px;
  text-decoration: none;
}

#header li a:hover:not(.linkimg) {
  background-color: #6B625C;
}

#covidlist li {
	margin-bottom:7px;
}

h2 {
	color: #EE5A2C;
	margin-top:40px;
}

h3, h4 {
	margin-bottom:5px;
}

.mainblock {
	margin: auto;
	width: 1024px;
}
		
.sidebar {
	margin-left:10px;
	float:left;
	width: 230px;
}

.footer {
		padding: 10px;
		text-align: right;
		font-size:small;
}

#main {
		width:730px;
		float:left;
		margin-left: 40px;
}

