/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  font-size: 75%;
  color: #555; 
  font-family:"Arial", Helvetica, sans-serif;
  font-size:62.5%;
}


/* Layout
-------------------------------------------------------------- */

.container {
  background: none;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { color: #111;font-weight: normal; }

h1 { font-size: 1.8em; line-height: 1.8em; margin-bottom: 0.5em; color:#003d0f;}
h2 { font-size: 1.3em; line-height:1.4em; margin-bottom: 1em; color:#448a09; font-weight: bold;}
h3 { font-size: 1.3em; line-height:1.8em; margin-bottom: 1em; color:#003d0f; font-weight: bold;}
h4 { font-size: 1.3em; line-height:1.8em; margin-bottom: 1em; color:#555; font-weight: bold;}
h5 { font-size: 1.2em; line-height:1.8em; margin-bottom: 1em; color:#448a09; font-weight: bold;}
h6 { font-size: 1.2em; line-height:1.8em; margin-bottom: 1em; color:#003d0f; font-weight: bold;}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em;font-size:1.2em;line-height:1.8em; }

a:focus, 
a:hover     { color: #448a09; text-decoration: none; }
a           { color: #448a09; text-decoration: underline;}

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ol      { margin: 0 1.5em 1.5em 1.5em; font-size:1.2em;padding:0 1em; }

ul          {margin: 0 1.5em 1.5em 1.2em; font-size:1.2em;}
ol          { list-style-type: decimal; }

.topNav{display:none;}
.bottomNav{display:none;}


/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */

