body{
margin:0;
padding:0;
line-height: 1.5em;
background: white;
font-family:arial, sans serif;
font-size: 0.9em;
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white;
height: 90px; /*Height of top section*/
border-bottom: solid 1px black;
}

#topnav{
background: white;
padding-top: 45px;
height: 25px;
float: right;
}

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

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

#contentcolumn{
margin-left: 120px; /*Set left margin to LeftColumnWidth*/
padding-top: 10px;
}

#contentcolumn2{
margin-left: 120px; /*Set left margin to LeftColumnWidth*/
padding-top: 10px;
}

#leftcolumn{
float: left;
width: 120px; /*Width of left column*/
margin-left: -850px; /*Set left margin to -(MainContainerWidth)*/
background: white;
}

#footer{
clear: left;
width: 100%;
background: white;
color: black;
text-align: right;
padding: 4px 0;
font-size: 0.6em;
}

#headings {
font-family:arial, sans serif;
font-size: 1.9em;
color: #ce0000;
}

#headings2 {
font-family:arial, sans serif;
font-size: 1.3em;
color: #aeaeae;
}

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

.line{
border-top: solid 1px #aeaeae;
height: 2px;
width: 100%
}

/*Links*/

a.main { color: #000000; }
a.main:link { text-decoration: none; color: #000000; }
a.main:visited { text-decoration: none; color: #000000; }
a.main:hover { text-decoration: none; color: #ce0000; }
a.main:active { text-decoration: none; color: #003300; }

a.nav { color: #aeaeae; }
a.nav:link { text-decoration: none; color: #aeaeae; }
a.nav:visited { text-decoration: none; color: #000000; }
a.nav:hover { text-decoration: none; color: #ce0000; }
a.nav:active { text-decoration: none; color: #003300; }

a.pop { color: #000000; }
a.pop:link { text-decoration: none; color: #000000; }
a.pop:visited { text-decoration: none; color: #000000; }
a.pop:hover { text-decoration: none; color: #fff; }
a.pop:active { text-decoration: none; color: #003300; }

/*end links*/
