/* CSS Document */

body {
  margin: 0px;
  font-family: arial;
  font-size: 90%;
  background-color: #10294e;
  color: black;
  }
#allcontent {
  padding-top: 0px;
  margin: 0px auto;
  width: 800px;
  background-color: #ededed;
  }
#branding {
  height: 100px;
  padding: 0px 5px;
  border-bottom: 1px solid #705839;
  background-color: #10294e;
  color: white;
  }
#mainnav {
  font-size: 90%;
  float: right;
  display: block;
  width: 250px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  }
#mainnav li {
  display: block;
  float: left;
  width: 70px;
  text-align: center;
  }
#mainnav a:link {
  text-decoration: none;
  color: white;
  }
#mainnav a:visited {
  text-decoration: none;
  color: white;
  }
#mainnav a:hover {
  display: block;
  text-decoration: underline;
  color: white;
  height: 40px;
  }  
#logo {
  float: left;
  }
#bucket {
  clear: both;
  background-color: white;
  margin: 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 0px;
  }
#maincontent {
  width: 760px;
  background-color: #ededed;
  padding: 20px;
  }
.leftcolumn {
  float: left;
  padding: 20px;
  padding-bottom: 100px;
  width: 420px;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #e0e0e0;
  }
.rightcolumn {
  padding: 20px;
  padding-bottom: 100px;
  float: right;
  width: 230px;  
  background-color: white;
  border: 1px solid #e0e0e0;
   }
.bucketl {
  padding-top: 20px;
  padding-left: 20px;
  width: 800px;
  margin-bottom: 20px;
  }
.bucketr {
  float: right;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 40px;
  width: 250px;
  background-color: white;
  }  
#footer {
  padding: 40px 40px;
  clear: both;
  color: #705839;
  font-size: 80%;
  }
#footer a:link {
  color: #705839;
  }
#footer a:visited {
  color: #705839;
}
h1, h2 {
  font-size: 140%;
  color: #2e2417;
  }
img {
  border: none;
  }
#maincontent ul {
  line-height: 1.8em;
  }
#blog h2 {
  padding-top: 20px;
  }
.ex-link a:link {
  color: black;
  }
.ex-link a:visited {
  color: black;
  }
#popposts {
  line-height: 2.1em;
  font-size: 90%;
  list-style-type: none;
  padding-top: 40px;
  }
.greybox {
  background-color: #dbdbdb;
  padding: 10px;
  }
.actionblue {
  font-size: 110%;
  font-weight: bold;
  }
#fatguidelist {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  }
#fatguidelist li {
  padding-bottom: 20px;
    line-height: 1.5em;
  }
.breadcrumbs {
  padding-bottom: 15px;
  }
#bucket ul {
  line-height: 1.6em;
  }
.toplinks {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 30px;
  
  }