*{
  padding: 0;
  margin: 0;
}

body{
  background-color: #CCCCCC;
  font-family: arial;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
}

a{
  text-decoration: none;
  color: #0066CC;
}

a:focus{
  outline: none;
}



p{
  margin-bottom: 10px;
}

ul{
  margin-left: 40px;
  margin-bottom: 20px;
}

h1{
  color: #99CC33;
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: normal;
}

h2{
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: normal;
}

h3{
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

#container{
  margin: 0 auto;
  background-color: #FFFFFF;
  width: 800px;
}

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

#navbar{
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  padding-left: 40px;
  overflow: hidden;
  margin-bottom: 35px;
}
#navbar a{
  color: #666666;
  display: block;
  float: left;
}

#navbar a:hover{
  color: #99CC33;
}

#content{
  min-height: 300px;
  padding-left: 40px;
  padding-right: 50px;
}


#sidebar{
  width: 265px;
  float: left;
}

#page{
  margin-left: 265px;
}

#footer{
  height: 58px;
  background-image: url("images/footer.jpg");
  font-size: 10px;
  line-height: 10px;
  color: #FFFFFF;
  margin-top: 60px;
}

#footer a{
  color: #FFFFFF;
  text-decoration: none;
}

#copy{
  text-align: center;
  color: #666666;
  font-size: 10px;
  margin-top: 5px;
}
#copy a{
  color: #666666;
}


.contact input, textarea, select{
  width: 250px;
  border: 1px solid #84898B;
  background-color: #f1f1f1;
  padding: 3px;
  font-family: arial;
  font-size: 12px;
}

.contact td{
  padding: 3px 10px 3px 0;
}

