* {

  margin: 0;
  padding: 0;
}

html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font-size: 10pt; 
  color: #000000;
  font-family: verdana;
  background-color: #949599;
  margin-top: 0px;
  margin-bottom: 0px;
}

.board {
  font-size: 12px;
}

.shadow {
    width: 235px;
    position: relative;
    background-color: #A6B093;
}

.bodyblock {
    width: 235px;
    position: relative;
    top: -3px;
    left: -4px;
    border: 1px solid #C2D69B;
    background-color: #EAF1DD;
}

.shadow1 {
    width: 400px;
    position: relative;
    background-color: #A6B093;
}

.bodyblock1 {
    width: 400px;
    position: relative;
    top: -3px;
    left: -4px;
    border: 1px solid #C2D69B;
    background-color: #EAF1DD;
}

a.board1:link, a.board1:visited { 
  text-decoration: underline; 
  font-size: 10px;
  color: blue;
  background-color: transparent;
}

.shadow2 {
    width: 280px;
    position: relative;
    background-color: #A6B093;
}

.bodyblock2 {
    width: 280px;
    position: relative;
    top: -3px;
    left: -4px;
    border: 1px solid #C2D69B;
    background-color: #EAF1DD;
}



a.board1:hover { 
  background-color: transparent;
  color: red;
}

.conference {
  line-height: 16px;
  font-size: 12px;
}

a.set25:link, a.set25:visited { 
  text-decoration: underline;
  line-height: 20px;
  font-weight: bold;
  font-size: 12px;
  color: blue;
  background-color: transparent;
}

a.set25:hover { 
  background-color: transparent;
  color: red;
}


.spacer {
  line-height: 5px;
  font-size: 5px;
}

a.clink:link, a.clink:visited { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 12px;
  color: blue;
  background-color: transparent;
}

a.clink:hover { 
  background-color: transparent;
  color: red;
}

a.set2:link, a.set2:visited { 
  text-decoration: underline; 
  font-weight: bold; 
  font-size: 10px; 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: blue;
  background-color: white;
}

a.set2:hover { 
  background-color: white;
  color: red;
}

a.set3:link, a.set3:visited { 
  text-decoration: underline; 
  font-weight: bold; 
  font-size: 16px; 
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #FFFF99;
  background-color: #303231;
}

a.set3:hover { 
  background-color: #303231;
  color: red;
}

a.set6:link, a.set6:visited { 
  background-color: #1A7EB0; 
  color:yellow; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 12px; 
  font-family:Geneva, Arial, Helvetica, sans-serif;

}

a.set1:link, a.set1:visited { 
  font-family: verdana;
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a.set1:hover { 
  color: red;
}

a.set6:hover { 
  background-color: #1A7EB0;
  color: red;
}

a.set4:link, a.set4:visited { 
  text-decoration: underline; 
  font-weight: bold;
  color: blue;
  background-color: transparent;
}

a.set4:hover { 
  background-color: transparent;
  color: red;
}

a.set5:link, a.set5:visited { 
  text-decoration: underline; 
  font-weight: bold;
  color: blue;
  background-color: transparent;
}

a.set5:hover { 
  background-color: transparent;
  color: red;
}

a.set7:link, a.set7:visited { 
  text-decoration: underline; 
  font-weight: bold;
  font-size: 16px;
  color: blue;
  background-color: transparent;
}

a.set7:hover { 
  background-color: transparent;
  color: red;
}

.kevin1 {
  font-family: Verdana;
  text-decoration: none;
  font-size: 12pt;
  color: #000000;
  background-color: transparent;      
}

ol {
  list-style-type: decimal;
  padding-left: 50px;
}

#dropmenudiv a{
width: 99%;
display: block;
text-indent: 0px;
padding-left: 3px;
margin-right: 0px;
text-decoration: none;
font-weight: bold;
background-color: transparent;
color: #FFFFFF;
text-align: left;
border-bottom: 1px solid #CCCCCC;
}

#dropmenudiv a:hover{ /*hover background color*/
color: yellow;
background-color: transparent;
}

#dhtmltooltip{
position: absolute;
width: 300px;
border: 2px solid black;
padding: 2px;
background-color: #FFEBB9;
visibility: hidden;
z-index: 100;
font-family: verdana;
font-size: 8pt;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.dlink {
text-decoration: underline;
color: #2F4F2F;
background-color: transparent;
font-weight: bold;
}
