body {
   margin:0;
   padding:0;
   background-color: #ffffff;
   color:#052d60;
   font-family:Arial,Helvetica,Sans Serif;
   /* print font-size 2 bigger than website */
}


a {
   color:#032d60;
   text-decoration:none;
}

a:hover {
  font-weight: bold; 
}


#wrapper {
  margin: 0 200px 0px 100px;
  padding-top: 0px;
  width: 940px;
  min-height:700px;
}

#header {
  width: 940px;
  height: 70px;
  color:#6792bf;
}

#headerMenu {
   visibility: hidden;
}

#headerLogo {
   float: right;
   width : 770px;
   text-align: center;
}

#headerLogo h1 {
   margin: 0px auto;
   width:668px;
   text-size: 2.2.em;
   line-height: 1.5em;
  }


#main  {
  width: 100%;
}

#mainMenu {
  visibility: hidden;
  height: 10px;
}
#content {
  margin-top: 50px ;
  padding: 20px;
  width: 90%;
  font-size: 1.1em;
}

#content h1 {
  font-size: 1.1em;
  font-weight: bold;

}
#contentHeadLine {
  margin-top: 20px;
  margin-left: 20px;
  float: left;
  width: 400px;
  font-size: 2.2em;
  line-height: 1.5em;
}
#contentHeaderPic {
  margin-top: -20px;
  margin-left: 450px;
  width: 300px;
  height: 170px;
  
}

#footer {
  width: 730px;
  padding-left: 20px;
  text-align: center;
}
