body.site {
  background-color: #FFFFCC;  
  margin-top: 30;
  margin-bottom: 30;
  margin-left: 15;
  margin-right: 15;
} 

body.content {
  background-color: #3F3B30;  
} 

body.printer_friendly {
  background-color: #FFFFFF;  
} 

a.blueGreenLink {
	color: #A1D6D7;
	font-size: 12px;
	font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;			
	text-decoration: none;
}

a:hover.blueGreenLink {
	color: #AFB76E;
	text-decoration: none;
}

a:visited.blueGreenLink {
	color: #A1D6D7;
	text-decoration: none;
}

a.blueGreenLink2 {
	color: #A1D6D7;
	font-size: 16px;
	font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;			
	text-decoration: none;
}

a:hover.blueGreenLink2 {
	color: #AFB76E;
	text-decoration: none;
}

a:visited.blueGreenLink2 {
	color: #A1D6D7;
	text-decoration: none;
}

.striped_header_footer {  
  height: 35px;
}

.striped_header_img {
  background-image: url("/images/header_stripes.gif");
}

.striped_footer_img {
  background-image: url("/images/footer_stripes.gif");
}

table.outer_content_table {
  background-color: #3F3B30;
}

table.content_table_border {
  border-color: #FFFFCC;
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px;
}

table.content {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-spacing: 0px;
}

table.content td {
  border-width: 1px;
  padding: 0px;
  border-style: solid;
  border-color: white;
  font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
}

p.content {
  color: #FFFFFF;
  font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 16px;
}

p.printer_friendly {
  color: #000000;
  font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
}

p.content_contact_form {
  color: #FFFFFF;
  font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

p.signature {
  color: #FFFFFF;
  font-family: Rage Italic, Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 22px;
}

table.menu td {
  height: 35px;
  font-family: Rage Italic, Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 21px;
}

textarea {  
  font-family: Centry Gothic, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}
