body {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: #333;
  background: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;   
}

* {
    -webkit-text-size-adjust: none;
}

p.important {
  font-size: 16px;   
}

.resources{

 font-size: 1.2em;
 line-height: 1.5em;
 margin-right:50px;

}

.item {
 margin-left: 1em;
}

.subitem {
 margin-left: 2em;
}


p {
  margin-top: 10px;
}

p.presentation {
  margin-left:20px;
  text-align: left;

}




#header  {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 60px;
    width: 100%;
    background: #333;
    padding-top: 8px;
}

#header h1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff;
}

#header h1 a {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: #fff;
}

.rsshead {
  font-size: 16px;
}


#menu  {
    font-family:  "trebuchet ms", verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    height: 27px;
    top: 60px;
    left: 0px;
    width: 100%;
    padding: 0px;
    color: #000000;
    background-color: #eee;
}


#menu a:link {
    text-decoration: none;
    color: #000;
    border-bottom: none;
    
}

#menu a:visited {
  text-decoration: none;
  color: #000;
  border-bottom: none;
}

#menu a:hover, a:active {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #369;
}


a.simple:link, a.simple:visited {
 border-bottom: 0px;
}

a:link {
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #369;
}

a:visited {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dotted #369;
}

a:hover, a:active {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #036;
  font-weight: bold;
}

#container{
  position: absolute;
  top: 85px;
  left: 0px;
  background: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 100%;
/*  height: 100%; */
}

#bar {
  float: left;
 /* width: 250px; */
  width: 20%;
  background: #eee;
  padding: 10px;
  margin-right: 30px;
  height: 100%;
}


#bar a:link {
    text-decoration: none;
    color: #858585;
    border-bottom: none;
}

#bar a:visited {
  text-decoration: none;
  color: #858585;
   border-bottom: none;
}

#bar a:hover, a:active {
  text-decoration: none;
  border-bottom: 1px dotted #369;
  font-weight: bold;
  color: #858585;
}





img {
  border: 0;
}

#bar h1 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

#main {
  margin: 15px 30px 15px 290px;
  padding: 15px 10px 15px 15px;
  background: #FFFFFF;
}

div#showkey{
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

div#rightcol{
    float: right;
    padding: 4px;
    width: 80%;
}

td.pad{
 width: 150px;
}


div#leftcol{
    float: left;
    padding: 4px;
    width: 15%;
	border: 1px solid gray;
}

div#right-col{
    float: right;
    padding: 4px;
    width: 80%;
}

th.endcand, td.endcand {
  border-color: black;
    border-width: 0px 1px 0 0;
    border-style: solid;

}

.presentation a:link {
    text-decoration: none;
    color: blue;
    border-bottom: 1px dotted #369;
    
}