* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #6E6E6E;
    text-align: center;
    background: White url(images/bg.gif) repeat-x;
}

h1 {
    position: absolute;
    top: 14px;
    left: 64px;
    color: White;
    font: 40px/60px Verdana, Arial, Helvetica;
    z-index: 2;
}

h2 {
    position: absolute;
    top: 60px;
    left: 50px;
    color: White;
    font: 18px/27px Verdana, Arial, Helvetica;
    z-index: 2;
}

h3 {
    margin: 15px 0 5px 0;
    font: 18px/27px Verdana, Arial, Helvetica;
}

.firsth3 {
    margin-top: 0;
}

p {
    padding: 5px 0;
    font: 14px/21px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6E6E6E;
}

p#shadow1 {
    position: absolute;
    top: 15px;
    left: 65px;
    padding: 0;
    font: 40px/60px Arial, Helvetica, sans-serif;
    color: #6E6E6E;
    z-index: 1;
}

p#shadow2 {
    position: absolute;
    top: 61px;
    left: 51px;
    padding: 0;
    font: 18px/27px Arial, Helvetica, sans-serif;
    color: #6E6E6E;
    z-index: 1;
}

a {
    color: #6E6E6E;
    text-decoration: underline;
}

a:hover {
    color: #BABABA;
    text-decoration: none;
}

img {
    border: none;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 975px;
    text-align: left;
}

#header {
    height: 124px;
    background: #91C2F2 url(images/bg.gif) repeat-x;
}

#logo {
    display: block;
    position: absolute;
    top: -4px;
    left: 0px;
    width: 60px;
    height: 66px;
}

#menu {
    position: absolute;
    top: 56px;
    right: 0;
    height: 68px;
}

#menu ul {
    list-style: none;
    height: 68px;
}

#menu ul li {
    display: block;
    float: right;
    padding: 0 25px;
    background: url(images/menu.gif) repeat-x;
}

#menu ul li.menuBr {
    padding: 0;
    width: 14px;
    height: 68px;
    background: url(images/menu_br.gif) no-repeat;
}

#menu ul li#menuLeft {
    padding: 0;
    width: 7px;
    height: 68px;
    background: url(images/menu_left.gif) no-repeat;
}

#menu ul li#menuRight {
    padding: 0;
    width: 7px;
    height: 68px;
    background: url(images/menu_right.gif) no-repeat;
}

#menu ul li a {
    display: block;
    padding: 0 0 29px 0;
    font: 16px/39px Arial, Verdana, Helvetica;
    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.gif) no-repeat bottom;
}

#middle {
    width: 975px;
}

#left {
    float: left;
    padding-bottom: 20px;
    width: 192px;

}

#left ul {
    list-style: none;



}

#left ul li {

        padding:5px;
	padding-left: 15px;
	background-image: url(images/doc.gif);
	background-repeat: no-repeat;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#left ul li a {
    color: #4B7E9A;
    text-decoration: none;
}

#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;
}

.boxleft2 {
    float: left;
    width: 370px;
    border-bottom: 2px solid #DCEDF8;
}

.boxright2 {
    float: right;
    width: 370px;
    border-bottom: 2px 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: 205px;
    width: 770px;
    text-align: center;
}

#footer p {
    font-size: 13px;
}

#copyright {
    padding: 5px 0 10px 0;
}

#pAccordion { width: 760px; height: 276px; background-color: #eee; }

.midCol h1 { padding-bottom: 10px; }
.midCol h2 { padding: 10px 20px 5px; font-size: 16px;}

.midCol p { padding-bottom: 10px; }
