body { background-image: url('images/bg_body.jpg'); 
       margin: 0;
       padding: 0;
       font-family: Verdana, sans-serif;
       color: #7d7e7e;
       background-color: transparent;
       font-size: 12px;
}

#wrapper { margin: 0px auto;
           width: 875px;
           padding: 0 0 25px 0;
}
#white { background-image: url('images/bg_white3.gif'); 
        background-repeat: repeat;
        margin-bottom: 0px;
}
#spiral { background-image: url('images/bg_spiral.gif'); 
          background-repeat: repeat-y;
}
#content { width: 775px;
           margin: 0 0 0 65px;
           padding: 35px 0 1px 0;
}
#top { margin:0  
}
#header { width: 875px; 
          margin:0px auto;
          margin-top: 0px;
          margin-bottom: 25px;
          xtext-align: left;
          background-image: url('images/bg_support.gif');
          background-repeat: no-repeat;
          background-position: right top;
          height: 75px;
          padding: 1px;
}
h1 { margin: 0 0 15px 0;
     background-color: transparent;
     color: #f745c1;
     font-size: 19px;
     font-family: Garamond, sans-serif;
}
p { margin: 0 0 15px 0;
}
p.pagetitle { color: #0092c7;
              font-size: 28px;
              background-color: 24px;
              margin-bottom: 30px;
}
p.smalltext { font-size: 10px;
}

span.smalltext { font-size: 10px;
}

p.sechead { font-size: 15px;
            font-weight:bold;
            color: #f744cd
}

p.navhome { font-family: Georgia, sans-serif;
           color: #ffffff;
           font-size: 14px;
           font-weight: bold;
           text-align: right;
           padding: 2px 70px 0 0;
}

table { width: 100%;
        margin-top: 15px;
}
.fieldname { color: #0092c7;
             background-color: transparent;
             font-weight: bold;
}
.formfield { border: 1px solid #e0c177;
             background-color: #f7ecac
}
#checkbox { float: left;
}
#logo { float: left;
        margin: 0;
        padding-top: 5px;
}

.footer { padding: 15px 0 0 15px;
          font-size: 12px;
}

a.homelink:link { color: #ffffff;
}
a.homelink:visited { color: #ffffff;
}
a.homelink:hover { text-decoration: none;
}
a.homelink:active { color: #ffffff;
}

a:link { color: #7d7e7e;
}
a:visited { color: #7d7e7e;
}
a:hover { text-decoration: none;
}
a:active: (color: #7d7e7e;
}