body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
	margin: 20px;
	//background-color: powderblue;
}
.content{
	width:100%;
	//background-color: powderblue;
}
cite {
	margin: 0px 0px 0px 0px;
    float:right;
}
h1 {
    font-size: 2.5em;
	margin: 0px 0px 10px 0px;	
}

h2 {
    font-size: 2em;
	margin: 15px 0px 10px 0px;
}

h3 {
    font-size: 1.5em;
	margin: 15px 0px 10px 0px;
}

p {
    font-size: 1em;
	margin: 0px 0px 10px 0px;
	
}
ul{
	padding: 0px 0px 0px 15px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table, th, td {
  border: 1px solid black;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
}
th {
  text-align: left;
  background-color: #808080;
}
header {
    width: 100%;
    text-align: center;
}

#logo {
    text-align: left;
    margin: 0 auto;
}

#logobox {
    height: 120px;
    margin: -10px 10px 0;
}

#brandlogo {
    height: 101px;
    width: 101px;
    position: absolute;
    margin: 5px -5px 0;
}