body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #ffc58a;
font-size: 12pt;
font-family: comic sans ms,sans-serif;
}


#topsection{
background-color: #ffc58a;
height: 125px; /*Height of top section*/
font-family: comic sans ms,sans-serif;
text-align: center;
}

#topsection h1{
margin: 0;
padding-top: 10px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 175px; /*Set left margin to LeftColumnWidth*/
border-top: black thick solid;
border-bottom: red thick solid;
text-align: center;
background-color: #ffc58a;
height: 680px; /*Height of content column*/

}

#leftcolumn{
float: left;
width: 175px; /*Width of left column*/
margin-left: -100%;
background-color: gray;
border-top: black thick solid;
border-bottom: red thick solid;
height: 680px; /*Height of left column*/

}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: left;
padding: 3px 0;
font-size: x-small;
line-height: 1.5em;
font-family: sans-serif;
font-size: 8pt;
}

#footer a{
color: #ffff80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;

}

table.one{
border: solid thin blue;
padding:0px;
} 

table.two{
padding: 0px;
margin:0px;
}


table.center{
margin-left:auto; margin-right:auto;}

td{text-align: center;
border: red thin solid;
}


.heading {text-align: center;
font-size: 16pt;
font-weight: bold;
margin: 0;
padding-top: 10px;
}

.ctr{text-align: center;}

.menu{font-size: 14pt;
}

a:link {color: #ffc58a; text-decoration: none;}
a:visited {color: #ffc58a; text-decoration: line-through;}
a:hover {color: #000000; text-decoration: underline;}

a.offsite:link {color: blue}
a.offsite:visited {color: blue}
a.offsite:hover {color: green; text-decoration: line-through}


