body {
    font-family: Arial, serif;
    font-size: 12px;
    background-color: #999999;
    color: #333333;
    background-image: url('stripe.jpg');
    background-repeat: repeat;
    text-align: center;
}


div.outer {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    background: #ccc;
    border: 5px solid white;
}

div.header {
    background-image: url('seasky.jpg');
    position: relative;
    width: 100%;
    height: 252px;
    background-repeat:repeat-x;
    margin: 0px;
    padding: 0px;
}

img.headerleft {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
}

img.headerright {
    display: block;
    position: absolute;
    top: 0px;
    right: -0px;
    margin: 0px;
    padding: 0px;
}

div.footer {
    background-color: #ccc;
    text-align: center;
    clear: both;
}

div.toolbar {
    float: left;
    position: relative;
    background-color: white;
    width: 200px;
    margin: 0px 0px 0px 10px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
* html div.toolbar {
    margin-left: 5px;
}

img.cornerTl {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
}
img.cornerTr {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}
img.cornerBl {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
}
img.cornerBr {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px;
}

div.main {
    background-color: #ccc;
    padding: 0px 10px 0px 220px;
}
* html div.main {
    height: 1%;
    padding-left: 7px;
}

div.content {
    position: relative;
    text-align: left;
    background-color: white;
    padding: 20px 20px 20px 20px;
    _height: 300px;
}
div.content FORM {
    margin: 0px;
}
div.content h2 {
    margin-top: 0px;
}

.contentFullWidth {
    margin: 0px 10px 0px 10px;
}

div.bottomCorners {
    position:relative;
    background-color: white;
    min-height: 16px;
    _height: 16px;
    line-height: 16px;
    padding: 0px 20px 0px 20px;
}

div.section TABLE {
    text-align: left;
    margin-bottom: 20px;
}

div.section IMG {
    border: 0px;
    margin-right: 10px;
}

a.sectionTitleLink {
    font-weight: bold;
}

