/* CSS Document */

/* HTML tags */
html, body {
  margin: 0;
  padding: 0;
  }
body {
  background-color: cfcfcf;
  /*
  background-image: url('images/6-May-2005 Sky Over Hinsdale IL.jpg');
  */
  }
A {
  color: #307ecc;
  }
A:link { 
    text-decoration: none;
}
A:active { 
    text-decoration: none;
}

A:visited { 
    text-decoration: none;
}

A:hover { 
    text-decoration: none;
    background-color: #307ecc;
	color: #ffffff;
}

/* classes */

.centerImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
  }
.columnSize {
  margin-top: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 0;
  }
.contentSize {
  margin-top: 0.5em;
  }
.button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
.fieldsTable {
  color: #666666;
  }
.spacer { 
  height: 1px;
  }
.prtDisplay {
  display: inline;
  }
.imgSpace {
  font-family: Courier monospace, "Courier New";
  font-size: 8pt;
  margin-bottom: 1em;
  }

/* div id's */

div#main {
  width: 760px;
  font-family: Arial, sans-serif;
  color: #666666;
  /*
  background-color: #f0f0f0;
  */
  background-color: #f9f9f9;
  border: 0px solid #000000;
  }
div#printHeader {
  display: none;
  }

div#header {
  margin: 0;
  padding: 0;
  height: 125px;
  background-color: #ffffff;
  /*
  border-bottom: 1px dashed #999999;
  */
  }
div#header img {
  border: 0;
  }
div#header h1 {
  margin: 0;
  padding: 0;
  font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
  color: #cf3333;
  font-variant: small-caps;
  font-size: 27pt;
  }
div#header .spacer {
  height: 30px;
  }
div#header .logo {
  /*
  width: 65px;
  */
  margin-top: 30px;
  }
div#header A:hover { 
  background-color: #ffffff;
  }
div#content {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0px solid #99ff99;
  }
div#colLeft {
  -moz-box-sizing: border-box;
  width: 150px;
  overflow: hidden;
  float: left;
  font-size: 10pt;
  }
div#colLeft div.imgSpace img {
  width: 148px;
  }
div#colRight {
  -moz-box-sizing: border-box;
  width: 150px;
  overflow: hidden;
  float: right;
  font-size: 10pt;
  margin-right: 6px;
  }
div#colRight.columnSize {
  }
div#colRight ul {
  margin-left: 0;
  padding-left: 1.25em;
  }
div#colRight li {
  margin-bottom: 0.25em;
  }
div#colRight div.imgSpace img {
  width: 148px;
  }
div#colMiddle {
  -moz-box-sizing: border-box;
  width: 440px;
  overflow: hidden;
  float: right;
  color: #000000;
  font-size: 12pt;
  }
div#colMiddle .contentStyle {
  color: #00ff00;
  font-size: 14pt;
  }
div#colMiddle a {
  font-weight: bold;
  }
div#navBar {
  margin-top: 0.5em;
  font-size: 10pt;
  }
div#navBar a {
  font-weight: normal;
  }
div#navBar a:hover {
  background-color: #307ecc;
  }
div#noColumns {
  margin: 1em;
  margin-bottom: 0;
  }
div#footer {
  clear: both;
  font-size: 10pt;
  text-align: center;
  padding: 1em 0 1em 0;
  margin: 0;
  border: 0px solid #999999;
  }
div#buttons {
  text-align: center;
  }
  
.hideThis {
  display: none;
  }

/* ****
 * MyFirstWebPage.net related styles
 * Please leave this at the bottom of this file
 */
.MFWPNlogo {
    font-family: 'courier new';  
    font-weight: bold; 
}
A:link.MFWPNlogo { 
    text-decoration: none;
}

A:active.MFWPNlogo { 
    text-decoration: none;
}

A:visited.MFWPNlogo { 
    text-decoration: none;
}

A:hover.MFWPNlogo { 
    text-decoration: none;
    background-color: #cccccc;
    color: #ffffff;
}
