h1 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    /* color: #79443b; */
    /* color: #c04000; */
    color: black;
    }

div.sitetitle {
    width: 450px;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    }

div.sitetitle img.lefttitleimage {
    vertical-align: top;
    }

div.sitetitle img.titleimage {
    vertical-align: top;
    margin-left: 25px;
    }

div.globalmenu {
    float: right;
    /* width: 40px; */
    text-align: right;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
    }

div.globalmenu a{
text-decoration: none;
color: #000080;
}


body {
    /* min-width: 460px; */
    min-width: 530px;
    max-width: 1080px;
    margin: 8px;
    }

#fullbody {
    top: 0;
    margin: 0 auto;
    padding: 5px;
    /* background-color: #d0d0d0; */
    border:0px;
    font-family: Arial, Helvetica, sans-serif;
    }

#mainbody {
    top: 0;
    margin: 0 auto;
    padding: 5px;
    background-color: white;
    border:1px solid #000080;
    border-top: none;
    min-height: 500px;
    }

/* IE6 hack */
* html #mainbody{height:500px;}

div.mainbodybottom{
clear: both;
/* border-top: 1px solid #e9f3fa; */
}

div.item{
clear: both;
}

div.item img{
padding: 4px;
}

div.footer{
top: 0;
margin: 0 auto;
border:1px solid #000080;
border-top: none;
font-size: 9px;
background-color: #f8f0d0;
}

div.footer a{
text-decoration: none;
color: black;
}

div.document {
    font-size: 1.1em;
    }

div.document h1 {
    margin-top: 1.0em;
    margin-bottom: 0.6em;
    padding: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #000080;
    }

div.document h2 {
    margin-top: 1.0em;
    margin-bottom: 0.6em;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
    }


div.imageblock {
    height: 200px;
    /* background: black; */
    /* background: url(landscape.jpg) left top repeat-x; */
    background: url(landscape.jpg) right top no-repeat;
    }

div.imageblock2{
    height: 200px;
    /* background: black; */
    background: url(landscape2.jpg) center top repeat-x;
    }

div.imageblock3 {
    height: 200px;
    /* background: black; */
    background: url(landscape3.jpg) center top repeat-x;
    }

div.imageblock4 {
    height: 200px;
    /* background: black; */
    background: url(landscape4.jpg) center top repeat-x;
    }


div.imgsleft {
    float: left;
    padding-right: 4px;
    background: white;
    }

div.imgsright {
    float: right;
    padding-left: 4px;
    background: white;
    }

div.imgsbottom {
    clear: both;
    }

div.disclaimer {
    padding-left: 5px;
    /* border-bottom:1px solid #bebebe; */
    border-bottom:1px solid #000080;
    }

div.copyright {
    padding-left: 5px;
    }

#rightGallery {
    width: 250px;
    height: 200px;
    }

#leftgadget {
    /*
    float: left;
    width: 340px;
    height: 220px;
    */
    }

#rightgadget {
    /*
    float: right;
    width: 340px;
    height: 220px;
    */
    }

span.clr {
    clear: both;
    }

div.leftcolumn {
    float: left;
    width: 125px;
    }

div.leftcolumn img {
    width: 125px;
    }

div.leftcolumn h1 {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
    color: black;
    /* font-size: 1.7em; */
    font-size: 20px;
    text-align: center;
    }

div.contentcolumn {
    margin-left: 145px;
    }

div.bluebkgd {
    background: url(bluebkgd.png) left top repeat;
    }
