/* print layout */

#richard-mouser {
  background: white;
  font-size: 12pt;
}

#container {
  float: none !important;
  border: 0;
}

#content {
  width: auto;
  margin: 0 10%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent;
}

#navigation {
  display: none;
}


/* default style */

body {
 background-color: #ffffff;
}


.blue {
 color: black;
}


/* header style */

#header {
 margin: 0;
 padding: 5px 30px 20px 30px;
 height: 55px;
 background-color: #ffffff;
 border-top: 1px solid #000000; 
 border-bottom: 2px solid #000000; 
}



h1 {
 color: #000000;
}
h1 a {color: #000000; text-decoration: none;}

h2 {
 color: #000000;
}
h2 a {color: #000000; text-decoration: none;}

h3 {
 color: #000000;
}
h3 a {color: #000000; text-decoration: none}

h4 {
 color: #000000;
}
h4 a {color: #000000; text-decoration: none}



/* footer style */

#footer {
 display: none;
}

