BODY,DIV,P,TD,B { 
    font-family: "Verdana", "Helvetica", "Sans-Serif"; 
    font-size: 12px; 
}

H3 { 
    color: #21548D; 
    font-family: "Verdana", "Helvetica", "Sans-Serif"; 
    font-size: 25px; 
}

.links:link { 
    color: #666666; 
    background-color: #FFFFFF; 
    text-decoration: none; 
}

.links:visited { 
    color: #999999; 
    background-color: #FFFFFF; 
    text-decoration: none; 
}

.links:hover { 
    color: #ff0000; 
    background-color: #FFFFFF; 
    text-decoration: underline; 
}

.links:visited:hover { 
    text-decoration: underline; 
}

ul {
  list-style: circle;
}

.header:link { 
    color: #9966CC; 
    background-color: #FFFFFF; 
    text-decoration: none; 
}

.header:visited { 
    color: #9933FF; 
    background-color: #FFFFFF; 
    text-decoration: none; 
}

.header:hover { 
    color: #ff0000; 
    background-color: #FFFFFF; 
    text-decoration: underline; 
}

.header:visited:hover { 
    text-decoration: underline; 
}

.footer {
    color: #6600FF;
    font-family: verdana, arial, sans-serif; 
    font-size: 12px; 
    text-decoration: none; 
    text-align: center;
} 

/*
div {
  border: 1px solid black;
} */

#header {
  background: transparent;
  color:  black;
  font-family:  verdana, arial, sans-serif;
  font-weight:  normal;
  padding:  10px;
  height: 50px;
  width: 100%;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
}

#navbar {
  background: transparent;
  color:  black;
  font-family:  verdana, arial, sans-serif;
  font-size:  12px;
  font-weight:  normal;
  padding:  10px 20px 10px 10px;
  position: absolute;
  text-transform: none;
  letter-spacing: normal;
  width: 10%;
  left: 0px;
}

#main {
  background: transparent;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 25px 10px 25px;
  margin: 0px 0px 0px 112px;
  border: 0px;
  width: 82%;
  min-height: 150px;
}

#footer {
  background: transparent;
  bottom: 0px;
  color:  black;
  font-family:  verdana, arial, sans-serif;
  font-size:  10px;
  font-weight:  normal;
  margin: 0px;
  padding:  2px 5px 2px 0px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  clear: both;
  width: 100%;
}

/* top, right, bottom, and left */

.leftcol {
  width: 50%;
  float: left;
}

.rightcol {
  width: 50%;
  float: left;
}

.ieuser {
  color: #000000;
  background: #FFFFCC;
}
