@charset "utf-8";
/* CSS Document */

body {
background: #e2e2e2;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

h1 {
font-size: 21px;
color: #BB0E0E;
}

h2 {
font-size: 15px;
color: #BB0E0E;
}

a {
font-weight: bold;
color: #BB0E0E;
}

#container {
width: 720px;
margin-left: auto;
margin-right: auto;
clear: both;

background: url(../images/vertBg.gif) repeat-y top left;
}

#header {
background: url(../images/header.jpg);
height: 210px;
}

#text {
padding: 15px 35px 15px 35px;
}

#footer {
background: url(../images/footer.gif) bottom left;
height: 30px;
}

.centerBlock {
width: 530px;
margin-left: auto; margin-right: auto;
}

.leftCol {
width: 260px;
margin: 0px 70px 0px 0px;
float: left;
border-right: 1px solid #BB0E0E;
}

.rightCol {
width: 190px;
float: left;
}

.formCell {
padding: 7px 0px 7px 0px;
}

.linkEm {
font-size: 17px;
color: #BB0E0E;
font-weight: bold;
}

.divider {
clear: both;
}

.choices {
padding-top: 0px;
padding-left: 15px;
}