html, body, td {
   margin: 0;
   padding: 0;
   font-family: Geneva, Arial, Helvetica, san-serif;
   font-size: small;
}

a         { font-weight: bold; color: #c03; font-size: xx-small; }
a:visited { color: #360 }
a:hover   { color: #c03; text-decoration: underline; }
a:active  { color: #c03; }

body {
   width: 750px;
   margin: 10px auto;
   text-align: center;
}

#header h1 { display: none; }

#header {
   width: 750px;
   text-align: center;
   margin: 0;
   padding: 0;
   font-size: x-small;
}

#nav {
   list-style-type: none;
   margin: 20px 0 30px;
   padding: 0;
}

#nav li {
   text-align: left;
   display: inline;
   padding: 0 15px;
}

#bodycopy {
   border-color: #C03;
   border-style: solid;
   border-width: 1px 0 0;
   text-align: left;
   background: #fff url('images/smallest_vine.gif') repeat-x bottom left;
   padding: 0 0 40px; 
}

h2 { 
   font-size: x-large; 
   text-align: center;
}

.leftimg {
   float: left;
   margin: 10px 20px 10px 0;
}

p {
   margin: 0;
   padding: 10px 0 0;
}

.disptable {
   margin-top: 20px; 
   border-collapse: collapse;
   border-style: solid;
   border-color: #c03;
   border-width: 2px;
}

.disptable .titletext {
   background-color: #c03;
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 5px;
}

.disptable .leftcol {
   background-color: #c03;
   color: #fff;
   padding: 5px 3px;
}

.disptable .rightcol {
   padding: 5px 10px;
   border-style: solid;
   border-color: #ccc;
   border-width: 0 0 1px 1px;
}

#footer {
   clear: both;
   list-style-type: none;
   font-size: x-small;
   padding: 10px 0;
}

#footer li {
   text-align: left;
   display: inline;
   padding: 0 15px;
   border-style: solid;
   border-color: #000;
   border-width: 0 1px 0 0;
}

#footer li#lastfootlink { border-width: 0; }