/* Default Style Sheet */

html, body {
  height: 100%;
}

body {
  margin: 0;
  pading: 0;
  text-align: center;
  font-family: Arial, Sans-serif;
  font-size/* */:/**/medium;
  font-size: /**/medium;
}

h1 { 
  font-size: 1.25em;
}

h2 {
  font-size: .75em;
  font-style: italic;
}

h3 {
  font-size: 1.25em;
  padding: 4px;
  text-transform: uppercase;
  background: #efefef;
}

h4 {
  font-size: 1em;
  padding: 4px 0;
  border-bottom: 1px solid #ccc;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #ccc;
}



/* --------------- CLEAR FIX HACK ----------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





#container {
  height: 100%;
  min-width: 600px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #efefef;
}

#topper {
  margin: 0 auto;
  padding: 2px;
  font-size: .55em;
  font-weight: bold;
  background: #efefef;
  border-bottom: 1px solid #000;
}

#topperLayout {
  width: 100%;
  border-collapse: 0;
  border-spacing: 0;
  /* For visualization purposes...
  border: 1px solid #fff; */
}

#topperLeft {
  width: 50%;
  text-align: left;
  padding: 0 0 2px 8px;
}

#topperRight {
  width: 50%;
  text-align: right;
  padding: 0 8px 2px 0;
}

#topperDate {
  cursor: help;
}





#masthead {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #efefef;
  border-bottom: 1px solid #000;
}

#logo {
  margin: 0;
  padding: 16px;
}



/* ----------------- Navigation ----------------- */

#navcontainer {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}


#navlist {
  height: 2.25em;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 16px;
  font-family: Verdana, Arial, Sans-serif;
  font-size: .65em;
  border-left: 1px solid #333;
  border-right: 1px solid #d5d5d5;
}

#navlist ul, #navlist li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}

#navlist li a {
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #333;
}

#navlist a:link, #navlist a:visited {
  float: left;
  line-height: 1.25em;
  font-weight: bold;
  margin: 0;
  padding: 4px .75em;
  text-decoration: none;
  border-bottom: 4px solid #ccc;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  border-bottom: 4px solid #000;
  background: transparent;
  color: #000;
}

#navlist a:hover { 
  color: #000; 
}

/* ----------------- END Nav Rules ----------------- */



#content {
  height: auto;
  margin: 0 auto; 
  padding: 16px;
  font-size: .8em;
  background: #fff;
  border-bottom: 1px solid #000;
}




#content ul {
  list-style-type: circle;
  margin: 8px 32px;
  padding: 4px;
}

#content li {
 line-height: 180%;
}

#content table {
  margin: 0;
  padding: 0;
}

#content table td {
  vertical-align: top;
}


#content img.floatedImg {
  float: right;
  margin: 8px 0 4px 8px;
  padding: 4px;
  border: 1px solid #000;
}


#footer {
  margin: 0; 
  padding: 4px;
  font-size: .65em;
  background: #efefef;
}

#footer p {
  margin-left: 8px;
}
