*{
  padding: 0;
  margin: 0;
}

body{
  background-image: url("/images/layout_r1_c1_r1_c1.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #D7E9F7;
  font-family: arial;
  font-size: 12px;
  line-height: 20px;
}

body a{
  color: #3A728C;
  text-decoration: none;
}
body a:hover{
  text-decoration: underline;
}

body a:focus{
  outline: none;
}

ul, ol{
  margin-left: 30px;
}

h1{
  font-family: arial;
  font-size: 25px;
  color: #3B728C;
  padding-bottom: 15px;
  font-weight: normal;
}

h2{
  font-family: arial;
  font-size: 16px;
  color: #3B728C;
  padding-bottom: 5px;
  padding-top: 15px;
  font-weight: normal;
}

p{
  padding-bottom: 15px;
}

#container{
  width: 915px;
  margin: 0 auto;
}

#navbar{
  margin-top: 1px;
  height: 41px;
  text-align: center;
  font-family: "Lucida Sans", arial;
}

#navbar a{
  display: block;
  line-height: 41px;
  color: #FFFFFF;
  text-decoration: none;
  float: left;
  width: 180px;
  font-size: 14px;
}


#header{
  height: 173px;
  background-image: url("/images/layout_r1_c1_r1_c3.jpg");
}

#top{
  margin-top: 3px;
  height: 55px;
  background-image: url("/images/layout_r1_c1_r3_c3.jpg");

}
#content{
  min-height: 350px;
  background-image: url("/images/layout_r1_c1_r4_c3.jpg");  
  padding: 20px 80px 0 80px;
}

#bottom{
  height: 54px;
  background-image: url("/images/layout_r1_c1_r6_c3.jpg");  
}

.rightimage{
  float: right;
  margin: 0 0 20px 20px;
  border: 2px solid #3B728C;
}


#copy{
  text-align: center;
  font-size: 10px;
  color: #3B728C;
}
