body {
    margin: 0px;
    background-color: #dd001a;
    text-align: center;
    font-family: Verdana, Helvetica, Sans Serif, Sans;
}

#container {
    width: 1024px;
}

#leftcolumn {
    width: 121px;
    height: 1000px;
    background-image: url(../img/repeat_left.jpg);
    float: left;
}

#centrecolumn {
    width: 778px;
    min-height: 950px;
    background-color: white;
    float: left;
}

#rightcolumn {
    width: 121px;
    height: 1000px;
    background-image: url(../img/repeat_right.jpg);
    float: left;
}

#crosses {
    width: 121px;
    height: 28px;
    background-image: url(../img/crosses_right.jpg);
}

#topsection {
    height: 129px;
}

#menu {
    height: 40px;
    background-color: #dd001a;
    color: white;
    line-height: 2em;
    text-align: left;
    font-size: 0.9em;
    padding-left: 20px;
}

#menu a {
    color: white;
    text-decoration: none;
}

#menu a.hover {
    text-decoration: underline;
}

#menu a.active {
    text-decoration: underline;
}

#content {
    text-align: left;
    font-size: 0.8em;
    padding: 10px 20px 40px 10px;
    min-height: 731px;
}

#content a {
    color: #0059d9;
    text-decoration: underline;
}

#footer {
    height: 50px;
    background-color: #fdf4f5;
    font-family: Verdana, Helvetica, Sans Serif, Sans;
    font-size: 0.7em;
}

#footerbar {
    height: 7px;
    background-color: #dd001a;
}

#copyright {
    width: 558px;
    text-align: left;
    padding-left: 20px;
}

#design {
    width: 180px;
    text-align: right;
    padding-right: 20px;
}

.cell {
    float: left;
}

.rowbreak {
    clear: both;
}

.contentcolumn {
    width: 229px;
    margin: 10px;
}

.pinkblock {
    padding: 10px;
    background-color: #fdf4f5;
}

h2 {
    font-family: Century Gothic, URW Gothic, Tacoma, Sans Serif, Sans;
    font-size: 1.4em;
    font-weight: normal;
    border-bottom: 3px solid #dd001a;
}

h3 {
    color: #dd001a;
    font-size: 1.2em;
    font-weight: normal;
}

dt {
    color: #dd001a;
}

.hr {
    border-bottom: 2px dashed #66c8ff;
}

strong {
    color: #0059d9;
    font-weight: normal;
}

.bullet {
    font-weight: bold;
    color: #dd001a;
}

td {
    padding: 5px;
    vertical-align: top;
    font-size: 0.8em;
}

thead {
    background-color: #fee7ea;
    height: 2em;
    padding: 3px;
}

thead td {
    border-bottom: 2px solid #dd001a;
}

td.inner {
    border-left: 1px solid #dd001a;
    border-right: 1px solid #dd001a;
}

.row2 {
    background-color: #fdf4f5;
}


