.contentheading {
  color: #666;
  font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: normal;
  margin-top: 10px;
  padding-bottom: 10px;
}

.photoBorderLeft {
  border: 1px solid #D5D5D5;
  padding: 7px;
  margin: 0 10px 10px 0;
  float: left
}

.photoBorderRight {
  border: 1px solid #D5D5D5;
  padding: 7px;
  margin: 0 0 10px 10px;
  float: right
}

.sectiontableheader {
  color: #918B6B;
  font-size: 11px;
  padding-bottom: 15px;
  padding-top: 7px;
}

.small {
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

.smalldark {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

.subheadings {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 17px;
  letter-spacing: -1px;
}

.quote {
  font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
  color: #8F9030;
  width: 100%;
  /*display: block;*/
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.quote2 {
  font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
  color: #666;
  width: 100%;
  /*display: block;*/
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 25px;
}

.headings {
  color: #333;
  font-family: 'Lucida Grande','Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  padding-bottom: 10px;
}

.category {
  color: #FF8C00;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
}

.box {
  background: #FAFAFA;
  border: 1px solid #EAEAEA;
  color: #FF6D01;
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  height: auto;
  letter-spacing: 1px;
  margin-top: 10px;
  padding: 3px;
  width: 200px;
}

hr {
  background: transparent; /* often used in components like Akobook, and Simpleboard forum
     to define the separator lines */
  border-top: 0.5px solid #FFFFFF;
  height: 0px;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagetitle {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 25px;
	color: #C1541B;
	padding-bottom: 20px;
 	letter-spacing: -1px;
 	line-height: 50px;
  	font-weight: normal;
}

body {
  background-color: #e8e8d6;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background-image: url(../images/bg.gif);
  background-position: left;
  background-repeat: repeat-y;
  color: #666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.5px;
}

#mainbody {
  float: left;
  padding-bottom: 30px;
  margin-top: 20px;
  padding-left: 10px;
  text-align: left;
  width: 650px;
  border-left: 1px dashed #ededed;
  padding-right: 10px;
}

td,tr,p,div {
  color: #666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  /*line-height: 18px; - This was messing up the top margin of IE horizontal menus. SMH*/
  letter-spacing: 0.5px;
}

