body {
    font-size:12px;
    font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
    margin:0px 0px 0px 0px;
    /* background-color: rgb(213, 219, 225); */
    background-color: #fff;
}

pre {
    margin:0px 30px 10px 30px;
    overflow:auto;
}
/* The below came from:
 http://www.thenoodleincident.com/tutorials/box_lesson/basic2_fluid_touch3.html */

#header { background: #99ccff; margin-bottom: 10px;}

#leftcontent {
    float: left;
    padding: 10px 2% 10px 2%;
    margin: 0px;
    /* background: #ABB7CD; */
    background: #fff;
    border-right:2px solid #666;
    /* border-bottom:2px solid #000; */
    width: 66%; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 63%;
}
html>body #leftcontent {
    width: 63%; /* ie5win fudge ends */
}

#rightcontent {
    float: left; /* Opera5.02 will show a space at right when there is no scroll bar */
    padding: 10px 2% 10px 2%;
    margin: 0px;
    border: 0px;
    width: 32%; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 28%;
}

html>body #rightcontent {
    width: 28%; /* ie5win fudge ends */
}

ul,li {
    margin:5px;
}

#leftcontent p, #leftcontent h1, #leftcontent h2, #leftcontent h3, #leftcontent table {
    margin:0px 30px 10px 30px;
}

h1,h2,h3,h4,h5 { font-weight:bold; }
h1 { font-size:20px; color:#666; }
h2 { font-size:18px; color:#666; }
h3 { font-size:16px; color:#666; }
h4 { font-size:14px; color:#666; }
h5 { font-size:12px; color:#666; text-transform:uppercase; letter-spacing:1px; }


img {
    border:0px;
}

div.newsitem {
    margin:1em;
    padding:1em;
    border-top:1px dashed #666;
}

div.head {
    margin-left:1em;
    margin-right:1em;
    padding-left:1em;
    padding-right:1em;
    border:none;
}

ul.inline-list, li.inline-list {
    display: inline;
    margin: 0;
    padding: 0;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited{
    color: #5b80b2;
    text-decoration: none;
}

a:hover, a:active {
    color: blue;
    text-decoration: underline;
}

div.tabblo {
    /* horizontally center it.  The best instructions for this were at:
       http://tutorials.alsacreations.com/centrer/
       The width property was the thing I didn't realize I was missing. */
    margin:0px auto;
    width:415px;
    /* a little more space below it */
    margin-bottom:1em;
}
