* { padding: 0; margin: 0; }
body {
    font-family: "Trebuchet MS";
    color: #000033;
    background-color: #d5e4f1;
    font-size: 100%;

}
#headerback {
    width: 100%;
    height: 84px;
    background-color: #fff;
}

#headertop {
    background: #fff;
    display: block;
    height: 84px;
    width: 782px;
    padding-top: 0px;
    text-align: left;
    text-indent: 60px;
    color: #1882D8;
    text-transform: capitalize;
    margin: 0 auto;
    z-index: 100;
}

#headertop h1 {
    font-size: 1.6em;
}

#headerbottom-back {
    background: #4c9cdd url(../images/headerback.jpg) top left repeat-x;
    height: 221px;
    width: 100%;
}

#headerbottom {
    width: 918px;
    margin: 0 auto;
    margin-top: -2px;
    padding: 0 5px;
    height: 191px;
    background: transparent url(../images/myheaderback.jpg) top left no-repeat;
}

#footer {
    width: 100%;
    background-color: #a8ceeb;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
#wrapper {
    position: relative;
    width: 782px;
    margin: 0 auto;
    margin-top:0px;
    padding: 0 5px;
    min-height: 600px;
    background-color: #fff;
}
#headerbottomleft {
    background: transparent url(../images/top2Left.gif) top left no-repeat;
    margin-left: -80px;
}

#headerbar {
    width: 792px;
    height: 32px;
    margin: 0 auto;
    background: #aaa url(../images/myheaderBar.jpg) 0px -1px  repeat-x;
    font-size: 12px;
}

#hmenu {
    float: left;
    width: 100%;
    background: transparent;
    overflow: hidden;
    position: relative;
}

#hmenu ul {
    clear: both;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#hmenu ul li {
    display: block;
    float: left;
    list-style: none;
    position: relative;
    right: 50%;
}

#hmenu ul li a {
    display: block;
    margin: 0 0 0 1px;
    padding: 9px 10px;
    background: transparent;
    text-decoration: none;
    font-size: 14px;
    color: #fff;

}
#hmenu ul li a:hover {
    text-decoration: underline;
}
#maincontent {
    clear: both;
    font-size: .9em;
}

#rightcolumn {
    float: right;
    width: 296px;
    min-height: 100%;
    background: #d4e716 url(../images/rightColumn2.gif) top left repeat-y;
}

#rightcolumn ul {
    list-style-position: inside;
    font-size: .9em;
    margin-left: 30px;
}
.rcoltitle {
    position: relative;
    left: 20px;
    top: 8px;
    color: #3c7fb4;
    font-size: 16px;
}
.rcolitem {
    width: 296px;
    margin: 0 auto;
    background: #fff url(../images/rightColumn.gif) 2px 0px repeat-y;
}
.inneritem {
    width: 80%;
    margin: 0 auto;
}
.rcolbottom {
    width:296px;
    height: 18px;
    background: #fff url(../images/rightColumnsCap.gif) top left no-repeat;
}

.rcoltop {
    width:296px;
    height: 33px;
    background: #fff url(../images/rightColumnsHcap.gif) top left no-repeat;
}

.clearit {
    clear: both;
}