/* General setup */

body { 
  font-family: arial, helvectica, sans-serif;
  background-color: white;
  color: black;
  font-size: 12px;
  }

img {
  border: 0;
  }
  
a {
    color: #343434;
    font-weight: bold;
  }

h1, .pagetitle {
  font-size: 150%;
  color: #777777;
  letter-spacing: -0.8px;
  padding-top: 3px;
  margin-top: 0px;
  padding-bottom: 0px;

  margin-bottom: 3px; 
  font-weight: normal;
  }

h2 {
  font-size: 120%;
  color: #777777;
  line-height: 13pt;
  }

h3 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 6px;
  margin-top: 6px;
  }

/* layout */

#container {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  background: #ffffff;
}

#header {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  height: 106px;
  background: #0066FF;
}

#logo {
  float: left;
}

#main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
}

#content {
  float: left;
  margin-right: 15px;
}

#footerContainer {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  padding-left: 0px;
  padding-right: 0px;
  height: 40px;
  background: #ffffff;
  padding-top: 15px;
  padding-bottom: 5px;
}

#footer {
  width: 990px;
  padding-left: 10px;
  padding-right: 0px;
  height: 27px;
  background: #0066FF;
  color: #ffffff;
  line-height: 27px;
  font-size: 80%;
}


/* FOOTER */

#footer a {
  color: #ffffff;
  text-decoration: underline;
}


/*recaptch styles [begin]*/

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; /*reCaptcha widget background color*/
   width:100px !important;
   /*border:0 !important;*/
 }
 
 #recaptcha_table {
   border-color: #bbbbff !important; /*reCaptcha widget border color*/
   border-width:1px !important;
   border-style:solid !important;
   width:100px !important;
 }
 
 #recaptcha_response_field {
   border-color: #bbbbff	 !important; /*Text input field border color*/
   border-width:1px !important;
   border-style:solid !important;
   background-color:#FFFFFF !important; /*Text input field background color*/
   width:205px !important; 
 }
 
 #recaptcha_image
 {
	margin-top:8px !important;
	width:205px !important;
	height:50px !important;
 }

#recaptcha_image img
 {
	width:205px !important;
	height:50px !important;
 }
 
 #recaptcha_reload_btn
 {	
	
 }

#recaptcha_switch_audio_btn
{
	
}

#recaptcha_whatsthis_btn
{
	
}

#recaptcha_widget_div
{
	
}

 .srpanel
 {
 }

/*recaptch styles [end]*/


.imgLogoStyle
{
	padding: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

