ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
    margin:0;
    padding:0;
}
ul{
    list-style:none;
}
fieldset{
    border:0;
}
a img{
    border:0;
}
.clear{
    clear:both;
}


body {
    background: url(bodybg.jpg);
    font-family: Trebuchet MS, arial, sans-serif;
    font-size:12px;
    color:#273b4a;
    height: 100%;
    margin:0;
    padding:0;
}

a{
    color: #305b8f;
    text-decoration: none;
}
p {
    line-height: 170%;
    color: #273b4a;
    font-size: 13px;
    padding: 5px 0px 5px 0px;
}
h1 {
    font-size:24px;
    color:#273b4a;
    line-height:1.5;
    padding: 5px 0px 5px 0px;
}
h2 {
    font-size:20px;
    color:#273b4a;
    line-height:1.5;
    padding: 5px 0px 5px 0px;
}

#wrapper {
    padding: 0px 0px 33px 0px;
    background: url(wrapperbg.jpg) center repeat-y;
}

#container{
    width: 960px;
    margin: 0 auto;
}

.title{
    width: 960px;
    height: 78px;
    padding: 10px 0px;
    font-size: 30px;
}

.title, .title a {
    color: #fff;
}

#navigation{
    position: relative;
    width: 960px;
    height: 38px;
    z-index: 2;
    background: url(navigationbg.jpg) repeat-x;
}

#navigation li{
    float: left;
    z-index: 2;
}

#navigation li a{
    position: relative;
    display: block;
    height: 28px;
    color: #fff;
    float: left;
    z-index: 2;
    padding: 10px 18px 0px 18px;
    font-size: 14px;
    text-decoration: none;
}

#navigation li a:hover, #navigation li#active a{
    color: #0c1b2c;
    background: #6a95c7;
    text-decoration: none;
}

#header{
    position: relative;
    width: 960px;
    height: 270px;
    z-index: 1;
    margin: 9px 0px 9px 0px;
}

.weebly_header{
    background: url(%%HEADERIMG%%) no-repeat;
}

#weebly-menus .weebly-menu-wrap { z-index: 5000; }
 #weebly-menus .weebly-menu { padding: 0; margin: 0; list-style: none; border-top: 1px solid #cfe3fb; }
 #weebly-menus .weebly-menu li { float: left; clear: left; width: 180px; text-align: left; border-left: 1px solid #cfe3fb; border-right: 1px solid #cfe3fb; border-bottom: 1px solid #cfe3fb; }
 #weebly-menus .weebly-menu li a { position: relative; display: block; width: 162px; background: #bad3f1; border-top:  none; border-bottom: none; border-right: none; border-left: none; text-decoration: none; font-size: 13px; font-weight: normal; line-height:1; padding: 8px 6px 8px 12px; color: #243e5d; }
 #weebly-menus .weebly-menu li a:hover { background: #6a95c7; color: #fff; }

#content{
    width: 914px;
    height:auto !important;
    min-height:400px;
    background: #efe8dc;
    border-bottom: 1px solid #cecece;
    padding: 20px 23px 20px 23px;
}

#footer{
    width: 910px;
    font-size: 13px;
    background: url(footerbg.jpg) repeat-y;
    padding: 10px 25px 10px 25px;
    margin: 10px 0px 0px 0px;
}

#footer, #footer p{
    color: #fff;
}



