body {
  background-color: rgb(239,239,239);
  /*background-image: url('img/bg.gif');*/
  margin: 0px;
}

a { color: #990000; }
a:hover { color: red; }

span.bbsmallcaps { font-variant:small-caps; }
span.plain { font-style:normal; }

div#header {
  width: 100%;
  background-image: url('img/header_bg.gif');
  height: 100px;
  /*border-bottom: 30px solid rgb(209,209,209);*/
}

div#footer {
  width: 644px; margin: 0 auto;
  font: 8pt/1.2em Arial,Helvetica,sans-serif;
}

div#footer p {
  margin-top: 4px; margin-bottom: 4px; color: #777777;
}

div#books {
  width: 100%;
  height: 100px;
  background-image: url('img/books_bg.jpg');
  background-repeat: no-repeat;
}

div#tabsandlogo {
  width: 744px;
  height: 100px;
  margin: 0 auto;
}

table#topnav {
  width: 100%;
  height: 100%;
}

td#tabs {
  width: 415px;
  padding-right: 50px;
  text-align: right;
}

td#logo {
  width: 289px;
}

div#contentframe {
  margin: 0 auto;
  background-color: white;
  width: 644px;
  border-left: 1px solid rgb(209,209,209);
  border-right: 1px solid rgb(209,209,209);
  border-bottom: 4px solid rgb(209,209,209);
}

div#announcement {
  background-color: rgb(247,247,247);
  border-bottom: 2px solid rgb(209,209,209);
  padding-left: 20px;
  padding-right: 20px; padding-top: 10px;
}
div#announcement h1 {
  margin: 0;
  font: bold 12pt Arial,Helvetica,sans-serif;
  color: #666666;
}
div#announcement p.date {
  font: bold 9pt Arial,Helvetica,sans-serif;
  color:#666666;
  margin-top: 0;
}
div#announcement p {
  margin-top: 6px;
  font: 10pt/1.4em Times New Roman,Times,serif;
}


table#content {
  width: 100%;
}

td#body {
  border-right: 1px solid rgb(209,209,209);
  width: 441px;
  padding-bottom: 40px;
}

td#bodynav {
  width: 203px;
}

div#navbuttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

p#sclraddress {
  font: 8pt Arial,Helvetica,sans-serif;
  color: #666666;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}

div.navfeature {
  width: 100%;
  border-top: 1px solid rgb(229,229,229);
  border-bottom: 1px solid rgb(229,229,229);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  margin-bottom: 20px;  
}

div.contentItem {
  margin-top: 20px; margin-left: 20px; margin-right: 20px; margin-bottom: 20px;
}
div.contentItem p {
  font: 11pt/1.2em Times New Roman,Times,serif;
}
p.section { text-align:left; font: 9pt Times New Roman,Times,serif; text-transform:uppercase; border-bottom: 1px solid #f0e0e0; padding: 2px; padding-left: 20px;}
div.contentItem p.articleName { font-size: 10pt; font-family: Times New Roman, Times, serif; margin-bottom:0px; }
div.contentItem p.authorName { font: 10pt Times New Roman, Times, serif; font-style:italic; text-transform: none; margin: 0; }
div.contentItem p.articleSummary { font: 9pt Arial, Helvetica, sans-serif; color: #808080; margin-top: 0px; }

div.pageTitle {
  padding-left: 18px;
  font: 16pt Times New Roman,Times,serif;
  color:#333333;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 10px;
  padding-top: 18px;
  background-color: #e7e7e7;
  margin: 0;
}

p.pageTitle {
 margin: 0;
}
p.pageSubTitle { 
  margin: 0; 
  font: 8pt Arial,Helvetica,sans-serif;
  text-transform:uppercase;
}

  div.docinfo {
    background-color: #F0EFEF; border: 1px solid #c0c0c0;
	font: 8pt Arial,Helvetica,sans-serif;
	margin: 3px; padding: 8px;
	color: #777777;
  }
  div.abstract {
    border: 1px solid #c0c0c0;
	font: 10pt/1.3em Times New Roman,Times,serif;
	padding: 8px; margin: 3px;
  }