html {
    width: 100%;
}

body {
    width: 996px; 
    margin: 0 auto;
    padding: 0;
    background: #fff;
    color: #000;
    font-family: verdana, arial, sans-serif;
}

img {
    margin: 0px;
    border: none;
    padding: 0px;
}

div#container {
    float: left;
    width: 996px;
    text-align: left;
}

div#block_banner {
    float: left;
    width: 961px;
    margin: 5px 0 0 0;
    padding: 2px 15px;
}

form#form_search {
    float: left;
    width: 220px;
    margin: 0 0 6px 20px;
    padding: 0;
    background: #fff;
    font-size: 11px;
}

ul#block_bar {
    float: left;
    width: 200px;
    margin: 0 0 6px 20px;
    padding: 0;
    background: #fff;
    text-align: right;
    list-style: none;
}

ul#block_bar li {
    display: inline;
    margin-top: 0px;
    margin-bottom: 1px;
}

ul#block_bar a
{
    display: block;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    padding: 2px 8px;
    color: #003366;
    font-size: 11px;
    font-weight:bold;
    text-decoration: none;
}

ul#block_bar li a:hover
{
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #006699;
    color: #FFFFFF;
}

ul#block_bar li#active_link a {
    background-color: #E5E5E5;
}

div#block_center {
    width: 996px;
    margin: 0;
    padding: 0;
}

ul#left_menu {
    float: left;
    clear: left;
    width: 210px;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 14px;
    list-style: none;
}

ul#left_menu li {
    margin: -6px 0 0;
    background: url(../images/red_arrow.gif) no-repeat 0 0.7em;
    padding: 6px 0 6px 16px;
    line-height: 1.4em;
    font-weight: bold;
    list-style: none;
}

ul#left_menu li a {
    display: block;
    text-decoration: none;
    margin: 0px 0px 7px 0px;
    color: #1A016D;
}

ul#left_menu li:hover, ul#left_menu li#active_link {
    background: url(../images/green_arrow.png) no-repeat 0 0.7em;
    color: #000;
}

ul#left_submenu {
    margin: 0 0 0 8px;
    padding: 0;
    background: #fff;
    font-size: 11px;
    list-style: none;
}

ul#left_submenu li {
    display: inline;
    margin: -20px 0 0 0;
    padding: 0;
    background: #fff;
    font-weight: normal;
}

ul#left_submenu li a {
    display: block;
    text-decoration: none;
}

ul#left_submenu li a:hover, ul#left_submenu li#active_sub_link {
    color: #70B875;
}

#center {
    float: left;
    width: 780px;
    margin: 0;
    border: 1px solid #00388b;
    padding: 2px 0px;
    background: #ffffff;
    font-size: 12px;
}

#center p {
    margin: 5px 2px;
    text-align: left;
}

#center p.error {
    margin: 2px 3px 8px 3px;
    border: 1px solid red;
    padding: 2px 3px;
}

#center h1, #center h2, #center h3, #center h4, #center h5, #center h6 {
    margin: 1px 2px 5px 2px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 1px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}

#center h1 {
    font-size: 26px;
}

#center h2 {
    font-size: 22px;
}

#center h3 {
    font-size: 19px;
}

#center h4 {
    font-size: 17px;
}

#center h5 {
    font-size: 15px;
}

#center h6 {
    font-size: 14px;
}

#center a:link, #center a:visited, #contacts a:link, #contacts a:visited {
    text-decoration: none;
    color: blue;
}

#center a:hover, #contacts a:hover {
    text-decoration: none;
    color: #1e90ff;
}

div#nav_bar {
    float: right;
    width: 180px;
    margin: 5px 4px;
    padding: 3px;
    text-align: center;
}

div#nav_bar p {
    border: 1px solid silver;
    background: #f0f8ff;
    text-align: center;
    font-size: 11px;
}

div#nav_bar a:link, div#nav_bar a:visited {
    text-decoration: none;
    color: blue;
}

div#nav_bar a:hover {
    text-decoration: none;
    color: #1e90ff;
}

p#sub_w3 {
    float: right;
    width: 790px;
    margin: 3px 0px 4px 0px;
    padding: 0px;
    text-align: center;
}

ul#sub_bar {
    float: right;
    width: 790px;
    margin: 1px 0px 4px 0px;
    padding: 0px;
    font-family: arial, sans-serif;
    text-align: center;
}

ul#sub_bar li
{
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
}

ul#sub_bar li a {
    text-decoration: none;
    color: blue;
}

ul#sub_bar li a:hover {
    background: #f0f0f0;
}

ul#sub_bar li#active_link a {
    background: #E7E7E7;
    color: #000;
}

p#contacts {
    float: right;
    width: 790px;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    font-size: 11px;
    font-family: arial, sans-serif;
    text-align: center;
}

div.cathp {
    clear: both;
    margin: 5px 0px;
    padding: 3px;
    font-size: 13px;
    text-align: left;
}

img.imglist {
    margin: 2px 8px;
}

table.catw {
    width: 100%;
    border-style: none;
}

table.catw td {
    text-align: center;
}

table.catw img {
    margin: 10px;
    padding: 10px;
}


