html {
    min-height: 100%;
}
body {
    height: 100%;
    min-height: 100%;
    background-color: white;
    background-image: url(../images/notes.jpg);
    color: #000099;
}
.wrapper {
    width: 800px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
div.figure {
    text-align: center;
    padding: 5px;
    margin: 3px;
}
.figure img {
    margin-bottom: 5px;
}
.with-border img {
    background-color: #fafafa;
    border: solid 1px #bbb;
    padding: 3px;
}
.with-caption div {
    font-size: 8pt;
    padding: 2px;
    font-style: italic;
    text-align: center;
}
.float-right {
    float: right;
}
.float-right img {
    margin-bottom: 0px;
}
.float-left {
    float: left;
}
.float-left img {
    margin-bottom: 0px;
}
.a-center {
    text-align: center;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-justify {
    text-align: justify;
}
.w25 {
    width: 25%;
}
.w50 {
    width: 50%;
}
.w75 {
    width: 75%;
}
.w100 {
    width: 100%;
}
.imgw100 img {
    width: 100px;
    height: auto;
}
.imgw150 img {
    width: 150px;
    height: auto;
}
.imgw200 img {
    width: 200px;
    height: auto;
}
.imgw250 img {
    width: 250px;
    height: auto;
}
.imgh100 img {
    height: 100px;
    width: auto;
}
.imgh150 img {
    height: 150px;
    width: auto;
}
.imgh200 img {
    height: 200px;
    width: auto;
}
.mt30 {
    margin-top: 30px;
}
.mt60 {
    margin-top: 60px;
}
.mt90 {
    margin-top: 90px;
}
.bold {
    font-weight: bold;
}
p {
    text-indent: 1.5em;
    text-align: justify;
}
.goto {
    font-size: 9pt;
    float: left;
    position: relative;
    top: -10px;
}

.text-small {
    font-size: 10pt;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.highslide {
    padding: 5px;
}

.header {
    padding: 2px 25px; 
    border: 3px solid white;
    outline: gray 3px solid;
    color: white;
    behavior: url(../js/PIE.htc);
    background: #fff; /*fallback for non-CSS3 browsers*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#5cb2c0) to(#ae4562)); /*old webkit*/
    background: -webkit-linear-gradient(left, #5cb2c0, #ae4562); /*newer webkit*/
    background: -moz-linear-gradient(left, #5cb2c0, #ae4562); /*old gecko*/
    background: -o-linear-gradient(left, #5cb2c0, #ae4562); /*opera 11.10+*/
    background: linear-gradient(to right, #5cb2c0, #ae4562); /*firefox 16+, chrome 26+, IE10+, opera 12.10+, future browsers*/
    -pie-background: linear-gradient(left, #5cb2c0, #ae4562); /*ie 6-9 via PIE*/
    text-align: left;
}