body,
html {
  font-family: 'Merriweather Sans', sans-serif;
  font-size:14;
  margin:auto;
  width:920px;
  background:#ffffff;
}

.section{
  background:#ffffff;
  aborder-top:2px solid #8fb5f2;
  border-bottom:2px solid #8fb5f2;
  padding-left:8px;
  padding-top:0px;
  padding-bottom:0px;
  margin-top:0px;
  margin-bottom:10px;
}

.doubleUnderline {
    text-decoration:underline;
    border-bottom: 1px solid #000;
}

#wrap {
  width:920px;
  margin:0 auto;
}

#header {
  width:920px;
  text-align:center;
  padding-top:1 px;
}

#left {
  float:left;
  width:450px;
}

#small-left {
  float:left;
  width:225px;
}

#small-right{
  float:right;
  width:225px;
}

#lr {
  float:left;
  width:920px
}

#right {
  float:right;
  width:450;
}

#footer {
  clear:both
}

p {
  line-height:20px;
  justify;
  margin-left:12px;
}

h2 {
  color:#274095;
  font-size:27px;
  font-variant:bold;
}

h3 {
  color:#000011;
  font-size:18px;
}

h5 {
  text-align:right; 
  font-size:12px;
  font-weight:normal;
}

a {
  text-decoration:none;
}
a:link{color:#274095; text-decoration:none}
a:visited{color:#274095; text-decoration:none}
a:hover{background-color:#f0f0f0;}
img{padding:10px;}
img{border:0px}

ul{list-style-type:disc; line-height:20px;}
li{margin: 1em 0;}
li.a{margin: 0.5em 0;}
ul.num{list-style-type:decimal; line-height:20px;}