/*style/tmw_style.css*/
/*TMW stylesheet. The default for all pages */

/*Fallback values for all elements in body */
* {margin: 0; padding: 0;}
body {background-color: white; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%;}

/*colour scheme*/
#sidebar {background-color: #c6dcd5}
#tmw_logo {background-color: #c6dcd5}
#page_title {background-color: white;}
#TMW_supporters {background-color: #c6dcd5}
#site_navigation {background-color: #c6dcd5;}
#page_navigation {background-color: #c6dcd5;}
#page_content {background-color: white;}

/*headers*/
h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-align: center;}

/*Text*/
div.text_and_graphics {overflow: visible;}
div.text_and_graphics {font-family: Georgia, "Times New Roman", "Times Roman", Serif; text-align: left;}
p {margin-left: 0.6em; margin-right: 0; text-align: justify;}
#TMW_supporters {font-size: x-small; text-align: center;}

div.Agenda {text-align: center;}

/*images*/
img.centered {display: block; margin-left: auto; margin-right: auto;}
img.right {float: right;}
img.left {float: left;}
#tmw_pic {margin-top: 5pt;}

/*lists*/
ul {list-style-type: square;}
#nav_list {list-style-type: none; padding-bottom: 0; margin-bottom: 0; padding-top: 1em; padding-left: 1.5em;}
#nav_list li {padding-bottom: 0.50em; line-height: 0.9em;}
*.text_and_graphics ul {margin-left: 1.5em; margin-top: 1em; margin-bottom: 1em;}
*.text_and_graphics dl {margin-left: 1.5em; margin-bottom: 1em;}
dt {margin-top: 0.5em; font-weight: bold;}
dd {margin-bottom: 0.5em;}
/*errors*/
*.error {position: fixed; z-index: 6; font-weight: bold; font-size: large; top: 25%; left: 25%;}





