/* 
General appearance 
*/

BODY {
  background: #FFFFFF;
  color: #303030;
  font-family: Georgia, Times, serif;
  font-size: medium;
  font-weight: normal;
  text-decoration: none; 
}

H2 {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: large;
  font-weight: normal;
  text-decoration: none; 
}


/* 
Appearance of every page's title (the PCS name) 
and menu bar.
*/

.pageTitle {
  background: #FFFFFF;
  color: #006699;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: medium;
  font-weight: bold;
  text-decoration: none; 
}

.menu {
  background: #006699;
  color: white;
}

/* 
Appearance of first blurb on home page.
*/

.hook {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: medium;
  font-weight: bold;
  text-decoration: none; 
}

/* 
Appearance of primary and secondary text boxes that contain all
text throughout the site.
*/

.textBox {
  /* gray background */
  background: #F3F3F3; 
  color: black;
  font-family: Georgia, Times, serif;
  font-size: medium;
  font-weight: normal;
  text-decoration: none; 
}

.textBox2 {
  /* default page background */
  font-family: Georgia, Times, serif;
  font-size: medium;
  font-weight: normal;
  text-decoration: none; 
}


/*
Appearance of captions below customer logos and below James' photo.
*/

.caption {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; 
}


/*
Appearance of testimonials.
*/

.testimonial {
  font-family: Georgia, Times, serif;
  font-size: small;
  font-weight: normal;
  text-decoration: none; 
}

.clientName {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  font-weight: bold;
  text-decoration: none; 
}

/*
Appearance of partner names on "About Us" page.
 */
.partnerName {
  font-family: Georgia, Times, serif;
  font-size: medium;
  font-weight: bold;
  text-decoration: none;
}



/*
Appearance of page footer (tradmark, all rights reserved)
 */
.footer {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: normal; 
  text-decoration: none; 
}
