@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    position: relative;
    background-color: #FFF;
}

#pagecontainer {
    background-color: #339999;
    padding: 15px;
}

#header {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFF;
    text-align: center;
    margin-top: 0px;
}

#nav {
    background-color: #FFF;
    font-size: 16px;
    color: #006400;
    text-align: center;
    clear: both;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav ul {
    list-style-type: none;
}

#nav li {
    display: inline;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #339999;
    background-color: #FFF;
    text-align: center;
    left: 0px;
    bottom: 0px;
    padding-top: 10px;
    clear: both;
}

#footer ul li {
    list-style-type: none;
}

.footertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
}

#maincontent {
    position: relative;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.centered {
    background-color: #FFF;
    text-align: center;
    width: 100%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #339999;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #339999;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #339999;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #339999;
    text-align: center;
    border-top-style: dotted;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #339999;
    text-align: center;
}

.roundedcorner_box {
    background-color: #FFF;
}

.roundedcorner_top div {
    background-image: url(images/roundedcorner_top_left.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1px;
    height: 30px;
    width: 100%;
}

.roundedcorner_top {
    background-image: url(images/roundedcorner_top_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 1px;
    height: 30px;
    width: 100%;
}

.roundedcorner_bottom div {
    background-image: url(images/roundedcorner_bottom_left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 1px;
    height: 30px;
    width: 100%;
}

.roundedcorner_bottom {
    background-image: url(images/roundedcorner_bottom_right.png);
    background-position: right bottom;
    font-size: 1px;
    height: 30px;
    width: 100%;
    background-repeat: no-repeat;
}

.columncontainer {
    background-color: #FFF;
    clear: both;
    margin-top: 20px;
}

.columncontainer .right20 {
    width: 20%;
    background-color: #FFF;
    text-align: center;
    position: static;
    float: right;
}

.columncontainer .center60 {
    position: static;
    width: 60%;
    background-color: #FFF;
    float: left;
}

.columncontainer .left20 {
    width: 20%;
    background-color: #FFF;
    text-align: center;
    position: static;
    float: left;
}

.columncontainer .right33 {
    width: 33.3%;
    background-color: #FFF;
    text-align: center;
    position: static;
    float: right;
}

.columncontainer .center33 {
    position: static;
    width: 33.3%;
    background-color: #FFF;
    float: left;
}

.columncontainer .left33 {
    width: 33.3%;
    background-color: #FFF;
    text-align: center;
    position: static;
    float: left;
}

.columncontainer .standard20 {
    width: 19.9%;
    background-color: #FFF;
    text-align: center;
    float: left;
}



