/*** Styles for all main content pages ***/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
height: 100%;
}
p {
font-size: 9pt;
font-family: verdana;
margin-left: 10px}
}
a:link     {color:#396993}
a:visited  {color:#396993}
a:hover    {color:#90B0CC}
a:active   {color:#396993}
h1 {
font-size: 9pt;
font-family: verdana;
font-weight: bold;
text-decoration: underline;
}
h2 {
font-size: 9pt;
font-family: verdana;
font-weight: normal;
font-style: italic;
}
h3 {
font-size: 9pt;
font-family: verdana;
font-weight: normal;
}
td.left {
border-left: 1;
border-right: 1;
border-top: 1;
border-bottom: 1;
background: none;
font-size: 9pt;
font-family: verdana;
font-weight: normal;
text-align: left;
vertical-align: top;
}
td.center {
border-left: 1;
border-right: 1;
border-top: 1;
border-bottom: 1;
background: none;
font-size: 9pt;
font-family: verdana;
font-weight: normal;
text-align: center;
vertical-align: top;
}
#topsection{
background: white;
height: 90px; /*Height of top section*/
}
#contentwrapper{
float: left;
width: 100%;

}
#contentcolumn{
margin-left: 215px; /*Set left margin to LeftColumnWidth plus Padding*/
margin-top: 100px;   /* 3rd change to work with Safari/Firefox - add "margin-top: 100px;" */
padding-top: 15px;
padding-bottom: 15px;
width: 810px;
border: 0px;
background-color: transparent;
}
#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
margin-top: 90px; /* Added by ML */
background: FFDBA6;
}

#footer{
clear: left; /* Added by ML */
width: 1024px;
background: #FFDBA6;
text-align: left;
}
#footer a{
color: #000000;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0; /* 2nd change to work with Safari/Firefox - change "margin-top: 0;" to "margin-top: 100px;" */
}
img.floatLeft{ 
float: left; 
margin: 4px; 
}
img.floatRight{ 
float: right; 
margin: 4px; 
}