li, ul {
    list-style: square;
}

body {
    margin: 0px;
    padding: 0px;
    font-family:  Verdana;
    font-size: 10px;
    color: #2b69b0;
}

#pagemargin {
    text-align: center;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: blue;
    padding-bottom: 40px;
}

#logo {
        width: 690px;
      margin: auto;
      text-align: left;

}

#page {
    text-align: left;
    width: 650px;
    min-height: 240px;

    background-color: white;
    margin: auto;
    padding: 20px;

}

#navigation_container {
    width: 836px;
    position: absolute;
    margin: auto;
    top: 10px;
}

#navigation {
    position: relative;
    left: -100px;
}



.highlight {
     background-color: #ddeef6;
    width: auto;
    margin: 10px;
    padding: 10px;
}

.even {
     background-color: #ddeef6;
}

#content {
    background-color: #f1f1f1;
    padding: 10px;
}

#sidebar {
    background-color: #ff00ff;
    padding: 10px;
}

label {
    display: block;
    float: left;
    width: 70px;
}

input, textarea, label  {
    padding: 1px;
    margin: 3px;
}

form br {
    clear: left;
}

table, tr, td, th {
    font-size: 10px;
    border: none;
    vertical-align: top;
    padding: 2px;
    margin: 0px;
}

th {

}

#flash {
    background-color: #FFCCCC;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.fieldWithErrors input {
    background-color: #ffcccc;
}

.fieldWithErrors {
    float: left;
}





a {
    color: #2b69b0;
    text-decoration: none;
    /* border-bottom: 1px dotted #2b69b0; */
}

a:hover {
    text-decoration: underline;
    /* border-bottom: 1px solid #2b69b0; */
}

img, a img {
    border: none;
}