*{
    margin: 0;
}
html, body{
    height: 100%;
    background-color: rgb(117, 108, 60);
}
#container{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
    width: 600px;
    background-color: white;
}
#container2{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px;
    width: 600px;
    background-color: white;
    background-image: url(images/feather.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}
#nav{
    margin-top: 8px;
    height: 20px;
    font-family: Georgia, Arial, sans-serif;
    font-size: 9pt;
}
#nav a{
    margin-left: 8px;
    margin-right: 8px;
    color: gray;
    text-decoration: none;
}
#nav a:hover{
    text-decoration: underline;
}
#nav a.first{
    margin-left: 18px;
}
#mainleft{
    width: 170px;
    float: left;
}
#mainleft p{
    margin-left: 18px;
}
#mainleft p a{
    font-size: 13px;
    color: #2f1700;
    text-decoration: none;
    line-height: 16px;
}
#mainleft p a:hover{
    text-decoration: underline;
}
.leftappbox{
    margin-top: 3px;
    text-align: center;
    font-size: 13px;
}
#mainright{
    width: 430px;
    float: right;
}
#mainright2{
    width: 410px;
    margin-left: 20px;
    float: right;
}
#mainone{
    width: 544px;
    margin-left: 46px;
}
#mainone p.sep{
    margin-top: 16px;
    margin-bottom: 12px;
    text-align: center;
}
#mainright p, #mainright2 p{
    font-family: Georgia, Arial, sans-serif;
    font-size: 13px;
    text-align: justify;
    line-height: 20px;
    width: 380px;
    padding-left: 3px;
}
.letterpic{
    float: right;
    padding-left: 15px;
}
.letterpic2{
    float: left;
    padding-right: 15px;
}
.calsep{
    margin-bottom: 5px;
}
.calsep2{
    margin-bottom: 50px;
}
.calsep3{
    margin-top: 3px;
    margin-bottom: 5px;
}
table{
    margin-left: 40px;
}
th, td{
    font-family: Georgia, Arial, sans-serif;
    font-size: 12px;
    width: 100px;
    text-align: center;
}
ol{
    font-family: Georgia, Arial, sans-serif;
    font-size: 13px;
    padding-left: 20px;
    width: 380px;
}
ol li{
    margin-top: 4px;
    margin-bottom: 4px;
}
.sub-a{
    width: 322px;
    text-align: justify;
    list-style-type: lower-alpha;
    margin-top: 4px;
}
.sub-a li{
    width: 322px;
    line-height: 18px;
}
#mainone p{
    font-family: Georgia, Arial, sans-serif;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    width: 504px;
    padding-left: 3px;
}
#footer, #push{
    height: 20px;
    clear: both;
}
#footer p{
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: gray;
    text-align: center;
    padding-left: 380px;
}
#footer a{
    color: gray;
}
#footer a:hover{
    text-decoration: none;
}
#footer2{
    height: 20px;
    clear: both;
}
#footer2{
    width: 600px;
    margin: 0 auto;
    padding-top: .4em;
    background-color: #48341b;
}
#footer2 p{
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: white;
    text-align: center;
    padding-left: 380px;
}
#footer2 a{
    color: #dbc911;
    text-decoration: none;
}
#footer2 a:hover{
    text-decoration: underline;
}
label.textbox{
    float: left;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 0px;
    margin-right: 15px;
    width: 90px;
}
label.textbox2{
    float: left;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    padding: 0;
    width: 85px;
}
label.textbox2{
    float: left;
    text-align: right;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    padding: 0;
    width: 125px;
}
.buttons{
    margin-top: 3px;
}
input{
    margin-top: 6px;
    margin-bottom: 6px;
    
}
h1{
    font-family: Georgia, Arial, sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 3px;
    margin-left: 3px;
}
textarea:focus, input:focus {
    border: 2px solid rgb(117, 108, 60);
}
form{
    /* border: 1px solid yellow; */
}
label{
    /* border: 1px solid blue; */
}
.formspace{
    border: 1px solid white;
}
.formsep{
    margin-bottom: 10px;
}
