body{
    font-family:Verdana;
    font-size:12px;
 color:#333333;
    background-color:#02255d;
 text-align:center;
}
.whitebgtopcap{
    background-image:url("whitetopcap1.jpg");
    background-position:top left;
    background-repeat:no-repeat;
    width:750px;
    height:11px;
}

.whitebgmainbody{
    background-image:url("whitemiddleslice1.jpg");
    background-repeat:repeat-y;
    width:750px;
}
/*  Classes to display paragraph title and text */
.mainparagraphsubtitle{
    margin-left:50px;
    margin-right:37px;
    font-size:16px;
    color:#333333;
    text-align:center;
}

.mainparagraphtext{
    margin-left:50px;
    margin-right:65px;
    font-size:12px;
    color:#333333;
}
/*  Class to display line separator*/
.lineseparator{
    background-color:#88A9CA;
    width:635px;
    height:2px;
    margin-left:55px;
    margin-right:45px;
    margin-top:5px;
    margin-bottom:5px;
}
/*  Classes to display questions */
.questionwrapper{
    width:625px;
    margin-left:50px;
    margin-right:25px;
}

.thumbnailimage{
    float:left;
    width:55px;
    height:55px;
}

.questiontitle{
    float:left;
    font-size:20px;
    color:#01245C;
    font-weight:bold;
    margin-top:25px;
}

.questionwidth{
    float:left;
    width:660px;
    margin-left:20px;
    margin-right:20px;
}

.questionnumber{
    float:left; 
    font-size:12px;
    color:#01245C;
    font-weight:bold;
}

.questiontext{
    /* float:left; */
    font-size:12px;
    margin-left:5px;
    color:#333333;
}

.questionsubtext{
    margin-left:20px;
    margin-right:15px;
    font-size:12px;
    color:#333333;
}
/*  Classes for the options of answers */
.answeroptions{
    float:right;
    text-align:right;
}

.answertext{
    width:auto;
    color:#333333;
}

.selectedtitle{
    margin-right:15px;
    margin-left:22px;
    font-size:9px;
    color:#01245C;
    font-weight:bold;
    text-transform:uppercase;
}

/*  Class to column width of the radio button*/
.radiocolumnwidth{
    margin-right:16px;
    margin-left:40px;
    width:10px;
}
/*  Class to highlight certain words in the text*/
.highlightedwords{
    color:#01245C;
    font-weight:bold;
}
/* Email field */
.emailtext{
    margin-left:65px;
    margin-right:30px;
    font-size:12px;
    color:#333333;
}

.votersformquestion{
    color:#01245C;
    font-weight:bold;
    font-style:italic;
    font-size:12px;
    text-align:center;
}
/* Form section(demographic) */
.formheaderwrapper{
    margin-left:50px;
    margin-right:45px;
}

.formthumbnailimage{
    float:left;
    width:55px;
    height:38px;
}

.formheadertagline{
    float:left;
    font-size:20px;
    color:#01245C;
    font-weight:bold;
    margin-top:8px;
}

.leadinquestions{
    margin-left:120px;
    margin-right:45px;
    font-size:12px;
    color:#333333;
}

.attentionnote{
    margin-left:80px;
    margin-right:80px;
    font-size:12px;
    color:#333333;
    text-align:center;
}

.attentionnoteboldtext{
    margin-left:80px;
    margin-right:80px;
    font-size:16px;
    color:#333333;
    font-weight:bold;
    text-align:center;
}

.centeralignment{
    text-align:center;
}

.whitebgbottomcap{
    float:left;
    background-image:url("whitebottomcap1.jpg");
    background-position:bottom left;
    background-repeat:no-repeat;
    width:746px;
    height:13px;
}

/* Spacers */
.vertical_spacer_small{
    clear:both;
    height:2px;
}

.vertical_spacer{
    clear:both;
    height:10px;
}

.vertical_spacer_large{
    clear:both;
    height:25px;
}

/* Floats */

.floatleft{
    float:left;
}


/* margins */
.marginright{
 margin-right:-5px;
}
