/* CSS Document */

body { font-family: Verdana, Arial, Helvetica; margin: 0px; background-repeat: repeat-x;  background-color: #D1D1A5; }

/* ========== *
 *   HEADER   *
 * ========== */
.header_bottom { font-family:inherit; padding-bottom:15px; width: 800px; background: url(bg_header_bottom.gif) no-repeat scroll left bottom; }
.header_bg { font-family:inherit; width: 800px; height: 40px; *>height: 70px; text-align: left; *>padding-left: 20px; padding-top: 30px; *>padding-top: 30px; background: #D1D1A5 url(bg_header.gif) repeat-x scroll left bottom; }
.header_link { padding-left: 20px; *>padding-left: 0px; font-size: 14pt; color: #FFFFFF; text-decoration: none; }
.header_link:hover { font-size: 12pt; color: #FFFF00; text-decoration: none; }
 
/* ============= *
 *   MAIN AREA   *
 * ============= */
.main_fill { font-size: 14pt; background: #F7F0E9 url(bg_main.gif) repeat-y scroll left top; vertical-align:top; }
.main_link { font-size: 9pt; font-weight: bold; color: #E2A059; text-decoration: none; }
.main_link:hover { font-size: 9pt; font-weight: bold; color: #BA742A; text-decoration: none; }
.main_menu_link { font-size: 11pt; color: #990000; text-decoration: none; font-family: verdana; font-weight: bold;}
.main_menu_link:hover { font-size: 11pt; color: #8F3213; text-decoration: underline; }
.main_paragraph {  font-size: 9pt; text-indent: 20px; margin-bottom: 5px; text-align: justify; }
.main_text { font-size: 9pt; }
.inside_main_settings { font-family: inherit; font-size: 9pt; }

/* ========== *
 *   FOOTER   *
 * ========== */
.footer_top { font-family:Tahoma; padding-top:15px; width: 800px; background: url(bg_footer_top.gif) no-repeat scroll left top; }
.footer_bg { font-family:inherit; font-size: 11pt; text-align: center; color: #FFFFFF; width: 800px; height: 18px; text-align: center; padding-bottom: 10px; background: #493015 url(bg_footer.gif) repeat-x scroll left top; }
.footer_link { font-family: verdana; font-size: 11pt; color: #FFFFFF; text-decoration: none; }
.footer_link:hover { font-family: verdana; font-size: 11pt; color: #8F3213; text-decoration: underline; }

/* ================== *
 *   OTHER SETTINGS   *
 * ================== */
.highlight_white { background-color:#FCFCFC;}
.highlight_black { background-color:#E9E9E9;}

.title_bar { font-size: 14pt; color: #3399CC; background-color: #F7F0E9; background-image: url(title_bg.gif); background-repeat: repeat-y; background-position: center; padding: 3px; padding-left: 7px; font-weight: bold; }

.box_border { background-color: #CCCCCC; }
.box_fill { font-size: 9pt; padding: 12px; background-image: url(box_bg.gif); }

.light_text { font-size: 9pt; color: #666666; }
.light_link { font-size: 9pt; color: #666666; text-decoration: underline; }
.light_link:hover { font-size: 9pt; color: #0000FF; text-decoration: underline; }

.line_no_margin { background-color: #CE8B43; width: 100%; }
.line_small_margin { background-color: #CCCCCC; margin-top: 3px; margin-bottom: 3px; }
.line_medium_margin { background-color: #CCCCCC; margin-top: 5px; margin-bottom: 5px; }
.line_large_margin { background-color: #CCCCCC; margin-top: 15px; margin-bottom: 15px; }
.line_dashed { background-image: url(line_dashed.gif); }

.small_title { font-size: 9pt; margin-bottom: 5px; font-weight: bold; }
.small_text { font-size: 9pt; margin-bottom: 5px; }

.articles { background-color: #FFFFFF; }
.columns { font-size: 9pt; padding-top: 10px; padding-bottom: 10px; }

.subtitle { font-size: 9pt; color: #333333; font-weight: bold; margin-bottom: 7px; }
.test { margin-bottom: 5px; padding-bottom: 5px; }

form { margin: 0px; padding: 0px; }
.form_button { font-size: 9pt; background-color: #FFFFFF; color: #222222; font-weight: bold; border-width: 1px; border-color: #AAAAAA; border-style: solid; padding-left: 3px; padding-right: 3px; cursor: pointer; }
.form_textarea { font-size: 9pt; background-color: #FFFFFF; border-width: 1px; border-color: #CCCCCC; border-style: solid; padding-left: 3px; }
.form_textarea_shaded { font-size: 9pt; background-color: #FEFCE3; border-width: 1px; border-color: #CCCCCC; border-style: solid; padding-left: 3px; }
.form_text { font-size: 9pt; background-color: #FFFFFF; border-width: 1px; border-color: #CCCCCC; border-style: solid; padding-left: 3px; padding-right: 3px; }
.form_text_shaded { font-size: 9pt; background-color: #FEFCE3; border-width: 1px; border-color: #CCCCCC; border-style: solid; padding-left: 3px; padding-right: 3px; }
.form_select { font-size: 9pt; background-color: #FFFFFF; border-width: 1px; border-color: #CCCCCC; border-style: solid; }

/* ========================= */
/*    MESSAGE BOX STYLES     */
/* ========================= */

/* Regular Message */
.message_box { background-color: #EBE26D; font-size: 9pt; text-align: justify; }
.message_fill { background-color: #FEFCE3; }

/* Important Message */
.important_message_box { background-color: #C13A3A; font-size: 9pt; text-align: justify; }
.success_message_box { background-color: #3AC13A; font-size: 9pt; text-align: justify; }
.success_message_fill { background-color: #F1FFF1; font-size: 9pt; text-align: justify; }
.important_message_fill { background-color: #FFF1F1; }

.info_box { background-color: #EBE26D; font-size: 9pt; }
.info_fill { background-color: #FEFCE3; }
.text_answer { color:#333366; font-weight: bold; font-style:italic; }