html { overflow-x: auto; height:100%;}
	/* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */

body 
{
	background-color:#C0E0E8;
	text-align: center;
	line-height: 1.2em; 
}

#menu
{
	text-align: center;
}

#outer
{
	text-align: left;
    max-width:800px;
    width:expression(document.body.clientWidth > 800 ? "800px": "auto" );
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    background-color:#2080B0;
    padding-bottom: 20px;
    border: 1px solid black;
}

#heading
{
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border: 0;
    display: block;
}

#heading a {
    border: 0;
}

#heading a:link {
    text-decoration: none;
    border: 0;
    display: block;
}


#inner {
background-color: #FCDCBC;
    margin-left:25px;
    margin-right:25px;
    margin-top:0px;
    margin-bottom:20px;
}
#inner2 {
background-color: #FFFFFF;
    margin-left:25px;
    margin-right:25px;
    margin-top:0px;
    margin-bottom:20px;
    padding: 20px 20px;
   font-family: Arial, Helvetica, sans-serif;
}

.footer {
   font-size:9pt;
   font-family: Arial, Helvetica, sans-serif;
   color:#E0E0FF;
   text-align: center;
   clear: both;
   	line-height: 1.2em; 

}

.footer a {
    color: #FFFFFF;
}

#calltoday {
margin-left:35px;
margin-right:35px;
}

#lcol {
width:150px;
height: 600px;
min-width: 150px;
min-height: 500px;
float: left;
background-color: #FCDCBC;
text-align: center;
padding: 10px 10px 10px 10px;
line-height: 1.0em;
}

#rcol {
background-color: #FFFFFF;
padding: 20px 10px 10px 10px;
margin-left:170px;
}


.smallish {
  font-size: 10pt;
}
  

