html,body{margin:0; color:#333333;}
body.master{background:url(../images/bg2011.jpg) top center no-repeat #FFFFFF; font: 12px arial,sans-serif;text-align:left; line-height:16px; color:#333333;}
body.rules{background:url(../images/ui_RulesHeader.jpg) top center no-repeat #FFFFFF; font: 12px arial,sans-serif;text-align:left; line-height:16px; color:#333333;}

#headerNav {color:#FFFFFF;}
#headerNav a{color:#FFFFFF; text-decoration:none;}
#headerNav a:hover{color:#FFFFFF; text-decoration:underline;}

h1{color:#00713e; font-size:24px; font-family:Arial; font-weight:500;}
h2{font-size:14px; font-weight:500; line-height:20px;}
a:link, a:active, a:visited{color: #00713e; text-decoration:underline;}
a:hover{text-decoration:none; color:#339966;}
p.disclaimer {color:#666666; line-height:16px; font-style:italic;}

/*FOOTER*/
.footer {color:#333333; padding:10px 0px 10px 0px; font-size:10px; text-align:left;}
.footer a:link, .footer a:active, .footer a:visited {color:#333333; text-decoration:underline;}
.footer a:hover{color:#333333; text-decoration:none;}

/*BUTTONS*/
.submitButton input.submitButton {border:0; display:block; position:relative; height:45px; width:244px; background: url(../images/button_submit.png);}
.submitButton input.submitButton:hover  {border:0px; display:block; position:relative; height:45px; width:244px; background:url(../images/button_submitActive.png) no-repeat;}



/*TABLE FORM LAYOUT*/
.formWidth{width:400px; text-align:left;}
.formLeft{padding-right:10px; padding-bottom:5px; text-align:left;}
.formRight{text-align:left;}
.formOptions{padding-top:10px; padding-bottom:10px;  border-top:1px dotted #CCCCCC;}
.formCheckBox {float:left; width:10px;}
.formCheckBoxText {float:left; width:350px; margin-left:15px;}

/* Form layouts */
.formButton{margin-left:16px; margin-top:5px;}
.statusMsg{color:#000000; margin-left:15px; line-height:30px; font-weight:bold;}

/* KEEP FOR FORM CUSTOMIZATION IF NEEDED */
/*
div.row {
  clear: both;
  padding-top: 0px;
  padding-left:15px;
  color:#000000;
  }
div.row span.label {
  float: left;
  width: 70px;
  text-align: right;
  padding-top:4px;
  }

div.row span.formw {
  float: right;
  width: 305px;
  text-align: left;
  }
*/

#simplemodal-overlay {
    background-color:#00703e;
} 

#simplemodal-container {
    background-color:#ffffff;
    border:solid 1px #000000;  
    padding:0px;
}

#modalContent {
    padding:8px;
}

#btnContinue {
    border:0px;
    background:#00703e;
    color:#ffffff;
    font-weight:bold;
    padding:4px;
}

 #btnContinueYes {
    border:0px;
    background:#00703e;
    color:#ffffff;
    font-weight:bold;
    padding:4px;
}


#modalHeader {
    background:#00703e;
    color:#ffffff;
    font-weight:bold;
    padding:2px;
}
  
