/* Do you know the way? */

/*

------------------------------------------------------
Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body {
font-family: sans-serif;
margin: 0;}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 12pt;
font-weight: bold;
font-size: 16pt;
text-align: center;
}

/* Styles for the main text on the page. */

#main-text {
font-size: 12pt;
margin: 0;
}

h1 {
font: black;
margin-bottom: 12pt;
font-size: 14pt;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
font: black;
margin-bottom: 12pt;
font-size: 12pt;
font-weight: bold;
}

p.heading1 {
color: black;
font-size: 2em;
font-style: italic;
text-align: center;
line-height: 1.7em;}

p.heading2 {
font: black;
font-size: 1.6em;
text-align: center;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: 12pt;
line-height: 12pt;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: black;
text-decoration: none;
}

#left-menu, #right-column {
display: none;
}

/* Styles added by MR */

table {
border-collapse: collapse;
}

td, th {
border: 1px #000000 solid;
padding: 0.5em;
}

td.contact {
border: none;}

th {
font-weight: bold;
line-height: 1em;
text-align: center;
}

th.year {
border-left: none;
border-right: none;
}

th.left {
border-right: none;
}

th.right {
border-left: none;
}

td.freq {
padding-right: 3em;
text-align: right;
}

.hide{
display: none;
}

div.centered table{
margin: 1em auto 1em auto;
}

a img{
border: 0;
}