/* for pages other than the home page. */

p { 
  font-size: 14px;
  margin-left: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
}

span.para-header {
  font-weight: bold;
  font-size: 14px;
  font-variant: small-caps;
  text-decoration: underline;
}

span.company-name {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

p.address-block {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.1;
  margin-left: 15px;
}

div.page-content {
  padding: 30px 20px;
  background:url( 'http://www.dionmm.com/dionmm-brent/new/images/right-gradient.jpg' );
  background-repeat: repeat-x;
  width:603px;
}

span.content-title {
  font-size:12px;
  font-weight:bold;
  color:#1d52e6;
}

h1.content-title {
  font-size:18px;
  font-weight:bold;
  color:#1d5286;
}

  

a.content-link:link {
  color: black;
}

a.content-link:hover {
  color: #e8a614;                                 /* the gold in the dmm logo */
}