html, body{
margin:0;
padding:0;
text-align:center;
background-image:
url('http://www.tumbleweedglass.com/images/black_grdnt.gif');
background-repeat: repeat-x;
background-color:#000000;
}

#pagewidth{
width:90%;
text-align:left;
margin: 0 10px 10px 10px;
background-image:
url('http://www.tumbleweedglass.com/images/black_grdnt.gif');
background-repeat: repeat-x;
background-color:#000000;
}

h2 {
text-decoration: underline;
text-align: center;
color: #000000;
}

.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }
.text-indent { margin: 0 0 0 1em; }

#header h2 {
padding: 0;
margin: 0;
color: #fff;
}

#header{
position:relative;
height:70px;
width:100%;
border-bottom: 1px solid #543230;
background-color: transparent;
font-family: georgia, serif;
color: #fff;
margin: 0;
font-size: 30px;
font-weight: bold;
text-align:center;
}

p {
text-align: left;
padding: 5px 7px 3px 7px;
background: #EDEDED;
color: #000000;
margin: 0;
font-family: verdana;
font-size: 16px;
line-height: 190%
word-spacing: 2px;
}

#maincol h2{
text-align: center;
color: #543230;
text-decoration: none;
}

#maincol h3{
text-align: left;
color: #000000;
text-decoration: none;
}

#maincol{
margin-left: 201px;
background: #EDEDED;
text-align: left;
line-height: 190%
color: #000000;
padding: 2em 1em 1em 2em;
font-family: verdana;
font-size: 16px;
word-spacing: 2px
border: 1px solid #000000;
min-height: 2300px;
}

/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#header{display:none;}
#leftcol{display:none;}
#footer{display:none;}
#twocols, #maincol{
border: 0;
margin: 0 5%;
padding: 0;
width:auto;
float:none;}
}

/** This is the menu Control styles **/

#leftcol h3 {
text-align: left;
padding: 0 0 0 .5em;
color: #543230;
}

#leftcol{
float: left;
width: 200px;
margin: 0;
background: #EDEDED;
font-family: verdana;
font-size: 13px;
text-align: center;
border-right: 1px solid #543230;
border-left: 1px solid #543230;
color: #000000;
min-height: 2300px;
}

ul.navlist{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul.navlist li {
display: block;
margin: 0;
padding: 0;
}

ul.navlist li a{
display: block;
width: 85%;
padding: 0.2em 0.5em 0.2em .6em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #000;
text-decoration: none;
background: #EDEDED;
}

ul.navlist li#active a{
background: #EDEDED;
color: #800000;
}
ul.navlist li a:hover, ul.navlist li.active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

/** the Footer**/

#footer
{
clear: both;
background: #EDEDED;
margin: 0;
padding: .5em;
}