/* TDWGC */

/*

------------------------------------------------------
Based on Do you know the way? Copyright Maxine Sherrin, www.westciv.com
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
------------------------------------------------------

*/

body {margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff; }

/* Banner across top of page that says the name of the whole site */

#main-title {margin-bottom: 10px;
margin-left: 0;
margin-right: 0;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 25px;
padding-right: 100px;
background-color: #e2c02f;
border-bottom: 2px #999999 solid;
color: #ffffff;
font-weight: bold;
font-size: 0.8em;
letter-spacing: 7px;
text-align: right;
border-top: 2px #999999 solid; }

/* Styles for the main text on the page. */

#main-text {margin-top: 20px;
margin-bottom: 20px;
margin-left: 260px;
margin-right: 260px; }

h1 {margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #000000;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold; }

h2 {margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #000000;
font-weight: bold; }

p, ul, ol, dl, table {margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: 1em;
line-height: 1.7em; }

dt {font-weight: bold; }

ol, ul {margin-left: 25px; }

img {border: 2px #000000;
padding: 10px; }

a:link, a:visited {color: #cc9900;
text-decoration: none;
font-weight: bold; }

a:hover {color: #cc9900;
font-weight: bold;
text-decoration: underline; }

/* Styles for the navbar on the left side. */

#left-menu {position: absolute;
top: 60px;
left: 0;
margin: 20px;
width: 200px; }

#left-menu p {border-bottom: 1px #cc9900 dotted;
text-align: right;
line-height: 1.5em;
font-size: .9em;
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 0; }

#left-menu a:link, #left-menu a:visited {color: #cc9900; }

#left-menu a:hover, #left-menu a.current {color: #cc9900;
text-decoration: none; }

/* Styles for the pullquote on the right side. */

#right-column {position: absolute;
top: 60px;
right: 0;
margin: 20px;
width: 200px; }

#right-column p {line-height: 1.5em;
font-size: .9em; }

#right-column strong {color: #000000;
font-style: normal; }

/* Styles for the footer at the bottom of the page */

#footer {text-align: left;
background-color: #ffffff;
color: #999999;
padding-top: 15px;
padding-bottom: 15px;
font-size: .8em;
border-top: 2px #e2c02f solid;
position: relative;
bottom: 0px;
margin-left: 190px;
margin-right: 220px;
}

#footer a:link, #footer a:visited {color: #f0f0e1; }

#footer a:hover {color: #f0f0e1;
text-decoration: underline; }