body {
    background: url(backgroundBody2.gif) repeat;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: 'Times New Roman';
    font-size: 11pt;
    color:#333;
}
/* header definitions */
#hdr_wrapper {
    margin: 0px;
    width: 100%;
    height:156px;
    background: url(page_bg_blue.gif) repeat-x;
}
#hdr_content {
    width:  780px;
    height: 120px;
    background-color: #fff;
    border-left:   1px #ccc solid;
    border-right:  1px #ccc solid;
}
#logo {
    width: 537px;
    margin: 1px 0px 0px 0px;
}
#hdrLeft {
    float: left;
    width: 537px;
    margin: 0px 0px 0px 3px;
}
#hdrRight{
    float: right;
    text-align: right;
    margin: 2px 0px 0px 10px;
    padding-right: 7px;
}
#hdr_bar {
    background: url(hdr_bg_blue.jpg) no-repeat center;
    width: 800px;
    height: 35px;
}
#tagLine {
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 10px 0px 0px 43px;
}
#slogan {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-style: italic;
}
/* main content */
#main {
    width: 778px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    text-align: left;
    border: 1px solid #ccc;
}
#content {
    margin: 20px 25px 20px 25px;
}
.content_left {
    width: 111px;
    float: left;
    font-size: 8pt;
}
.content_right {
    width: 550px;/* 462px */
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0px;
    font-size: 11pt;
}
#subheader {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #999;
}
.deck_copy {
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
}
#form_success {
    width: 483px !important;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    background: #ffc;
    border: 1px solid #eee;
    text-align: center;
}
#footer {
    padding-bottom: 5px;
    font-size: 8pt;
    text-align: center;
    border-bottom: 20px solid #000;
}
/* common */
.clear {
	clear: both;
}
h1 {
    margin: 0px 0px 20px 0px;
    font-size: 19pt;
    font-weight: bold;
    color: #800000;
    text-align: left;
}
h3 {
    font-size:12pt;
}
.fine_print {
    color:#F00;
}
.text_blue {
    color: #000080;
}
/* form */
.successhead {
    font-family: Verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #339;
}
.successmain {
    margin-top: 5px;
    text-align:left;
}
#formtable td {text-align:center;padding: 2px;}
#formtable td.formlabel,#formtable td.formlabel2 {text-align:left;}
.form_submit_button {
    padding: 10px;
}
/* response page specific */
#response_content {
    margin: 20px 130px 20px 130px;
}
.response_header {
    margin: 0px;
    font-family: Arial;
    font-size: 16pt;
    font-weight: bold;
    color: #c20201;
    text-align: left;
}
.response_heading {
    padding-top: 20px;
}
.subheader_response {
    margin: 0px 0px 25px 0px;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #c20201;
    text-align: left;
}
.content_response {
    font-family: Arial;
    font-size: 10pt;
}
