body {
  font-family: Arial; 
  font-size: 12px; 
  color: #000000; 
  background: #FFFFFF url('images/quilt-background-1.jpg') 0px 0px repeat;
  text-align: center;
  margin: 0px;
  padding: 20px;
}

li {
  margin: 10px 10px 10px -10px;
}


.main {
  align: center;
  margin-right: auto;
  margin-left: auto;
}

.border {
  border: 2px solid #000066;
  background-color: white;
}

.banner {
  background: white url('images/tiles.gif') 0px 0px repeat;
}

.header {
  font-family: Times New Roman;
  color: #330066;
  background-color: white;
  padding: 0px;
}

.content {
  color: black;
  border-top: 5px dashed purple;
  border-bottom: 5px dashed purple;
  padding: 20px;
  font-size: 16px;
  font-weight: normal;
}

.content a {
  color: #6666FF;
  text-decoration: none;
}

.content a:hover {
  color: #FF3300;
}


.nav {
  font-family: Verdana;
  font-weight: bold;
  font-size: 14px;
}

.nav a {
  padding: 5px;
  color: #330066;
  display: block;
  border: 2px solid #6633CC;
  background-color: #CCCCFF;
  background-image: url('images/tiles2.gif');
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
} 

.nav a:hover {
  color: #FF3333;
  background-image: url('images/tiles.gif');
}

.footer {
  color: black;
  font-size: 12px;
  padding: 20px;
  text-align: center;
}

.footer a {
  color: #6666FF;
  text-decoration: none;
}

.footer a:hover {
  color: #FF3300;
}

.service_header {
  padding: 20px;
  display: block;
  border: 1px dashed black;
  font-size: 14px;
  color: black;
  font-weight: normal;
  background-color: #FFFFEE;
}

.service_header h1 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #6666FF;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}




.boldcolor {
  font-weight: bold;
  color: #6633CC;
}

.order {
  display: block;
  border: 1px solid black;
  font-size: 14px;
  padding: 20px;
}

.center {
  text-align: center;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}