html, body, form, fieldset {
	font: 9pt/150% Verdana, Geneva, sans-serif;
}
body {
    background-image: url(surv_images/bg_childhands1.png);
    background-repeat: repeat;
    background-color: #d5cbaa;/*#f8ecc3;*/
    color: #111;
    text-align: center;
    margin: 0;
    padding: 0;
}
a {
    color: #4B8CBD;
    text-decoration: none;
}
a:visited {
    color: #900000;
}
a:active {
    color: #f00000;
}
a:hover {
    text-decoration: underline;
}
H1 {
/*    color: #4B8CBD;*/
    font-size: 150%;
    font-weight: bold;
}
H2 {
    color: #666;
    font-size: 110%;
    font-weight: bold;
}
H3 {
    color: #666;
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
}
hr {
    height: 1px;
    color: #cecece;
    margin: .3em 0;
    background-color: #ccc;
    border: 1px solid;
}
img {
    margin-top: 1em;
    margin-bottom: 1em;
}
p.qst {
    font-size: 9pt;
    font-weight: bold;
    color: #333;
}
p {
    margin-top: 1.3em;
    margin-bottom: 1.3em; 
}
p.answ {
    margin-top: 2px;
    margin-top: 1em;
    margin-bottom: 2em;
    margin-left: 2em;
    font-weight: normal;
}
li {
    margin-top: 3em;
    margin-bottom: 6px;
}
ul {
    list-style-type: none; 
}
table {
    margin: 0 auto;
}
input, select {
    border-width: 1px;
    border-color: #aaa;
    width: auto;
    padding: 0;
    margin: 0 10 0 0; 
    vertical-align: middle    
}
input.btn {    
    border-width: 0px;
    border-style: solid;
    background-color: #fff;
    width: auto;
    padding: 0;
    margin: 0; 
    vertical-align: middle    
}
pre {
    background-color: #ddd;
    font-size: 11px; 
    border-width: 1px; 
    border-color: #aaa; 
    border-style: solid;
    padding: 15px;
}
.puff {
    background-color: #eee;
    border-width: 1px; 
    border-color: #aaa; 
    border-style: solid;
    padding: 15px;
}
.err {
    background-color: #ecc;
    font-size: 11px; 
    border-width: 1px; 
    border-color: #aaa; 
    border-style: solid;
    margin-top: 20px;
    padding: 15px;
}
.lighter {
	color: #999;
}

/* LAYOUT
------------------------------------  */
#wrap, #masthead, #content {
    position: relative;
}
#wrap {
/*    background-color: #c00;*/
    width: 700px;
    margin: 0 auto;
    padding: 0px;
    top: 10px;
    bottom: 10px;
    text-align: left;
}
#masthead {
    background-image: url(surv_images/felmeres1_hatter_01.png);
    background-repeat: no-repeat;
    top: 0;
    clear: both;
    height: 143px;
/*    background-color: #0c0;*/
    overflow: hidden;
    margin: 0;
    padding: 0px 30px;

}
#content {
    background-image: url(surv_images/felmeres1_hatter_02.png);
    background-repeat: repeat-y;
    clear: both;
    margin: 0px;
    padding: 1px 30px;
/*    background-color: #0cc;*/
}
#footer {
    background-image: url(surv_images/felmeres1_hatter_04.png);
    background-repeat: no-repeat;
    height: 70px;
    font-size: 86%;
    clear: both;
    padding: 0px 30px;
    overflow: hidden;
    color: #808080;
/*    background-color: #00c;*/
}

/* MASTHEAD
------------------------------------  */
#masthead h1 {
/*    color: #808080;*/
/*    font-size: 166%;*/
/*    text-align: center;*/
    padding-top: 25px;
}

/* FOOTER
------------------------------------  */
#footer p {
    padding-top: 10px;
    text-align: right;
}
