
body {
    background-color: #F3F3F3;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 50px;
    font-size:14px;
    }

a {
    color:#2970A6;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

    
.h1 {
    font-size: 200%;
}
.h2 {
    font-size: 150%;
}
.h5 {
    font-size:50%;
    margin-left:5px;
}
.error {
    color:black;
}

ul {
  list-style-type: circle;
}
li {
  padding-top:10px;
}


#footer {
    clear:both;
    width: 100%;
    padding-top: 90px;
    font-size:90%;
    text-align:center;
}
#container {
    width:1000px;
}
#left_col {
    width: 500px;
}
#right_col {
    float:left;
    margin-left:30px;
    width:400px;
}
.why {
    font-variant :small-caps;
    font-size:150%;
}
.question {
    margin-top: 15px;
}
.answer {
    margin-top:5px;
    font-size:90%;
}
.desc {
    margin-left:30px;
    font-size:70%;
}
#msg, #wait, #pt3, #pt5{
    display:none;
}

#theform {
    //background-color: #F3F3F3;
    height: 12em;
    float:left;
    }
#theform fieldset {
    height: 10em;
    width: 11em;
    border: 0;
    margin: 0;
    padding: 1em;
    float: left;
    }
#theform fieldset legend {
    font-size: 4em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
    }
#theform fieldset legend span {
    display: none;
    }


#theform fieldset label {
    font-size: 1.5em;
    display: block;
    line-height: 1.5em;
    }

#theform fieldset input {
    font-size: 1.5em;
    height: 1.2em;
    width: 15.0em;
    }
    
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
    color: #FFCC33;
    }
#theform fieldset strong.error {
    color: #fff;
    background-color: #CC0000;
    padding: 0.2em;
    font-size: 0.7em;
    font-weight: bold;
    display: block;
    }

#theform #pt4{
  //  background: #4F4F00;
    clear: both;
    width: 38em;
    height: 5em;
    //border: 10px solid #2970A6;
    //border-width: 10px 0;
    padding: 1em;
    }

#theform #pt3{
    font-size: 75%;
   // background: #4F4F00;
    clear: both;
    width: 51.3em;
    height: 15em;
    //border: 10px solid #666600;
    //border-width: 10px 0;
    padding: 1em;
    margin-bottom:20px;
    }

#theform #pt5{
    font-size: 75%;
    //background: #4F4F00;
    clear: both;
    width: 51.3em;
    height: 3em;
    //border: 10px solid #666600;
    //border-width: 10px 0;
    padding: 1em;
    margin-top: 10px;
    }


#theform #pt4 #disclaimer {
    width: 22em;
    float: left;
    font-size: 90%;
    }

#theform #pt3 input {
    height: 1.5em;
    font-size: 1.5em;
    width: 30em;
    color: #000000;
    //background: #f3f3f3;
    font-weight: bold;
    border-bottom:  2px solid #999999;
    border-right: 2px solid #999999;
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    }

#theform #pt4 input {
    height: 5em;
    font-size: 1em;
    width: 18em;
    color: #666666; 
    background: #f3f3f3;
    font-weight: bold;
    border-bottom:  2px solid #999999;
    border-right: 2px solid #999999;
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC; 
    float: right;
    }

#theform #pt5 input {
    height: 3em;
    font-size: 1em;
    width: 18em;
    color: #666666;
    background: #f3f3f3;
    font-weight: bold;
    border-bottom:  1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    float: right;
    }


#copyright {
    clear: both;
    padding: 0.5em;
    font-size: 0.8em;
    color: #9F9F00;
    font-style: italic;
    }
