body {
    margin:10;
    padding:0;
    line-height: 1.5em;
}

b {
    font-size: 110%;
}

em {
    color: purple;
    background-color:inherit;
}

#maincontainer {
    border: blue solid;
    width: 915px; /* Width of main container */
    margin: 0 auto; /* Center container on page */
    font-family: "Trebuchet MS", "Arial", sans-serif;
    font-size: small;
    font-weight: normal;
}

#topsection {
    padding-top: 10px;
    height: 50px; /* Height of top section */
    background-color: #66eeff;
    border-bottom: 2px solid blue;
}

#topsection h1 {
    margin: 0;
    padding-top: 8px;
    font-size:18pt;
    color:navy;
    background-color: inherit;
}

#topsection h2 {
    margin: 0;
    padding-top: 5px;
    font-size:16pt;
    color:navy;
    background-color: inherit;
}

#contentwrapper {
    float: left;
    width: 100%;
}

#contentcolumn {
    margin-top: 20px;
    margin-left: 180px; /* Set left margin to LeftColumnWidth */
}

#contentcolumn h1 {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size:14pt;
    color:#313443;
    background-color: inherit;
}

#contentcolumn .vspace {
    height: 5px;
}

#contentcolumn .bigvspace {
    height: 15px;
}

#leftcolumn {
    float: left;
    width: 180px; /* Width of left column */
    height: 2100px;
    margin-left: -915px; /* Set left margin to -(MainContainerWidth) */
    background-color: #ccffff;
    border-right: 2px solid blue;
    color: inherit;
}

#leftcolumn h1 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size:14pt;
    color:navy;
    background-color: inherit;
}

.date td {
  font-size: 90%;
}

#leftcolumn .vspace {
    height: 12px;
}

#footer {
    clear: left;
    width: 100%;
    background: blue;
    color: #FFF;
    text-align: left;
    height: 1px;
}

#footer a {
    color: #FFFF80;
    background-color: inherit;
}

.innertube {
    margin: 10px; /* Margins for inner DIV inside each column (to provide padding) */
    margin-top: 0;
}

/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
.underlinemenu {
    font-size:12pt;
    font-weight: bold;
    width: 100%;
}

.underlinemenu ul {
    padding: 6px 0 20px 0; /* 6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below */
    margin: 1.5em;
    text-align: center;  /* set value to "left", "center", or "right" */
}

.underlinemenu ul li {
    display: inline;
}

.underlinemenu ul li a {
    color: navy;
    background-color: inherit;
    padding: 6px 3px 4px 3px; /* top padding is 6px, bottom padding is 4px */
    margin-right: 20px; /* spacing between each menu link */
    text-decoration: none;
    border-bottom: 1px solid navy;
}

.underlinemenu ul li a.selected {
    color: blue;
    background-color: inherit;    
    border-bottom-color: blue;
}

#current {
    color: blue;
    border-bottom: 4px solid blue;
}

.underlinemenu ul li a:hover {
    color: blue;
    background-color: inherit;    
    border-bottom: 4px solid blue;
}

#list {
  line-height: 1.2em;
  font-size: 105%;
}

