html
{
    color: #000000;
    font-family: Sans-Serif;
    font-size: 13pt;
}

body
{
    background-color: #c76f18;
    background-image: url(img/bg.jpg);
}

img
{
    border-style: none;
}

#inner_body
{
    width: 900px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    /*margin-left: -450px;
    margin-top: -350px;
    position: absolute;
    top: 50%;
    left: 50%;*/
}

#header
{
    width: 100%;
    height: 185px;
    text-align: center;
}

#menu
{
    margin-top: 10px;
    width: 900px;
}

#main
{
    margin: 0 0 0 0;
}

#about_image_space
{
    width: 200px;
    float: left;
    text-align: center;
}

#about_image
{
    width: 165px;
    height: 244px;
}

#about_short1
{
    width: 350px;
    float: left;
    text-align: center;
    font-style: italic;
}

#about_short2
{
    width: 350px;
    float: left;
    text-align: center;
    font-style: italic;
}

#about_short3
{
    width: 900px;
    clear: both;
    text-align: center;
    font-style: italic;
}

#method_img_1
{
    margin-right: 15px;
    float: left; 
    width: 320px;
    height: 240px;
}

#method_img_2
{
    margin-left: 15px;
    margin-right: 15px;
    float: right;
    width: 367px;
    height: 200px; 
}

#method_citation
{
    font-size: 90%;
    font-style: italic;
}

#application_form
{
    width: 650px;
    margin: 0 auto 30px;
    color: #000000;
}

#application_form_description
{
    float: left;
    width: 345px;
    line-height: 23px;
}

#application_form_inputs
{
    float: right;
    width: 305px;
}

#application_form_submit
{
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

#contact_image
{
    float: right;
    width: 115px;
    height: 163px;
}

div#main a:link
{
    color: #333333;    
}

div#main a:visited
{
    color: #333333;
}

/*div#main a:hover
{
    background-color: #9090A0;
}*/

.emphasis
{
    font-weight: bold;
}

.headline
{
    font-weight: bold;
    /*color: #f9f4a0;*/
    /*color: #e8e16b;*/
}

.info_image
{
    width: 211px;
    height: 224px;
    float: right;
    position: relative;
    right: 10px;
}

.emphasis_positive
{
    font-weight: bold;
    color: Green;
    text-align: center;
}

.emphasis_negative
{
    font-weight: bold;
    color: Red;
    text-align: center;
}

.centered_notice
{
    font-style: italic;
    text-align: center;
    color: #000000;
}
