body {
  text-align:center;
  background-image: url(../images/content/bg.gif);
  background-color: #FFFFFF;
  /*background-repeat: repeat-x;*/  
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: #000000;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}



div.container {
  /*border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;*/
 
  border-left: 1px solid #8C4670;
  border-right: 1px solid #8C4670; 
  width: 760px;
  margin-left: auto;  
  margin-right: auto;
  background-color: #ffffff;
}

td.canvasextendedleftcolumn {
background-color:#6699CC;
}

em, i, strong, b, ul, ol, li, blockquote {
  font-size: 11px;
  font-family: inherit;
}

/* for Internet Explorer we need to specify font-size and font-family and we cannot inherit */
table, tbody, tr, td, th {
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
  font-size: inherit;
  font-family: inherit;
  line-height: 120%;
}

code, tt, pre {
  font-family: Courier, "Courier new", Monaco, monospace;
  font-size: inherit;
}

h1 {
  font-size: 20px;
  font-family: inherit;
  font-weight: bold;
}
h2 {
  font-size: 18px;
  font-family: inherit;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
}  
h4 {
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
}
h5 {
  font-size: 12px;
  font-family: inherit;
  font-weight: bold;
}


a.footer:link    { font-size: 10px; font-family: verdana, sans-serif; color:#0000ff }
a.footer:visited { font-size: 10px; font-family: verdana, sans-serif; color:#990066 }
a.footer:active  { font-size: 10px; font-family: verdana, sans-serif; color:#000000 }

span.copyright { color: #000000; font-size: 10px; font-family: verdana, sans-serif }
span.date      { color: #ccccff; font-size: 10px; font-family: verdana, sans-serif }
span.byline { color: #000000; font-size: 13px; font-family: verdana, sans-serif }

.mastheadbackground, td.mastheadbackground {
  height: 130px;  
  background-color: #ffffff;  
  background-image: url(../images/logo_header.gif);
}

.mastheadhighlighted, span.mastheadhighlighted, td.mastheadhighlighted {
  font-size: 36px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #ffffff;
}
.mastheadfaded, span.mastheadfaded, td.mastheadfaded {
  font-size: 36px; font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #ffffff;
}

span.title {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
}

span.subtitle {
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
}

.separator, td.separator, tr.separator {
  background-color: #D9D9D9;
}

.footer {

  font-size: 11px;
}

.debugerror {
  font-family: inherited;
  font-size: inherited;
  color: #ff0000;  
}

