body {
  font-family: Verdana, Arial, Helv;
  font-size: 0.8em;  
  background-image: url(/images/ripoff.gif);
  text-transform: lowercase;
}

a {
  color: #75150C;
  text-decoration: none;
}

a:visited {
  color: #75150C;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-image: url(/images/digifi_bullet.jpg);
}

/********************************************
 *
 * Main Page Identifier Styles
 *
 *******************************************/

#digifiContainer { 
  width: 700px;
  margin: 0 auto;
  position: relative;  
}
 
#digifiHeader {
	position: relative;
	width: 700px;
	height: 80px;
	clear: both;
}

#digifiLogo {
  float: left;
	width: 500px;
	height: 80px;
	background-image: url(/images/digifi_logo-underline_full.jpg);
	background-repeat: no-repeat;
}

#digifiHeaderFlash {
	float: right;
	height: 80px;
	width: 200px;
	text-align:right;
	background-image: url(/images/flash_placeholder.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#digifiAdSpace {
	clear: right;
	width: 700px;
	height: 315px;
	background-image: url(/images/flash_placeholder.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#digifiMenu {
  margin-bottom: 8px;
  background-image: url(/images/flash_placeholder.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#digifiContent {
  position: relative;  
  background-image: url(/images/contentdivider.gif);
  background-repeat: repeat-y;
}

#digifiContent h4 {
  height: 45px;
  line-height: 45px;
  margin-bottom: 3px;
  margin-top: 0px;
  background-repeat: no-repeat;
}

#digifiContent h4 span {
  display: none;
}

#digifiPageContent {
  width: 431px;
  margin-right: 9px;
}

#digifiPageContent h2 {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: 15px;
  font-size: 1.1em;
  font-style: italic;
  text-transform: lowercase;
}

#digifiWhatsUpContent {
  float: right;
  width: 260px;
}

#digifiWhatsUpContent h4 {
  background-image: url(/images/digifi_whats-up.jpg);
}

#digifiContentBottomRule {
  height: 12px;
  background-image: url(/images/digifi_footer-bar.jpg);
  background-repeat: no-repeat;
}

#digifiFooter {
  font-size: 0.8em;
  line-height: 2em;  
}

#digifiFooter a {
  color: #000000;
}

#digifiValidation {
  float: right;
  height: 45px;
  width: 95px;
  text-align: left;
}

#digifiValidation img {
  border: 0;
}

/********************************************
 *
 * Main Page Class Styles
 *
 *******************************************/
 
.clear {
  clear: both;
 }
 
.digifiFullRule {
  height: 12px;
  background-image: url(/images/digifi_flash_shadow.jpg);
  background-repeat: no-repeat;
 }

/********************************************
 *
 * Additional Classes
 *
 *******************************************/
 
.digifianswer {
  font-size: 0.8em;
  color: #ef0000;
  text-decoration: none;
  white-space: pre;
}

.digifianswer:visited {
  color: #ef0000;
}
 
.testimonialText {
  font-style: italic;
  text-align: justify;
  width: 90%;
  margin: 0 auto;
  font-size: 0.7em;
  margin-bottom: 10px;
}

.testimonialAuthor {
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  margin-bottom: 8px;
}  

.contentImage {
  padding: 4px;
  background-color: #dddddd;
  text-align: center;
  font-size: 0.7em;
  margin: 7px;
}

.answerlink {
  text-align: right;
}

.question {
  font-weight: bold;  
}

.question a {
  color: #000000;
}

.question li {
  margin-bottom: 5px;
}

.answer {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
}
