html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
width: 100%;
font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', serif;
color: #555;
background: #fff;
}
a:link, a:visited {font-weight: bold;
text-decoration: none;
color:#5A5A66;
background: transparent;
}
a:hover {
text-decoration: none;
color:  #aaa;
}
a:active {
text-decoration: none;
color: #484500;
}
img {
border: none;
}
#container {
position: absolute;
min-height: 100%;
width: 99.8%;
margin: 0 auto;
line-height: 2em;
color: #555;
background: url(images/header.gif) top no-repeat;
}
*html#container {
height: 100%;
}
			/* TOPBAR */
#header {
}
#header h1 {
padding: 30px;
margin:0;
font-family: Helvetica, Arial, sans-serif;
font-size: 240%;
color: #5C4033;
}
#tab_menu {
float:left;
width:100%;
margin-bottom: 20px;
line-height:normal;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
}
#tab_menu  ul {
margin:0;
padding:0 20px 0 60px;
list-style:none;
}
#tab_menu  li {
display:inline;
margin:0;
padding:0;
}
#tab_menu  a {
float:left;
background:url(images/tab_left.gif) no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
}
#tab_menu  a span {
float:left;
display:block;
background:url(images/tab_right.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#FFF;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab_menu  a span {float:none;}
    /* End IE5-Mac hack */
#tab_menu  a:hover span {
color:#FFF;
}
#tab_menu  a:hover {
background-position:0% -42px;
}
#tab_menu  a:hover span {
background-position:100% -42px;
}
#tab_menu  #current a {
background-position:0% -42px;
}
#tab_menu  #current a span {
background-position:100% -42px;
}
#content {margin-right: 60px;
margin-left: 60px;
padding-bottom: 100px;
}
#leftnav {
margin-left: 30px;
float: left;
width: 260px;
}
#leftnav p {
margin: 0 0 1em 0;
}
#footer {
position: absolute;
bottom: 0;
clear: both;
width:100%;
font-size: 0.9em;
border-bottom: 0px solid #808080;
border-top: 0px solid #808080;
color: #333;
background: url(images/footer.gif) top center no-repeat;
}
#footer img {
float: right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
margin: 0;
}
/* end */
#footer p {
padding: 5px;
}
#footer a:link, #footer a:visited {
text-decoration: none;
color:#5C4033;
background: transparent;
}
#footer a:hover {
text-decoration: none;
color:  #5C4033;
}
h2 {
margin: 0 0 0.5em 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 130%;
text-transform: uppercase;
color: #80766D;
}
.quote {
border-top: 1px solid #808080;
padding: 10px;
}
legend {
font-weight : bold;
color : #DDCDB3;
}
input {
background : #DDCDB3;
color : #333;
}
blockquote {
padding: 15px;
font-weight : bold;
font-style : italic;
color : #5A5A66;
}
.big {
margin : 25px;
font-size:140%;
text-transform : none;
font-weight: bold;
color: #877D74;
}
ul li {
list-style-type: square;
margin-bottom: 1em;
}
.clear {
clear: left;
overflow: hidden;
width: 0;
height: 0;
}
