/* CSS Document */
/* Zero down margin and paddin on all elements */
@import url("branding.css");
@import url("nav.css");
@import url("content.css");/**/
@import url("footer.css");
* {
  margin: 0;
  padding: 0;
  color: #C9D8E2;
}
body {
  font-family: "arial", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 1.6;
  font-size: 62.5%;
  /*background-color:#FFFB83;
  background-color:#ffca17;*/
  background-color: #4D81A8;
  padding-top: 5px;
}
#wrapper{
width:720px;
margin: 0 auto;
overflow:hidden;
}
h2, h3{
color: white;
}
h2{
height:28px;
padding-top:5px;
}