body, td, p, input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
body {
    background-color: #d9d9d6;
}
a {
    color: #c41130;
}
.header {
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #c41130;
    border-right-color: #c41130;
    border-left-color: #c41130;
    text-align: left;
}
.bgcolor1 {
    background-color: #c41130;
}
.bgcolor2 {
    background-color: #ffffff;
}
.bgcolor3 {
    background-color: #d9d9d6;
}
.container {
    color: #c41130;
    background-color: #ffffff;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-color: #c41130;
    border-bottom-color: #c41130;
    border-left-color: #c41130;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}
.sweepsContainer {
    background-color: #d9d9d6;
    background-image: url(images/me_back.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.regularContainer {
    width: 434px;
    margin-top: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.gridTable {
    border-left: 1px solid #c41130;
    border-top: 1px solid #c41130;
}
.gridTable th {
    border-right: 1px solid #c41130;
    border-bottom: 1px solid #c41130;
}
.gridTable td {
    border-right: 1px solid #c41130;
    border-bottom: 1px solid #c41130;
    vertical-align: top;
    font-size: 11px;
}

#container {
    width: 640px;
    height: auto;
    margin: 0px auto;
}
#header {
    width: 642px;
    height: 118px;
}
#main {
    position: relative;
    width: 638px;
    height: 364px;
    border: #c41130 solid 2px;
    border-top: none;
    background-color: #ffffff;
}
#flash {
    position: absolute;
    top: 0px;
    left: -30px;
    width: 698px;
    height: 395px;
    z-index: 2;
}
#nav {
    position: absolute;
    top: 25px;
    left: 19px;
    z-index: 3;
}
