html, body {
    margin:0;
    padding:0;
}
body {
    font: 76% arial, sans-serif;
    text-align:center;
    background-color: #1d9ddc;
    background-image: url(../im/hbk.png);
    background-repeat: repeat-x;
}

div#wrapper{
    float: right;
}


div#page-content {
    width:1100px;
    margin:0 auto;
    overflow: visible;
    background-image: url(../im/starbk.png);
    background-repeat: no-repeat;
    background-position: -200px 0px;

}

div#container {
    text-align:left;
    width:975px;
    margin:0 auto;
}

div#content {

    float:right;
    width:760px;
    background-color: #ffffff;
    margin-right: 7px;
}
div#navigation {
    float:left;
    width:300px;
    background:#B9CAFF;
}
div#extra {
    clear:both;
    
}

div#navigation {


}

div#footer {
    
    width: 100%;
    padding:5px 10px;

    
}


/**
* Content Regions
**/

div#container #header{

    background-image: url(../im/navbk.gif);
    background-repeat: no-repeat;
    background-position: 204px 70px;
    overflow: visible;
    height: 125px;

}

div#container #header #header-back{

    background-image: url(../im/logo.gif);
    background-repeat: no-repeat;
    background-position: 64px 10px;
    overflow: visible;
    height: 100%;

}

div#container #content #nav{

    position: relative;
    top: -56px;
    left: 35px;
    width: 735px;
    text-align: left;
}

div#container #content #nav ul li {
    list-style-type:none;
    display: inline;
}

div#container #content #nav ul li a{
    padding: 0px;
    font-size: 1.4em;
    font-weight:bold;
    color: #576d7a;;
    display: inline;
    text-decoration: none;
    padding-right: 21px;
}

div#container #content #nav ul li a:hover {

 
    color: #cc0000;

}

div#container #content #nav ul li a.active, div#container #content #nav ul li a:hover .active {


    color: #273436;

}

div#container #cnttop{

    float: right;
    width:766px;
    background-image: url(../im/cnttop.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: visible;
    height: 16px;
    margin-right: 4px;
    clear: both;
}

div#content #cntbody{
    padding-left: 120px;

}

div#content #cntbody.wide{
    padding-left: 12px;

}

div#content #cntbody #leftcol{
    
    width: 220px;
    float: left;
    
}

div#content #cntbody #rightcol{
 
    width: 400px;
    float: left;
}

div#content #cntnav{
    position: relative;
    left: -220px;
    float: left;
    width: 325px;
    height: 200px;
    margin-right: -200px;
    overflow: visible;
    /*background-image: url(../im/nav/navtop1.gif); Externalized in page */
    background-repeat: no-repeat;
    background-position: 0px 0px;

}

div#content #cntnavbody{

    position: relative;
    left: 110px;
    top: 80px;
    width: 230px;
    background-image: url(../im/nav/navbody.gif);
    background-repeat: repeat-y;
    background-position: -110px 0px;
    overflow: visible;
    display: block;
    
}

div#content #cntnavbody li{

    margin-left: 15px;
    display: block;
    overflow: hidden;
    width: 195px;
    
}

div#content #cntnavbody li a{
    
    font-size: 1.5em;
    line-height: 1.5em;
    color: #ffffff;
}

div#content #cntnavbody li a:link, div#content #cntnavbody li a:active, div#content #cntnavbody li a:visited{

    text-decoration: none;

}

div#content #cntnavbody li a:hover, div#content #cntnavbody li a.active{

    text-decoration: none;
    color: #439646;

}

div#content #cntnavbottom{
    position: relative;
    top: 80px;
    background-image: url(../im/nav/navbottom.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 23px;
    overflow: visible;

}

div#footer #footerkids{

    background-image: url(../im/footer.gif);
    background-repeat: no-repeat;
    background-position: 119px 0px;
    height: 200px;
    overflow: visible;
    position: relative;
    z-index: -1;
    margin-top: -24px;
}

div#footerback {
    position: relative;
    background: #81ce82;
    width: 100%;
    height: 250px;
    margin-top: -176px;
    overflow: visible;
    z-index: -2;
}

#clouds{

    position: relative;
    margin-top: -300px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../im/clouds.jpg);
    background-repeat: no-repeat;
    background-position: 0px -30px;
    height: 287px;
    z-index: -3;
    overflow: visible;
    width: 1151px;

}

#ftrtext {

    position: relative;
    top: -120px;
    left: 229px;
    width: 300px;
    

}



/**
* Paragraphs
**/

#cntbody p {
    
    line-height: 1.3em;
    margin:0 13px 13px;
    color: #006200;
    font-size: 1.2em;
}

#cntbody form p {
    
    line-height: .1em;
    margin:0 13px 13px;
    color: #006200;
    font-size: 1.2em;
}

div#content #cntbody #rightcol p, div#content #cntbody #leftcol p{
    
 margin: 0px;   
    
}

#cntbody p a, #cntbody p a:link, #cntbody p a:visited, #cntbody p a:active {

    color: #006200;
    text-decoration: underline;
    background-color: #ffffcc;
}

#cntbody p a:hover{

    text-decoration: none;
    background-color: yellow;
    
}

#ftrtext{

    margin-left: 6px;

}

#ftrtext p{

    font-size: 1em;
    color: #333333;
}

#ftrtext p a:link, #ftrtext p a:active, #ftrtext p a:visited{

    color: #333333;
    text-decoration: underline;
}

#ftrtext p a:hover{

    text-decoration: none;
    color: #ffffff;
}




/**
* Headings
**/

div#content #cntbody h1, div#content #cntbody.wide h1{
 
    font-size: 2.1em;
    font-weight: bold;
    color: #0188c0;
    
}

div#content #cntbody #rightcol h1{
    text-align: center;
}

div#content #cntbody h2, div#content #cntbody.wide h2{
 
    font-size: 1.6em;
    font-weight: bold;
    color: #0188c0;
    margin-bottom: 10px;
}

div#content #cntbody h3, div#content #cntbody.wide h3{
 
    font-size: 1.2em;
    font-weight: bold;
    color: #0188c0;
}

/**
   Lists
**/

div#content #cntbody ul{
 
    margin-top: 10px;
    
}

div#content #cntbody ul li {
    list-style-type: none;
    padding: 0px;
    font-size: 1.3em;
    font-weight: normal;
    color: #006200;
    margin-top: 8px;
}

div#content #cntbody ul li.bl {
    
    color: #0188c0;
}

/**
* Special
**/

hr {

	color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    width: 96%;
    border: 0px;
	
}

hr.clear{

clear: both;
}


br.clear {

    clear: both;
}


strong {
 font-weight: bold;   
}

p img.left{
 
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    
}
