body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#centrecol {
	background-color: #FFFFFF;
	height: 200px;
	width: 650px;
	float: left;
	position: relative;
}



#rightcol {
	background-color: #CCCCCC;
	float: right;
	height: 700px;
	width: 150px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#centrelow {
	background-color: #FFFFFF;
	height: 500px;
	width: 650px;
	float: left;
	position: relative;
	
}
.namefield {
	background-color: #0033CC;
	margin-top: 50px;
	margin-left: 50px;
	position: relative;
}

#footer {
	background-color: #666666;
	height: 40px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#copyright {
	background-color: #666666;
	height: 20px;
	width: 580px;
	position: relative;
	margin-left: 140px;
	padding-top: 10px;
}

#mainbody {
	background-color: #FFFFFF;
	height: 740px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper {
	background-color: #333333;
	height: 950px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}
#header {
	background-color: #FFFFFF;
	height: 118px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#leftcol {
	background-color: #CCCCCC;
	height: 740px;
	width: 150px;
	float: left;
	position: relative;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	padding-left: 20px;
	padding-right: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A75AF;
	padding-left: 20px;
}

a:link {
	font-size: 11px;
	color:#006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}







#circles {
	position:absolute;
	width:200px;
	height:118px;
	z-index:2;
	top: 0px;
	left: 750px;
}
#table {
	position:absolute;
	width:580px;
	height:115px;
	z-index:1;
	left: 17px;
	top: 350px;
}



label {
	display: block;
	background-color: #CCCCCC;
	float: left;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
input,textbox,textbox,textbox,textarea {
	color: #000066;
	background-color: #FFcccc;
	border: thin solid #000000;
}
.button {
	background-color: #CCCCCC;
}
input:focus,textbox:focus,textbox:focus,textbox:focus,textarea:focus {
	color: #FFFFFF;
	background-color: #990000;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	
}
#context {
	position:absolute;
	width:230px;
	height:450px;
	z-index:5;
	left: 160px;
	top: 68px;
}


#conform {
	position:absolute;
	width:390px;
	height:450px;
	z-index:4;
	left: 410px;
	top: 80px;
}
#thankyou {
	position:absolute;
	width:610px;
	height:115px;
	z-index:1;
	left: 170px;
	top: 20px;
}
.style1 {font-size: 14px}
.style2 {font-size: 12px}










#navMenu {
    margin:0;
    width:auto;
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:30px;
 }

  #navMenu li {
    margin:0;
    padding:0;
    list-style:none;
    float:left;
    position:relative;
    background:#3180b8;
 }

  #navMenu ul li a {
    text-align:center; 
    height:30px;
    width:188px;
    display:block;
    color:#000;
    font-family:"Verdana", cursive;
	font-size: 11px;
	font-weight: bold;
    text-decoration:none;
    color:#FFF;
    border:1px solid #0c202c;
    text-shadow:1px 1px 1px #666; 
 }

  #navMenu ul ul {
    position:absolute;
    visibility:hidden;
    top:32px;
 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999; 
 }

  /**********************************************/

  /*sets top level hover color*/

  #navMenu li:hover {
   background:#666;
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {
    color:#fff;
    background:#CCC;
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {   
  color:#fff;
 } 
  
 /* Contains the Float */

 .clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

 /* IE7 Display Fix */  
 
 #navmenu #holder ul li {

  display: inline;     
 
 }
 

