/* CSS Document */
body {
	background: #ffffff url(/images/bkg_wh_gr_text.jpg) repeat;
	text-align: center;
	margin-top: 10px;
}

h2,h3 {
	color:#006699;
}

h4 {
	color:#003366;
	font-weight:600;
}

#main {
	position: absolute;
}


#formsection {
	/* color:#333333;
	font-weight:600;
	 */
	color: #ffffff;
	vertical-align: middle;
	font-weight:normal;
	
}

#thankyousection {
	/* color:#333333;
	font-weight:600;
	 */
	color: #ffffff;
	vertical-align: middle;
	text-align:center;
	font-size:21px;
	font-weight:800;
	
}
	
html>body .navMenu a{ /*Non IE rule*/
    text-decoration:none;
    width: auto;
}

/* NAV MENU */

.navMenu td a
{
	/*width: 9em; */
	display: block;
	text-decoration: none;
	text-align: center;
} 

  .navMenu {
  height:27px;
  vertical-align:middle;
 
  width: 100%;
	text-decoration: none;
  }
       
  .navMenu td{
	height: 27px;
	text-align:center;
	font: 13px Verdana;
	font-weight:600;
	background:url(/images/bg_mnu_red.gif);
	background-position:top;
	text-decoration: none;
	padding-top: 0px;
    }
	
  .navMenu td:hover 
  {
  	background:url(/images/bg_mnu_red_on.jpg);
  }
  
 

