    body {
    background-image:url('img/bg1.jpg');
    background-repeat:repeat-x; 
    background-color:#C1C1FF;
    text-align: center;
    overflow:scroll;
    font-family:verdana,helvetica,arial,sans-serif;
  font-size: .9em;
    }
    
    .wrapper {
        background-image:url('img/wrapper_bg_200.jpg');
        background-color: white;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
        text-align: left;
        border: 2px solid black;
    }
    
    .header  {
    height: 166px;
    background-image:url('img/politicalbanner.jpg');
    background-color: #C1C1FF;
    }
    
    .leftContent {
    float: left;
    width: 190px;
    padding: 5px;
    word-wrap:  break-word;
    }
    
    .rightContent {
    float: right;
    width: 735px;
        padding: 5px;
    }
    
    h1 {
    margin: 0px;
    }
    
    .survey
    {
    border: 1px solid gray;
    background: #F7F7FF;
    font-weight: bold;
    padding: 5px;
margin-top:5px;
margin-bottom:5px;
    }
    
table
{
border-color: silver;
border-collapse:collapse;
}
td
{
/*  padding: 5px; removed because of home form, if need to readd for another form then will need to build a class */
font-size: 12px;
}    
    
.footer
  {
  font-size: .7em;
  color: gray;
  }    
    
    /* Menu Drop Down  */
    
    .glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: none;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: transparent;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 1px solid silver;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: transparent;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: transparent;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid silver;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 25px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: black;
}
    
    
