    html, body {
      margin:10;
      padding:0;
      border:none;
	font-size: medium !important;
	font-family: calibri,georgia, times, "times new roman", serif;
color:#365F91;
background-color: #6495ED;
	word-wrap: break-word;
    }
    #container {
      width: 80%;
      max-width: 1000px;
      min-width: 300px;
      margin: 0 auto;
      padding: 0;
background-color: white;
/* border: 0.025em solid yellow; */
    }
    #container h1 {
      /* border: 0.025em solid #0099CC; */ /* remove this line to remove the border */
      border-bottom: 0.025em solid #0099CC;/* remove this line to remove the border */
      font-family: calibri,georgia, times, "times new roman", serif;
	font-size: 32px;
	font-weight: bold;
	padding: 14px;
	margin-bottom: 0px;
    }
    #container h2 {
      clear: both;
          }
    #thick-col {
     /* width: 75%; */
max-width: 75%;
	  float: right; /* switch this to left and below to right to change the column locations */
      border-left: 0.025em solid #0099CC; /* remove this line to remove the border */
	padding: 1%;
    }
    #thin-col {
 max-width: 20%;
      float: left; /* switch this to right and above to left to change the column locations */
     /* border: thin solid #0099CC; */ /* remove this line to remove the border */
      margin: 0;
    background-color: white;
	padding: 1%;
}

#footer
{
clear: both;
padding: .5em 1em;
border-top: 0.025em solid #0099CC;
text-align: center;
}

#topmenu {
      width: 80%;
      max-width: 1000px;
      min-width: 300px;
      margin: 0 auto;
      padding: 0;
	clear: both;
    }
#topmenu  ul#navigation {
    padding: 0;
    margin: 0;
    background-color: white; /* #039; */
 color: #365F91;
    float: left;
    width: 100%;
border-bottom: solid 1px #0099CC
    }

#topmenu    ul#navigation li { display: inline; }
    ul#navigation li a {
    padding: .25em 1em;
    background-color:white /* #039; */
    color: #365F91;
    text-decoration: none;
    float: left;
    /* border-bottom: solid 1px #0099CC; */
    /* border-top: solid 1px #0099CC; */
    /* border-right: solid 1px #0099CC; */
}

    a:link { color: blue; }
    a:visited { color: fuchsia;  background-color: white;}
    ul#navigation li a:hover {
    color: #365F91;
    background-color: #0099CC;
    }

    ul#navigation li#youarehere a { color: blue; background-color: #B2DFEE; } 

/* a:link { color: white; } */
/* a:visited { color: #FF00FF; } */

/* a:hover, a:active */
/* { /*
/* color: black; /*#fff; */
/* background-color: darkgray; /* #ccc; */
/* } /*

