/*
  styles/default.css  -  Default Cross-Media Stylesheet
*/
html { font-size: 12px; }

body {
  margin: 0px auto;
  
  font-family: verdana, arial, sans-serif;
  
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: #A61218;
  clear: both;
  font-weight: normal;
}
h2 { 
  margin: 0;
  padding: 0;  
  font-size: 1.5em;
}
h3 {

    font-weight:bold;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}



p {
  margin: 1.5em 0;
  padding: 0;
  
  line-height: 1.5em;
}

p.larger {
  font-size: 1.8em;
  line-height: 1.2em;
}

hr {
  border: none 0;
  border-top: 1px solid #000000;
  height: 1px;
}

#container2 a {
  color: #333333;
}

#container1, #container2 {
  text-align: left;
}

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

.spacer {
  height: 1px;
  
  display: block;
  
  clear: both;
}

#footer {
  margin: 15px 0px 15px 0px;
  padding: 15px 10px 15px 10px;
  
  color: #666666;
  
  clear: both;
  
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

#footer span {
  display: block;
}

#tagline {
  float: left;

  font-family: Times New Roman, Times, serif;
  font-size: 1.5em;
  font-style: italic;
}

#copyright {
  float: right;

  line-height: 1.5em;
}

.clearer {
  height: 0px;

  display: block;

  clear: both;

  font-size: 0em;
  line-height: 0em;
}
