/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family: Arial;
    font-size:13px;
    line-height:20px;
color: #000000; 
}

body, html{
    margin:0;
    padding:0;
    background:url('images/brown_lines.gif');
    text-align:center;
    margin-bottom:10px;
}
a{
color:#105289;

}

a:hover{
color:red;
text-decoration:underline;
}
    

/* ----- CONTENT ----- */
#container{
    width:94%;
    margin:10px auto;
    padding:0;
    text-align:left;
    
}

#primaryContent{
    width:66%;
    padding:20px 55px;
    float:left;
    background-color: #FFFFFF;
    clear:none; 
    margin-top:10px;
}

#secondaryContent{
    width:22%;
    padding-bottom: 10px;
    float:right;
    background: #FFFFFF;
    Margin-bottom: 10px;
    margin-top:10px;
    clear:none; 

}


#footer{
    margin-top:10px;
    margin-bottom:10px;
    margin-left: 38px;
    height:10px;
    padding:18px 20px;
    width:90%;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}


/* ----- HEADINGS ----- */

h1{
    font-family:'Georgia';
    font-size:25px;
    margin-bottom:10px;
    margin-top:20px;
    font-weight:normal;
    color:#718e3e;
}
h2{
    font-family:'Arial';
    font-weight:strong;
    color:#000000;

}


h5{ padding:11px 15px;
    font-family: Arial;
    background:url('images/intro_bg.gif') no-repeat;
    color:#FFFFFF;
    line-height:21px;
    font-size:15px;
    font-weight:normal;
    
}



/* ----- RSS ----- */


#pscroller2{
width: 260px;
height: 140px;
border: 1px solid black;
padding: 5px;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}




/* ----- CLASSES ----- */

.clear{
    clear:both;
}


/* ------ Poll Graph -------*/

      .graph {
        background-color: #C8C8C8;
        border: solid 1px black;
      }
      
      .graph td {
        font-family: verdana, arial, sans serif;
      }
      
      .graph thead th {
        border-bottom: double 3px black;
        font-family: verdana, arial, sans serif;
        padding: 1em;
      }
    
      .graph tfoot td {
        border-top: solid 1px #999999;
        font-size: x-small;
        text-align: center;
        padding: 0.5em;
        color: #666666;
      }

      .bar {
        background-color: white;
        text-align: right;
        border-left: solid 1px black;
        padding-right: 0.5em;
        width: 300px;
      }
      
      .bar div { 
        border-top: solid 6px #002266;
        background-color: #002266;
        border-bottom: solid 2px #002266;
        text-align: right;
        color: white;
        float: left;
        padding-top: 0;
        height: 1em;
      }
      

