div {
}

/* Layout*/
body { 
height: 100%;
min-width: 767px;
margin-left: 20px;
margin-top: 20px;
padding: 0;
background-color: #ffffff;
border-style: none;
font-family: "Comic Sans MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
line-height: 1.2em;
text-align: left;}

  /* IE6 sees this}*/
  * html #header {
  margin-top: 0px;
  width: 100%;
  height: 183px;
  border-bottom: 15px #000066 solid;
  }
  
  /* Other browsers see this */
  #header {
  margin-top: -20;
  width: 100%;
  height: 188px;
  border-bottom: 15px #000066 solid;
  }
  
  #headerImage {
  border: none;
  width: 204px;
  height: 188px;
  float: left;
  }
  
  #headerContent {
  position: absolute;
  top: 40px;
  left: 224px;
  width: 594px;
  height: 158px;
  border-left: 15px #000066 solid;
  padding-left: 200px;
  padding-top: 10px}
  
  #container {
  padding-left: 204px;  /* LC width */
  padding-right: 359px;  /* RC width */
  overflow: hidden;
  }
  
    #container .column {
    Position: relative;
    float: left;
    }
    
    #navigation { /*LC*/
    width: 204px; /* header image width*/
    margin-left: -400px;  /* CC width */
    right: 239px; /* LC fullwidth + CC padding */
    padding-top: 20px;
    }
    
    #primaryContent { /*CC*/
    width: 400px;
    padding: 20px 10px 0px 10px;  /* CC padding = 20px+15px border = 35px */
    border-left: 15px #000066 solid
    }
    
    #secondaryContent { /*RC*/
    width: 330px; /* img fullwidth + img borders (3+3px)*/
    margin-right: -365px;  /* RC fullwidth + CC padding */
    padding-top: 20px;
    }

    /* IE hacks-- apparently not necessary anymore
    * html #navigation {
    left: 330px;           /* RC fullwidth 
    padding-top: 20px;
    }*/
    
  #footer {
  clear: both;
  position: relative;
  width: 100%;
  border: none;
  }

    #footer img {
    float: left;
    border: none;}

/* Presentation*/
#header h1 {
font-size: 2.6em;
text-align: left;

}

#header h3 {
font-size: 1.2em;
text-align: left;
text-decoration: overline;}

#container img {
border: 3px #000066 solid;
}

#container .flag {  /* image to announce updates*/
border: none;
}

#navigation ul li {
font-size: 1.1em;
list-style-type: none;
line-height: 30px;
padding-left: 3px;
text-decoration: none;
}

#navigation ul li a:link {
text-decoration: none}

#navigation ul li:hover {
padding-left: 3px;
list-style-image: url(images/pawprints_single_bullet.gif);
}

#navigation ul li a:visited {
text-decoration: none}

#navigation ul li a:active {
text-decoration: none}

.standout {
font-size: 1.4em;
font-family: "Comic Sans MS", Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
color: #000066;
}

#googlemaplink {
font-size: 1.4em;
font-family: "Comic Sans MS", Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
}

#map {
border: 3px #000066 solid;}


#secondaryContent img {
border: 3px #000066 solid;
}

h1 {font-size: 1.8em;
font-family: "Comic Sans MS", Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-align: left;
color: #000066;}

h2 {font-size: 1.4em;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
text-decoration: underline;
text-align: center;}

h3 {font-size: 1.2em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;
color: #000;
font-style: italic;
text-decoration: none;}

h4 {font-size: 1.1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

h5 {font-size: 1em;
font-family: Times, "Times New Roman", serif;
font-weight: bold;
text-align: left;}

p {
font-size: 1.1em;
line-height: 1.2em;}

table {
width: 396px;}

th {
font-size: 1.1em;
font-weight: normal;
height: 1.5em;
text-align: left;
speak-header: once; 
}

td {
font-size: 1.1em;
height: 1.5em;
text-align: left;}

#tablecaption {
height: 1.7em;
text-decoration: underline;}

#footer p {
clear: left;
text-align: center;
line-height: 25px;}

#footer a {
clear: left;
text-align: center;
line-height: 25px;}

a:link {
color: #3300ff;

}

a:hover {

}

a:visited {
}

a:active {color: #3300ff;
background-color: #ffffff;
text-decoration: none;}
