#html, body {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 802px;
    height: 100%;
    margin: 10px auto;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px
}

#outer {
    background-color: white;
}

#header {
    height: 130px;
    padding-top: 5px;
    background-color: black;
    
}

#logo {
    background: #ffffff url(../images/kiara_address.png) repeat-x;
    width: 400px;
    height: 130px;
    color: white;
}

#contact {
    float: right;
    background-color: #e4c453;
    width: 397px;
    height: 130px;
    color: #067516;
    font-weight: bold;
}

#main-wrapper {
    clear: both; 
}

#sidebar {
    float: left;
    padding-top: 5px;
    padding-bottom: 3px;
    width: 155px;
    background-color: black;
    margin: 0;
}

#menu {
    width: 155px;
}

#news_box {
    width: 151px; 
    background-color: white; 
    float: right; 
    height: 277px; 
}

#course_box {
    width: 155px; 
    /*background-color: #fefce7; */
    background-color: white;
    float: left; 
    margin-top: 4px; 
    min-height: 185px; 
    margin-bottom: 0px;
}
     
.course_header {
    color: #d0a92a;
    font-family: verdana;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.course_title {
    color: black;
    font-size: 10px;
}     
     
#main {
    float: left;
    width: 641px;
    padding: 5px 1px 3px 5px;
    background-color: black;
    min-height: 466px;
    margin: 0;
}

#content {
    min-height: 465px;
    background-color: #FDFBE6;
}

#section_content {
    margin-top: 5px;
    padding: 10px;
}

#mainpage {
    height: 277px;
}

#footer {
    clear: both;
	background-color: white;
    text-align: right;
    padding-top: 20px;
    padding-bottom: 15px;
}


#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: none;
}

#menu ul li {
    height: 25px;
    width: 155px;
    background: #019301 url(../images/menu_bg.gif) repeat-x;
    text-align: center;
    margin-top: 3px;
}

#menu ul li:hover {
    background: #3871bd url(../images/menu_bg_over.gif) repeat-x;
}

#menu a {
    font-size: 7pt;
    font-family: tahoma;
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: block;
    padding-top: 6px;
    height: 20px;
}

#menu a:hover {
    
}

#menu ul li.menu_selected {
    background: #d2ac33;
}

#info_boxes {
    padding-top: 5px;
}

#info_boxes p {
    margin: 8px;
}

#course_box p {
    margin: 8px;
}


#download_boxes {
    background-color: black;
    padding-bottom: 2px;
    clear: both;
    margin: 0;
    height: 70px;
    width: 801px;
}

#footer_logos {
    background-color: white;
    width: 100%;
}

#footer_logos ul {
    list-style-type: none;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
}

#footer_logos ul li {
    padding-left: 5px;
    display: inline;
}

.news_header {
    color: #d0a92a;
    font-family: verdana;
    font-weight: bold;
    font-size: 10px;
}

.news_title {
    color: black;
    font-size: 10px;
}

.article_header {
    color: #d0a92a;
    font-weight: bold
}

.article_description {
    font-size: 10px;
}

.section_title {
    height: 40px;
    background-color: #e0c56e;
}

p.title {
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 2px;
    color: #3f637d;
}

p.title a {
    color: #3f637d;
    text-decoration: none;
}

p.title a:hover {
    text-decoration: underline;
}

div.yellow_bg {
    background-color: #efd03a;
}

div.green_bg {
    background-color: white;
}

div.white_bg {
    background-color: #fefce7;
}

div.bej_bg {
    background-color: #fefce7;
}

div.gold_bg {
    background-color: #c5a73b;
}

div.blue_bg {
    background-color: #4d627a;
}

a.job_title {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

a:hover.job_title {
    text-decoration: underline;
}

.job_description {
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 20px;    
}

p.news_headline {
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Arial, Helvetica, sans-serif;
    color: #8e6a00;
    text-decoration: none;
    margin: 0;
    padding-bottom: 5px;
}

.news_content {
    padding-left: 10px;
}

.news_date {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
}

a:hover.news_headline {
    color: red;
}



#contact a {
    color: #067516;
}

a.email-link {
    text-decoration: none;
}

a:hover.email-link {
    text-decoration: underline;
}


#apply_online_form {
    padding-left: 15px;
    font-weight: bold;
}

#apply_online_form input {
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    border: 1px solid #d2ac33;
    width: 250px;
}

#apply_online_form textarea {
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    border: 1px solid #d2ac33;
}

#apply_online_form select {
    margin-left: 20px;
    margin-top: 3px;
    margin-bottom: 5px;
    border: 1px solid #d2ac33;
}

p.section_name {
    padding-top: 25px;
    font-size: 16px;
    font-weight: bold;
}

p.field_label {
    font-weight: bold;
}

p.field_details {
    margin: 0;    
}

#intl_form td {
    text-align: center;
    vertical-align: middle;
}

p.conditions {
    font-weight: bold;
}

.courses_button {
    background: #d2ac33 url(../images/courses_button.png) no-repeat;
    width: 190px;
    height: 60px;
}

.courses_link {
    padding-left: 29px;
    margin: 0;
    padding-top: 9px;
    font-size: 13px;

}

.courses_button a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 188px;
    height: 60px;
}

.courses_button a:hover {
    color: #d2ac33;
}

#courses_list th {
    border: 1px solid silver;
    padding: 5px;
    text-align: left;
}

#courses_list td {
    border: 1px solid silver;
    padding: 3px;
    
}

#courses_list a {
    text-decoration: none;
}

#courses_list a:hover {
    text-decoration: underline;
}

#course_details_title {
    font-size: 16px;
    font-weight: bold;
    color: #4a6a84;
}

#course_navigation select {
    font-size: 10px;
    width: 140px;
    font-weight: bold;
}

#course_navigation input {
    background-color: #067516;
    color: white;
    font-size: 10px;
    font-weight: bold;
}