body {
    text-align: center;
    font-family: Arial;
    font-size: 76%;
    font-size: .7em;
    margin: 0px;
    color: #313131;
}

a {
    color: #9f1d21;
}

a:hover {
    text-decoration: none;
}

.outer {
    text-align: left;
    width: 700px;
    margin: auto;
    margin-top: 20px;
}

.title, 
.tab {
    float: left;
    width: 700px;
}

.title {
    margin-bottom: 15px;
    background-color: #9f1d21;
    height: 70px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    width: 700px;
}

.title img {
    margin-right: 10px;
}

.tab h1 {
    font-family: Georgia;
    background-repeat: repeat-x;
    padding: 4px 0px 0px 7px;
    font-size: 1.4em;
    font-weight: normal;
    margin: 2px 0px 2px 0px;
    color: #efffff;
    cursor: default;
    height: 27px;
}

.active_tab {
    background-image: url('/media/images/tab_title_bg.gif');
}

.inactive_tab {
    background-image: url('/media/images/tab_title_bg_grey.gif');
}

.tab h1 a {
    color: #efffff;
}

.tab h2 {
    font-size: 1.1em;
    margin: 12px 0px 10px 0px;
}

.tab p {
    margin: 12px 0p 10px 0px;
}

.footer {
    float: left;
    width: 100%;
    text-align: center;
    font-size: .8em;
    padding-top: 10px;
}

.tab_content {
    float: left;
    padding-bottom: 10px;
}

.tab_content_1third,
.tab_content_2thirds {
    float: left;
    padding: 0px 10px 0px 10px;
}

.tab_content_1third {
    width: 212px;
}

.tab_content_2thirds {
    width: 426px;    
}

.tab ul {
    list-style-position: inside;
    padding-left: 10px;
    indent: 0px;
    margin: 0px;
}

.welcome_news ul,
.welcome_contact ul {
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    indent: 0px;
}

.welcome_contact li {
    margin: 5px 0px 5px 0px;
}

.welcome_image {
    margin: 14px 0px 20px 0px;
}

.welcome_library {
    margin: 0px 0px 25px 0px;
}

.contact_label {
    font-weight: bold;
    width: 200px;
    display: inline;
}

.contact_form table,
.contact_info table {
    font-size: 1em;
}

.contact_form table th,
.contact_form table td,
.contact_info table th,
.contact_info table td {
    padding: 2px;
}

.contact_form table th,
.contact_info table th {
    text-align: left;
    vertical-align: top;
    padding-right: 8px;
}

.contact_form_errors {
    color: red;
}

.documents_image {
    margin-top: 14px;
}

.person_row {
    padding: 0px 10px 0px 10px;
}

#id_name,
#id_email,
#id_phone,
#id_message {
    width: 250px;
}

#id_message {
    height: 100px;
}