#old_ie_err
{
font-size: large; 
color: #FFFF00; 
background-color: red; 
text-align: center;
padding: 4px;
}

#navcontainer  /* This is the div for the left-hand navigation bar */ 
{ 
width: 178px; 
background-color: #6B1010; /* brown */
margin-right: 1em;
padding-right: 1em; 
height: 100%; 
position: fixed;
float: left;
left: 0px;
top: 0px;
overflow: auto;
}

/* For the picture and logo at the top of the bar */
#navcontainer p
{
text-align: center;
padding-left: 4px;
padding-right: 4px;
}

#navcontainer img
{
border: 0;
}

/* The list of links in the bar, which will have the ID #navlist */
#navcontainer ul
{
margin-left: 4px;
padding-left: 0;
padding-right: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
font-size: 10pt;
font-weight: bold;
color: #F47117; /* orange */
}

/* This makes the links (and just the links, not plain text list items)
   show up as boxes */
#navlist a
{
display: block;
padding: 3px;
width: 125px;
background-color: #B06325; /* dark tan, near brown */
border: 1px solid #6B1010; /* brown */ 
margin-left: auto;
margin-right: auto;
}

/* Make visited and unvisited links look the same */
#navlist a:link, #navlist a:visited
{
color: white;
text-decoration: none;
}

/* But change the box's background color when the mouse passes over it */
#navlist a:hover
{
background-color: #F8D8BE;
color: black;
}

/* Div for the page's main body, to separate it from the navbar */
#mainbody
{
margin-left: 180px; 
border-left: 1px solid gray; 
padding-left: 1em;
font-size: 12pt;
font-family: Arial, Helvetica, Sans-Serif;
color: #630000;
background-color: white;
background-image:url('images/sdcanc-caller-bg.png');
}

/* Set link colors as in Nate's original */
#mainbody a:visited {color: #cc9933; }
#mainbody a:link {color: #cc3333; }
/* #mainbody a:hover { color: blue; } */
#mainbody a:active {color: #cc0000; }


/* Definitions for the fixed header on the Standing Rules and By-Laws pages */
#topPdfNote { 
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: solid; 
  background-color: #FFCC99;
  text-align: center;
}

#topPdfNote p { 
  text-align: center; 
  font-size: large;
}

/* Paragraph for masthead graphic on Standing Rules and By-Laws pages */
#masthead { text-align: center; width: 67%; margin-left: auto; margin-right: auto; border-bottom: solid; }
#masthead img { padding: 8px; }



/* Class for the footer text/images at the bottom of each page */
.pagefooter {
  text-align: center;
  font-size: 8pt;
  padding-top: 1em;
}
.pagefooter img {
  vertical-align: middle;
  border: 0;
}

.pagefooter hr {
  width: 85%;
}


/* Common formatting for the Executive Board Members table */

.boardtable { width: 90%; min-width: 450px; background-color: white; margin-left: auto; margin-right: auto; }
.boardtable thead { background-color: #DDF2FB; text-align: center; font-weight: bold; } /* Color is a light aqua */
.boardtable thead hr { margin-left: 1em; margin-right: 1em; } /* Make separator ends line up with column ends */
.boardtable td { width: 50%; vertical-align: top; }
.boardtable_subtable { width: 100%; }
.boardtable_subtable thead { background-color: white; }
.boardtable td.left { padding-left: 1em; text-align: left; font-weight: bold; }
.boardtable td.right { padding-right: 1em; text-align: right; font-weight: normal; }
