/* ----------------------------------------------------- 
	TEMPLATE-CORE.CSS
----------------------------------------------------- */
body { 
  background: #88271d; 
  margin: 0;
  padding: 5px 10px 0px;
  font: 10.5pt "Book Antiqua";
  text-align: center
  }


/* Links
----------------------------------------------------- */
a:link {
  color: #6c4c36 
  }
a:hover { 
  text-decoration: none 
  }
a:active { 
  color: #8b0000 
  }
a:visited	{ 
  color: #6c4c36 
  }
a.mm, a:visited.mm { 
  color: #b13921 
  }
a.sb {
  color: #eee
  }
a:hover.sb {
  color: #ccc
  }


/* Main Section Styles
----------------------------------------------------- */
div#mm {
  letter-spacing: 1pt; 
  margin: 17px 0 0;
  padding: 0 0 25px; 
  font: 8pt arial, sans-serif;
  font-variant: small-caps;
  text-align: center
  } 

h2 { 
  color: #000;
  font: bold 20pt "Book Antiqua";
  font-variant: small-caps;
  padding: 0 25px;
  text-align: right
   }

h3 {
  color: #000;
  font: bold 13.5pt "Book Antiqua";
  padding: 25px 17px 0;
  text-align: left
  }

h4 {		/* For use with lists */
  color: #000;
  font-weight: bold;
  margin: 0 0 -10px;
  padding: 0 17px 0px;
  text-align: left
  }

img#banner-left { 
  position: relative; 
  left: -25px; 
  top: 0px; 
  width: 142px; 
  height: 142px 
  }

img#banner-right { 
  position: relative; 
  left: -25px; 
  top: -24px; 
  width: 552px; 
  height: 68px 
  }

p { 
  padding: 0 33px
  }

span.cross { 
  color: #b13921; 
  font: 8pt "Arial Black",arial;
  padding-left: 3px; 
  padding-right: 3px 
  }

span.pdf {
  color: #000;
  font: 6pt "Verdana"
  }

span.pdf-dl {
  font:8pt arial; 
  font-variant: small-caps; 
  font-weight: normal
  }


/* Sidebar Styles
----------------------------------------------------- */
div.sb-head {
  border-bottom: 1px dotted #fff;
  border-spacing: 0px;
  color: #fff;
  font: bold 9pt "Trebuchet Ms";
  margin: 0 0 10px;
  padding: 0 0 4px
  }

li {
  margin: 0;
  padding: 0 0 7px
  }

ul.sb {
  list-style-type: circle;
  margin: 15px 0 15px 15px;
  padding: 0
  }