* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px Arial;
    color: #333;
    text-align: center;
    background: White url(images/222.jpg) repeat-x;
}

h1 {
    position: absolute;
    top: 14px;
    left: 74px;
    color: White;
    font: 40px/60px Arial, Helvetica, sans-serif;
    z-index: 2;
}

h2 {
    position: absolute;
    top: 60px;
    left: 60px;
    color: White;
    font: 18px/27px Arial, Helvetica, sans-serif;
    z-index: 2;
}

h3 {
    color: #134F8D;
    margin: 15px 0 5px 0;
    font: 20px/27px Arial, Helvetica, sans-serif;
}


h4 {
    color: #333;
    margin: 5px 0 5px 0;
    font: 16px/27px Arial, Helvetica, sans-serif;
}

.firsth3 {
    margin-top: 0;
}

p {
    padding: 5px 0;
    font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #4B7E9A;
}

p#shadow1 {
    position: absolute;
    top: 15px;
    left: 75px;
    padding: 0;
    font: 40px/60px Arial, Helvetica, sans-serif;
    color: #6485A7;
    z-index: 1;
}

p#shadow2 {
    position: absolute;
    top: 61px;
    left: 61px;
    padding: 0;
    font: 18px/27px Arial, Helvetica, sans-serif;
    color: #6485A7;
    z-index: 1;
}

a {
    color: #4B7E9A;
    text-decoration: underline;
}

a:hover {
    color: #FF6600;
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

#header {
    height: 124px;
    background: #91C2F2 url(images/222.jpg) repeat-x;
}

#logo {
    display: block;
    position: absolute;
    top: 24px;
    left: 7px;
    width: 60px;
    height: 66px;
}

#menu {
    position: absolute;
    top: 56px;
    right: 60px;
    height: 68px;
}

#menu ul {
    list-style: none;
    height: 68px;
}

#menu ul li {
    display: block;
    float: right;
    padding: 0 25px;
    background: #99CC66 url(images/menu.jpg) repeat-x;
}

#menu ul li.menuBr {
    padding: 0;
    width: 14px;
    height: 68px;
    background: url(images/menu_br.jpg) no-repeat;
}

#menu ul li#menuLeft {
    padding: 0;
    width: 7px;
    height: 68px;
    background: url(images/menu_left.jpg) no-repeat;
}

#menu ul li#menuRight {
    padding: 0;
    width: 7px;
    height: 68px;
    background: url(images/menu_right.jpg) no-repeat;
}

#menu ul li a {
    display: block;
    padding: 0 0 29px 0;
    font: 18px/39px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    text-decoration: none;
    color: #DBECC8;
}

#menu ul li a#active, #menu ul li a#active:hover {
    text-decoration: none;
    color: White;
    background: url(images/menu_active.jpg) no-repeat bottom;
}

#middle {
    width: 975px;
}

#bg {
    background: White url(images/bg.jpg) repeat-y;
    width: 160px;
    border-top: 1px solid RGB(15, 176, 234);
    border-bottom: 1px solid RGB(15, 176, 234);
}

#wh {
    background: #ffffff;
    width: 158px;
    height: 3px;
    border-left: 1px solid RGB(15, 176, 234);
    border-right: 1px solid RGB(15, 176, 234);
}

#left {
    color: #FFFFFF;
    float: left;
    margin-top: 10px;
    width: 190px;
    background: #38AAD2 url(images/righta.jpg) repeat-y;
}

#left h4{
    font-size: 17px;
    color: #FFFFFF;
    margin: 0 0 0 10px;
}


#left2 {
    background: url(images/rightb.jpg) no-repeat bottom;
}

#left3 {
    padding: 0 0 20px 0;
    background: url(images/right.jpg) no-repeat top;
}

#left ul {
    list-style: none;
    padding-left:9px;
    padding-top:4px;
}

#left ul.leer {
    list-style: none;
    padding-left:0px;
    padding-top:4px;
}

#left ul li {
    padding-left:9px;
    padding-top:2px;
}

#left ul li.leer {
    padding-left:0px;
    padding-top:2px;
}

#left ul li a {
    color: #FFFFFF;
}

#right {
    float: right;
    padding-top:0px;
    width: 610px;
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: justify;
}

#right ul li a{
color: #333;
}

#right ul li a:hover{
color: #FF6600;
}

.box {
    clear: both;
}

.box img {
    padding-top: 0px;
}

.boxleft1 {
    float: left;
    width: 370px;
}

.boxright1 {
    float: right;
    width: 768px;
}

.boxleft2 {
    float: left;
    width: 370px;
    border-bottom: 0px solid #DCEDF8;
}

.boxright2 {
    float: right;
    width: 370px;
    border-bottom: 0px solid #DCEDF8;
}

.boxleft2 h3, .boxright2 h3 {
    margin: 0 0 5px 0;
    font: 18px/39px Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
    background: #5794E6 url(images/h3.gif) no-repeat;
}

.clearing {
    clear: both;
    height: 20px;
}

#footer {
    clear: both;
    margin-left: 140px;
    padding-top: 205px;
    width: 770px;
    text-align: center;
}

#footer p {
    font-size: 13px;
}

#copyright {
    padding: 5px 0 10px 0;
}