body {
background-image: url('/images/bodyBackground.jpg');
background-attachment:fixed;
background-position:bottom;
background-repeat: repeat-x;
margin: 0 auto;
text-align: center;
margin-top: 40px;
}

a img {
    border: none; 
    text-decoration: none;
}
.grid_12 .top {
    
    position: relative;
    background-image: url('/images/contentTopBackground2.png');
    width: 706px;
    height: 55px;
    margin-left: -6px;
}

.grid_12 .middle {
    float: left;  
    position: relative;
    background-image: url('/images/contentMiddleBackground2.png');
    width: 706px;
    padding-top: 1px;
    margin-left: -6px;
}

.grid_12 .middle .padding {
    padding-left: 6px;
}

.grid_12 .bottom{
    float: left;
    position: relative;
    background-image: url('/images/contentBottomBackground2.png');
    width: 706px;
    height: 66px;
    margin-left: -6px;
    margin-bottom: 14px;
}

.text, li, .fieldset{
    font-family: Trebuchet MS, Helvetica Charcoal, Helvetica;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
}

.text h2 {
    font-family: Trebuchet MS, Helvetica Charcoal, Helvetica;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}

ul {
    margin-left: 0;
    padding-left: 40px;
}

li {
    list-style-image: url("/images/checkMark.gif");
}

.leftImage img {
    text-align: center;
    margin: 0 auto;
}

.header1 {
    left: -10px;
    right: 10px;
    height: 31px;
    position: relative;
    margin-top: 42px;
}

.topHeader {
    left: -10px;
    right: 10px;
    height: 31px;
    position: relative;
    margin-top: 21px;
}

.logo {
    margin-bottom: 40px;
}



#blobs {
 width: 100px;
 height: 455px;
 background: url("/images/menuNew.png");
 margin: 10px auto; padding: 0;
 position: relative;
}
#blobs li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#blobs a {display: block;}

#blob1 {left: 0px; top: 0px; width: 100px; height: 90px;}
#blob2 {left: 0px; top: 90px; width: 100px; height: 90px;}
#blob3 {left: 0px; top: 180px; width: 100px; height: 90px;} 
#blob4 {left: 0px; top: 275px; width: 100px; height: 90px;}  
#blob5 {left: 0px; top: 367px; width: 100px; height: 90px;}
  
#blob1 a {height: 90px;}
#blob2 a {height: 90px;}
#blob3 a {height: 90px;}
#blob4 a {height: 90px;}
#blob5 a {height: 90px;}


#blob1 a:hover {background: url("/images/menuNew.png") 0px -457px no-repeat;}
#blob2 a:hover {background: url("/images/menuNew.png") 0px -547px no-repeat;}
#blob3 a:hover {background: url("/images/menuNew.png") 0px -637px no-repeat;}
#blob4 a:hover {background: url("/images/menuNew.png") 0px -732px  no-repeat;} 
#blob5 a:hover {background: url("/images/menuNew.png") 0px -824px  no-repeat;}
.important {
    font-size: 16px;
    line-height: 1.5em;
    font-family: verdana;

    
}

.larger {
    
}

.fieldset {
    width: 460px;
    margin: 0 auto;
    border: 0;
    padding-top: 21px;
}

.fieldset label {
    text-align: right;
    width: 142px;
    float: left;
    padding: .2em;
    margin: 0;
    margin-top: 0.3em;
}

.fieldset .nobr {
    display:none; }  
    
.fieldset .textfield {
    padding: 0 12px 0 12px;
    margin:3px;
    height:20px;
    width:280px; 
    border:solid 0 #fff;
    background: transparent url("/images/formTextfieldBackground.gif") no-repeat;
    font-family: Trebuchet MS, Helvetica Charcoal, Helvetica;
    font-size: 12px;
    }
    
.fieldset .textarea {
    font-family: Trebuchet MS, Helvetica Charcoal, Helvetica;
    font-size: 12px;
    overflow: hidden;   /** Prevents scrollbars from being displayed in Internet Explorer **/
    padding: 12px;            
    margin:3px;
    height:265px;
    width:280px; 
    border:solid 0 #fff;
    background: transparent url("/images/formTextareaBackground.gif") no-repeat;}

.fieldset .submitButton {
    font-family: Trebuchet MS, Helvetica Charcoal, Helvetica;
    font-size: 12px;
    background-image: url("/images/formSubmitBackground.gif");
    height: 49px;
    width: 100px;
    margin: 0;
    padding: 0;
    border: 0;
      cursor: pointer; /* hand-shaped cursor */
      cursor: hand; /* for IE 5.x */
      font-weight: bold;
      float: right;
      margin-right: 115px;

}

.text a {
    color: #cf0000;
}

.text a:hover {
    text-decoration: none;
}