div.quicklinks
{
   position: absolute;
   top: 175px;
   left:0px;
   width:150px;
   z-index:5;
   position: absolute;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
}

div.infoSection
{
   position: absolute;
   top: 400px;
   left:170px;
   width:275px;
   height: 340px;
   visibility:show;
   z-index:20;
}

div.votersSection
{
   position: absolute;
   top: 400px;   
   left:454px;
   width:275px;
   height: 340px;
   visibility:show;
   z-index:20;
}

div.pollworkersSection
{
   position: absolute;
   top: 750px;
   left:170px;
   width:275px;
   height: 200px;
   z-index:20;
   visibility:show;
}

div.candidatesSection
{
   position: absolute;
   top: 750px;
   left:454px;
   width:275px;
   height: 200px;
   z-index:20;
   visibility:show;
}

.sectionItem
 { 
   font-size: 11px; 
   padding-top: 3px; 
   padding-right: 2px; 
   padding-bottom: 3px; 
   padding-left: 2px;
   text-decoration: none 
}


.sectionItem a:link {
    color: #003663;
    text-decoration:none;
}

.sectionItem a:visited {
   color: #003663;
   text-decoration:none;
}
.sectionItem a:hover
{
   color: #FF0000;   
   text-decoration: underline;
}

.box {
   font: tahoma, arial, helvetica, sans-serif;
   color: #ffffff;
   background-color: #003663;
   font-size: 13px;
   font-weight: bold;
   padding-top: 3px; 
   padding-bottom: 3px; 
}

.line {
   color: #ffffff;
   background-color: #003663;
}

