﻿body {
  min-width: 550px;     /* needed for IE6 */   
}

#container {
  padding-left: 175px;   /* LC (left column) width */
  
}

#container .column {
  position: relative;
  float: left;
}

#center {
  width: 100%;
  margin-left: -175px;
}

#left {
  width: 175px;          /* LC width */
  right: 175px;          /* LC width */
margin-left: -5px;   /* LC width */
}

/*
#footer {
  clear: both;
}
*/

/*** IE6 Fix; NOT USED FOR IE7 ***/
/*
* html #left {
  left: 175px;       
}
*/

/* content page elements */
p.nav   /* this is for the mapNav page list describing the navigation bar; this can be distorted by setting the browser text size to other than medium */
{ line-height: 10px;
}

h3 
{   font-size:10.0pt;
    font-family:Arial; 
    padding-left: 5px;
    font-weight:bold;
}
p 
{   padding-left: 5px; 
    padding-right: 5px;
}
ul.square 
{   padding-left: 20px; 
    list-style-type:square;
}
ol.decimal
{
    list-style-type: decimal;
    
}
img.left 
{   margin-left: 50px;
}
img.floatleft
{   float:left; padding:5px;
}
img.floatright
{   float:right; padding:5px;
}
