@charset "utf-8";
body  {
  font: 78% Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000;
  background-color: #666;
  padding-right: 10px;
  margin-left: 10px;
  width: 800px;
}
  blockquote, cite,q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
  }

  blockquote {
  margin: 0 1em 1em 1.6em;
  color: #666;
  font-size: 150%;
}

.twoColFixLtHdr #container {
  width: 780px; /* the auto margins (in conjunction with a width) center the page */
  border: 1px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
  background-image: url(/images/Clipboard01.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #EEE;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
  float: left; /* since this element is floated, a width must be given */
  width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  background: #EBEBEB;
  margin-top: 144px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}
.twoColFixLtHdr #main {
  padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
  margin-left: 190px;
} 
.twoColFixLtHdr #footer {
  padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background:#DDDDDD;
  font-size: 80%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#headText {
  text-align: center;
  float: right;
  padding-right: 20px;
  width: 600px;
}

#headPhone {
  font-size: 1.45em;
  font-weight: bolder;
  margin-left: 3px;
}


  table {
  border-collapse:collapse;
  margin-bottom: 0.5em;
  border-top: 2px #888 solid;
  border-bottom: 2px #888 solid;
  padding: auto;
}

  table caption { font-variant:small-caps; }

  table.full { width: 90%; }

  table.fixed { table-layout:fixed; }

  th,td { padding: 0.5em; }

  thead th { color: #000; border-bottom: 2px #800 solid; }

  tbody th {
  background: #e0e0e0;
  color: #5F5F5F;
}

  tbody th[scope="row"], tbody th.sub { background: #f0f0f0; }

  tbody th { border-bottom: 1px solid #fff; text-align: left; }

  tbody td { border-bottom: 1px solid #eee; }

  tbody tr:hover th[scope="row"],

  tbody tr:hover tbody th.sub { background: #f0e8e8; }

  tbody tr:hover td { background: #fff8f8; }
#topright {
  margin-right:0;
  margin-left:10px;
    }

.yellow { background-color: #FF3; }


.bold { font-weight: bold; }

#logo { margin-left: 3px; }

.alignL { text-align: left; }
