* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #003366;
    text-align: center;
    background: White url(images/bg.gif) repeat-x;
}

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

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

h3 {
    margin: 15px 0 5px 0;
    font: 18px/27px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.firsth3 {
    margin-top: 0;
}

#indent {
    margin-left: 200px;
    width: 200px;
    text-align: center;
}

.indent {
    margin-left: 20px;
    width: 330px;
    text-align: justify;
    padding: 5px 0;
    font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #003366;
}

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

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

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

a {
    color: #FF6600;
    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: 200px;
    background: url(images/HeaderBg.jpg) repeat-x;
}

#logo {
    display: block;
    position: absolute;
    left: 0;
    width: 600px;
    height: 200px;
}

#menu {
    position: absolute;
    top: 125px;
    left: 0;
    height: 68px;
}

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

#menu ul li {
    display: block;
    float: right;
    padding: 0 50px;
    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 "Trebuchet MS", 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: 770px;
}

#left {
    float: left;
    padding-bottom: 20px;
    width: 0px;
}

#left ul {
    list-style: none;
}

#left ul li {
}

#left ul li a {
    color: #4B7E9A;
}

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

.box {
    clear: both;
}

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

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

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

.boxcenter {
    margin-left: 0px;
    width: 770px;
    text-align: center;
}

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

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

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

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

#footer {
    clear: both;
    margin-left: 0px;
    width: 770px;
    text-align: center;
}

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

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