﻿#nav {
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #1C2A5E;
    font-size: 1.3em;
    text-align: right;
    border: none;
    padding: 0px 5px 2px 5px;
}

#nav a {
	color: #fff;
}

/* left/main */
#main .body_left_title {
    font-size: 2.1em;
    margin: 2em 1em 0em;
    text-align: center;
    color: #0C1744;
    font-weight: bold;
    font-family: 'FreightText W05 Bold', serif;
}
#search_form {
    margin-top: 30px;
/*
    width: 385px;
*/
    font-size: 1.3em;
}
#search_form a {
    color: #2469BE;
    text-decoration: none;
}
#search_form input, #search_form select {
    height: 18px;
    border: 1px solid #bdbfca;
}
#search_form .label {
    float: left;
    width: 115px;
    /* font-weight: bold; */
    text-align: right;
    padding-right: 5px;
    color: #0c1744;
}
#search_form .input {
    float: left;
    width: 255px;
    margin-bottom: 5px;
}

#search_form br {
    clear: left;
}

/* #search_form #cphBody_btnSearch { */
#search_form input[type=submit] {
    color: #fff;
    text-decoration: none;
    display: block;
    border: none;
    background-color: #2469BE;
    height: 26px;
    padding: 3px 1px;
    text-align: center;
    font-weight: bold;
    width: 85px;
    cursor: pointer;
}
.error_box
{
    border: 1px solid #f00;
    background-color: #ffdede;
    padding: 5px;
    color: #f00;
    font-weight: bold;
    margin-bottom: 5px;
}
.error
{
    font-weight: bold;
    color: #f00;
}
#search_warning {
    margin: 2em 2em;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #2469BE;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
}

/* right */
#right > div {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 20px 1em;
}
/* #right .body_right_title { */
#right H3 {
	margin: 1.5em 20px 0.5em;
	text-indent: -9999px;
	background: url(/images/AILA.gif) no-repeat top left;
	height: 40px;
}
/* #right .body_right_subtitle { */
#right H4 {
    font-weight: bold;
    font-size: 1.4em;
    margin: 2em 20px 0;
}
#right ul {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0 20px .4em;
}
#right ul li {
    list-style-type: none;
    margin: 0.75em 0;
}
#right a {
    color: #2469BE;
    text-decoration: none;
}
