﻿body, .page {
    margin: 0px;
    padding: 0px;
}
body {
    background-color: #DEC67B;
    font-family: Georgia, Helvetica;
    font-size: smaller;

}
a {
  color: #CE632F;
  font-weight: bold;
  text-decoration: underline;
}
form 
{
padding:0px;
margin: 0px;}
.header 
{
    width: 900px;
    height: 100px;
    background: #5B3132 url(images/banner.jpg);
    text-align: right;
}

.header *
{
    color: #ffffff;
}

.header h1 
{
    position: relative;
    top: 35px;
    color: #ffffff;
    margin-right: 20px;
    font-size: 22px;
}

.page 
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.header p
{
    position: relative;
    color: #ffffff;
    top: 15px;
    margin-right: 20px;
}

.menu 
{
    padding: 5px;
    text-align: center;
    background-color: #5B3132;
}
.submenu 
{
    padding: 5px;
    text-align: center;
    background-color: #684036;
}

.body
{
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
    padding-top: 0px;
}

.footer
{
    text-align: center;
    font-size: smaller;
}
.form_table 
{
    width:600px;
}

.label 
{
    text-align: right;
    font-weight: bold;
    width: 300px;
    vertical-align: top;
}
input 
{
display: inline;
}
.inputs_column 
{
    width: 230px;
}
legend 
{
   
    font-weight: bold;
    
    }
    fieldset 
    {
        border:none;
         margin:10px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    } 
    .form_section_title 
    {
        font-weight: bold;
        vertical-align: bottom;
        width: 292px;
        border-bottom:black thin solid;
        text-align: left;
    }
.colorful_page_title 
    {
        font-weight: bold;
        color: #6762a4;
        font-size: large;
        font-family: Century;
        text-align: left;
    } 
.weird_p_text 
{
        font-size:medium;
        font-family: Century;
        text-align: left;
}
.weird_color_alert 
{
        font-weight: bold;
        color: #36364e;
        font-size: large;
        font-family: Century;
        text-align: left;
}
.weird_color_label
{
        font-weight: bold;
        color: #75743e;
        font-size: medium;
        font-family: Century;
        text-align: left;
}
.weird_table_text 
{
        color: #000000;
        font-size: medium;
        font-family: Century;
        text-align: left;
}
.print_logo 
{
    display:none;
}
.read_only input
{
    border-style: none;
    background-color: transparent;
}
.text_footer {
	font-size: 80%; 
	color: #666666;
}
.magic_table table {
    width: 100%;
}