/* Site Layout styles */

#wrapper  { border-left: 1px solid #000 }
#translate  { background: black; text-align: center }

/* Header Image */
#header {
padding: 0px 0px 0px 13px;
 }

#main {
}

/* Main table */
#maintable  { border-top: 8px solid #000 }

/* chapter links */

#leftsidebar {
padding: 20px 5px 20px 20px;
font-size: 11px;
}

#leftsidebar ul {
font-style: italic;
padding: 0px;
margin: 0px 0px 0px -1px;
list-style-type: none;
}

#leftsidebar ul li {
padding: 0px 0px 0px 3px;
margin: 0px 0px 0px 0px;
}

/* copy in main table */

#maincopy {
padding: 20px 40px 20px 40px;
font-size: 11px; 
}

/* table borders */

.right_border  { border-right: 8px solid #000 }

.thinright {
border-right: 1px solid #000;
}

/* resources and bottom link headers */

.Menu_header  {
color: white; 
font-size: 13px; 
font-weight: bold;
background: #ee001f;
font-style: italic;
padding: 3px 0px 2px 5px;
border-bottom: 1px solid #000;
height: 15px;
}

/* bottom stories links table */

#stories  { border-top: 8px solid #000 }

#stories td {
border-right: 1px solid #000;
}

#stories .empty {
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
border-bottom: 1px solid #000;
background-color: #b17e51;
color: blue;
}

/* format links section */

/* bottom links */

#stories a {
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
display: block;
border-bottom: 1px solid #000;
background-color: #b17e51;
color: #000;
text-decoration: none;
padding: 1px 5px 1px 5px; 
height: 15px
}

#stories a:visited {
color: #000;
background: #b17e51;
text-decoration: none;
}

#stories a:hover {
color: #fff;
background: #5890DC;
text-decoration: none;
}

#stories a:active {
color: #fff;
background: #5890DC;
text-decoration: none;
}

/* home and news links - rightside */

#homelinks {
border-right: 1px solid #000;
border-bottom: 1px solid #000;
color: #5890DC;
background-color: #000;
}

#homelinks a {
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #5890DC;
text-decoration: none;
padding: 1px 5px 1px 5px; 
height: 15px
}


#homelinks a:visited {
color: #5890DC;
text-decoration: none;
}

#homelinks a:hover {
color: #fff;
text-decoration: none;
}

#homelinks a:active {
color: #fff;
text-decoration: none;
}

/* resources table and links - rightside */

#rightsidebar {
border-right: 1px solid #000;
}

#rightsidebar a {
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
display: block;
border-bottom: 1px solid #000;
background-color: #b17e51;
color: #000;
text-decoration: none;
padding: 1px 5px 1px 5px; 
height: 15px
}

#rightsidebar a:visited {
color: #000;
background: #b17e51;
text-decoration: none;
}

#rightsidebar a:hover {
color: #fff;
background: #5890DC;
text-decoration: none;
}

#rightsidebar a:active {
color: #fff;
background: #5890DC;
text-decoration: none;
}

/* default links for everything else */

a {
color: blue;
text-decoration: underline;
}

a:visited {
color: #800080;
text-decoration: underline;
}

a:hover {
color: #f00;
text-decoration: none;
}

a:active {
color: #f00;
text-decoration: none;
}

/* text styles */

.body_red  { color: red; }
.yellow_text { color: #fef4dd; }
.italic  { font-style: italic; }
.bold  { font-weight: bold; }
.bold_italic  { font-style: italic; font-weight: bold; }

/* header styles */

h1   { 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
line-height: 14px;
}

h2  { 
font-size: 24px;
}

h3 {
font-weight: normal;
font-size: 9px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

h4  { 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 14px;
display: inline;
}

h5  {
font-size: 24px;
line-height: 14px;
font-weight: normal; 
display: inline;
}