﻿body {
    background-color: #fff;
    background-image: url(images/backgrounds/web_back.jpg);
    font-size: 12px;
    color: black;
    font-family: Verdana, Arial, Sans-Serif;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }

a:hover { text-decoration: underline; }

#wrapper { margin: 0 auto; width: 1050px; border: solid 1px #000; }
#main_div { background-color: #fff; }
#header_div { background-image: url(images/bof_headerback.jpg); background-repeat: no-repeat; }
#menubar_div { background-color: #041975; width: 1050px; height: 30px; }

.menu { font-family: Sans-serif; font-weight: Bold; font-size: 8px; }

.menu a:hover { text-decoration: none; }

#content_l { padding: 5px; float: left; width: 150px; }
#content_r { padding: 10px 10px 10px 10px; float: none; width: 900px; }

#content_div { min-height: 500px; }
#content_div td { vertical-align: top; padding: 2px; }

#main_table_border { border: #ff99cc 0px solid; margin: 0px; background-color: #111; }

#menu_div { margin: 0px; width: 600px; height: 20px; background-color: #111; }

.footer { text-align: center; font-size: 10px; padding: 10px; }

#index_page_div a { text-decoration: none; font-family: "Times New Roman" , Serif; color: #800000; }

#index_page_div a:hover { text-decoration: underline; }

#copyright { margin: 0 auto; width: 980px; text-align:center; }
#copyright, #copyright a { color: #041975; text-decoration: none; }
#copyright a:hover { text-decoration: underline; }

.ns { background-color: #ffffff; border-bottom: solid 1px #ddd; display: block; width: 130px; text-decoration: none; margin: 1px; padding: 4px; font-size: 11px; }
.hns { background-color: #ffc600; }
.hns a { color: White; text-decoration: none; }