/* This style sheet requires standards-complaint mode. Use a DOCTYPE:
*
*  !DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
*  "http://www.w3.org/TR/REC-html40/loose.dtd"
*  ...
*  <link href="base1.css" type="text/css" rel="stylesheet">
*  <style type=text/css>@import url("sizefix1.css"); </style>
*/

/* The following is for NS4; it will be over-ridden in 'sizefix.css' */
body, p, div, th, td, li, dd  {
 font-size:    14px;   /* equivalent to 'small' */
}

/* The rest of the file is for all browsers */
body {color: black; background-color: white}

/* Below normally have non-zero margin top and bottom.  Defining the margin-top
*  to zero will have effect only if the element above has margin-bottom: 0 */
p, ul, ol {margin-top: 0}

.verdana {font-family: verdana, geneva, arial, helvetica, sans-serif}
.arial {font-family: arial, helvetica, sans-serif}

/* For isolated serif paragraphs, use class=times in elements or 'div' */
/* (want 120% but no known convenient way to avoid problems, so go absolute) */
.times {font-family: 'Times New Roman', times, serif; font-size: 16px}
.times p {font-family: 'Times New Roman', times, serif; font-size: 16px}
.times li {font-family: 'Times New Roman', times, serif; font-size: 16px}
.times td {font-family: 'Times New Roman', times, serif; font-size: 16px}

/* Style for marginless full header section */
.header {font-size: 25px; color: white; font-weight: bold; 
  font-family: arial, helvetica, sans-serif}
.headerlinks {color: black; background-color: #e0d0b0; font-size: 11px;
  padding: 1px 14px 3px 0px; font-family: verdana, geneva, arial, helvetica,
  sans-serif}
.headerlinks a {color: black; text-decoration: none}
.headerlinks a:hover {color: #900; text-decoration: underline}

.sidebar {font-family: arial, helvetica, sans-serif}
.sidebar a {text-decoration: none}
.sidebar ul {padding-left: 8px; margin-left: 8px; margin-top: 0;
  padding-top: 0;}
.sidebar h1 {font-size: 1.4em; color: #c03; margin-bottom: 0}
.sidebar h2 {font-size: 1em; color: black; background-color: #e0d0b0;
  margin-bottom: 0.5em; padding-left: 0.3em;}

/* Best with marginless full header */
.content {font-family: verdana, geneva, arial, helvetica, sans-serif}
.content h1 {font-size: 1.6em; color: #c03; margin-bottom: 0}
.content h2 {font-size: 1.2em; color: #c03; margin-bottom: 0}
.content h3 {font-size: 1em; color: black; margin-bottom: 0}

/* Best with simple banner header */
.contentSimple {font-family: verdana, geneva, arial, helvetica, sans-serif}
.contentSimple h1 {font-size: 1.8em; color: #06c; text-align: center}
.contentSimple h2 {font-size: 1.6em; color: #c03; margin-bottom: 0}
.contentSimple h3 {font-size: 1.2em; color: #c03; margin-bottom: 0}
.contentSimple h4 {font-size: 1em; color: black; margin-bottom: 0}

/* Make lists start at margin edge */
ul.noindent {padding-left: 8px; margin-left: 8px}
ol.noindent {padding-left: 8px; margin-left: 8px}

.footer {text-align: center; font-size: 11px; color: black;
  font-family: verdana, geneva, arial, helvetica, sans-serif}
.footer a {text-decoration: none;  color: black}
.footer a:hover {text-decoration: underline}
