/*Test style sheet settings. Jan 19, 2008*/

/*Body basics*/
BODY {background-color: #8D5709 ;
min-width: 750px;
color: Black;
scrollbar-base-color: silver;
font-family: Georgia, serif;
}

/*Headings*/
H1 {color: red; margin-bottom: 8px; margin-top: 0; }
H2 {color: green; margin-bottom: 6px; margin-top: 12px;}
H3 {color: #AA0000; margin-bottom: 4px; margin-top: 8px;}

/*Hyperlinks*/
A:link {color: #0000FF; text-decoration: none; font-weight: bold;}
A:hover {color:purple; text-decoration: none;}
A:active {color:green; text-decoration: none;}
A:visited {color:green; text-decoration: none;}

/*Paragraphs*/
P { margin-top: 6px;}
P.indent { text-indent: 1em; margin-top: 3px;}

/*Superscript*/
SUP {font-weight: bold; color: blue;}

/*Lists*/
.LinkList  { margin-bottom: 0px; margin-left: 0px; margin-top: 0; list-style-type: none;}
.LinkList1 { margin-bottom: 6px; margin-left: 1em; margin-top: 0; list-style-type: none;}

/* List elements */
LI { font-weight: bold; color: #FF0000; margin-bottom: 3px;}
LI SPAN {font-weight: normal; color: #000000; padding-left: 0; text-indent: 0;}
LI DIV {font-weight: normal; color: #000000; padding-left: 0; text-indent: 0;}

/* Ordered lists */
OL { margin-top: 3px; margin-bottom: 3px; margin-left: 0; list-style-position: inside;}
OL OL { list-style-type: lower-alpha; margin-left: 0; margin-top: 0; margin-bottom: 5px;}
OL OL LI { margin-bottom: 0px; margin-top: 0;}

/* Delimited lists */
DL { margin-bottom: 6px; margin-top: 6px;}
DT { font-weight: bold; color: brown; margin-top: 5px;}
DD { margin-left: 15px; margin-bottom: 12px;}

/* Horizontal Rule */
HR { border-color: red; margin-top: 8px; margin-bottom: 8px; }

/* Container for ads above the header*/
DIV.TopAd {text-align: center;}

/*Not sure where this is used... 8-)*/
DIV.Normal { text-align: left; }

/* Sections of the page */
DIV.Header {background-color: #D98C1D ; text-align: center; margin: 3px 0 3px 0;
  padding: 3px 0 3px 0; }
DIV.Header H1 { color: #483C0C; }

DIV.Links {background-color: #A27739 ; font-size: 10pt; width: 145px; color: #FDE3A7;
 float:left; margin-right:4px; padding-left:6px; padding-bottom: 2px;
 border-style:solid; border-color:#8D5709; border-width:0px 3px 3px 0px;}
DIV.Links LI { margin-bottom: 0pt; }
DIV.Links H3 { color: #00E0E0; }
DIV.Links P { margin-bottom: 0pt; }
DIV.Links A:link {color: White; text-decoration: none; font-weight: normal;}
DIV.Links A:hover {color:#00FF00; text-decoration: none;}
DIV.Links A:active {color:#DCC6E0; text-decoration: none;}
DIV.Links A:visited {color:#551700; text-decoration: none;}

DIV.Main {background-color: #ECBE7C; padding: 3px;}

/* ==============================
   =========== Tables ===========
   ============================== */
/*Default table cell*/
TD { border-style: solid; border-width: 1pt; border-color: black; padding: 3pt; margin: 0;}
TH { border-style: double; border-width: 3pt; border-color: black; padding: 3pt; margin: 0;}
TABLE.TOC { border-color: green; border-style: solid; border-width: 2px; margin-left: auto; margin-right: auto; }

/*Main section cells*/
TABLE.Main {background-color: #606060; border-color: #606060;
  border-width: 1px; border-style: solid; }
TD.Header {background-color: #DDDDDD; text-align: center;}
TD.Links {background-color: #AAAAAA; font-size: 10pt; color: red;}
TD.Main {background-color: #FFFFFF; }