body {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	border-width: 0;
	color: #000000;
	font-family: "Times New Roman", Times, Serif;
	font-size: 12pt;
}

h1 {
	font-size: 24pt;
	color: #060;
	text-transform: uppercase;
	text-align: center;
}

h2 {
	font-size: 18pt;
	color: #060;
}

h3 {
	font-size: 14pt;
	color: #060;
}

img {
	border: none;
}

a:link, a:visited  {
	color: #060;
}

a:hover, a:active {
	color: #00F;
}

table {
	width: 400px;
}

table, th, td {
	border: 1px solid white;
}

tr {
	height: auto;
}

td {
	vertical-align: middle;
	text-align: middle;
	padding: 0px
}

.toplogo {
  width: 100%;
  height: 300px;
  /* position: fixed; */ /* Does the page work better if the toplogo stays? */
  top: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #090;
  display: block;
}

/* Copyright and update footer */
.footer {
  position: fixed;
  bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: auto;
  width: 100%;
/* The border looks like crap when the text body can overlap it.
  border-style: solid;
  border-width: 2px 0px 0px 0px;
*/
  padding: 2px;
}

 /* The sidebar menu */
.lhs {
    width: 180px; /* Set the width of the sidebar */
    position: fixed; /* Stop at top on scroll */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #FFFFFF; /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px;
}

/* The navigation menu links */
.lhs a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #414141;
    display: block;
}

/* When you mouse over the navigation links, change their color */
.lhs a:hover {
    color: #000000;
}

/* Style page content */
.main {
    margin-left: 200px; /* Same as the width of the sidebar */
 /*   margin-top: 100px; /* Same as the height of the top logo */
    padding: 10px 10px 10px 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 
