body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: "Times New Roman";
background-color: #ffffff;
}

img {
border: none;
}

a:link, a:visited {
 color: #ce2847;
 text-decoration: underline;
}
a:hover {
 color: #ce2847;
 text-decoration: none;
}
/*
a.tnav:link, a.tnav:visited {
 color: #0000cc;
 text-decoration: underline;
 font-size: 85%;
}
a.tnav:hover {
 color: #0000cc;
 text-decoration: none;
 font-size: 85%;
}
*/
#maincontainer{
width: 922px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ffffff;
height: 100px; /*Height of top section*/
}

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

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

#contentcolumn{
margin: 0 300px 0 150px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn a:link, #contentcolumn a:visited {
 color: #ce2847;
 text-decoration: underline;
}
#contentcolumn a:hover {
 color: #ce2847;
 text-decoration: none;
}

#leftcolumn{
float: left;
width: 150px; /*Width of left column in pixel*/
margin-left: -922px; /*Set margin to that of -(MainContainerWidth)*/
background: #ffffff;
}

#rightcolumn{
float: left;
width: 300px; /*Width of right column*/
margin-left: -300px; /*Set left margin to -(RightColumnWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: white;
color: #000000;
text-align: center;
padding: 4px 0;
font-size: 80%;
}

#footer a:link, #footer a:visited {
 color: #ce2847;
 text-decoration: underline;
}
#footer a:hover {
 color: #ce2847;
 text-decoration: none;
}

.small{
font-size: 80%;
}

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

fieldset{
font-size: 85%;
}
