body{
 background: #8cb0c7;
 padding: 0px;
 margin: 0px;
 font-family: verdana, arial, sans-serif;
 }
 
#headerShell{
 background: #dedede;
 }
#header{
 background: #ffffff;
 }
 
#logo{
 background: url(../images/woq-logo.gif);
 width: 156px;
 height: 120px;
 }

#domain{
 margin: 0px 0px 0px 5px;
 font-size: 36px;
 color: #000000;
 font-family: tahoma;
 }
 
 #title{
 font-size: 22px;
 color: #000000;
 padding: 0px 10px 10px 0px
 }

 #links{
	 padding: 10px;
	 font-size: 14px;
	 color: #000000;
 }

 #links a:link{color: #000000;}
 #links a:visited{color: #000000;}
 #links a:focus{color: #000000;}
 #links a:hover{color: #000000;}
 #links a:active{color: #000000;}

 .tabdiv{
  background: url(../images/tab-right.gif) no-repeat top right transparent;
  height: 26px;
  text-align: center;
  }
 .tabdivpad{
  padding-top: 4px;
  }
 
 #content{
 background: #d8f3ff;
 }
 
#bullets{
 border: 1px dotted #00064d;
 background: #b2e2f7;
 }
#bulletsTitle{
 font-size: 22px;
 color: #00064d;
 }
.bulletText{
 font-size: 18px;
 color: #00064d;
 }

#copy{
 padding: 0px;
 font-size: 14px;
 color: #00064d;
 }
#copyQuestion{
 font-size: 16px;
 font-weight: bold;
 }
 #start{
	 border: 0px;
	 background: url(../images/woq-button-front-start.gif);
	 width: 241px;
	 height: 112px;
	 cursor: pointer; /* hand-shaped cursor */
	 cursor: hand; /* for IE */
 }

 #email{
	 padding: 0px 0px 15px 20px;
	 color: #00064d;
	 font-weight: bold;
 }
 #email input{
	 width: 200px;
 }
.questionActive{
 background: #b2e2f7;
 }
 
.questionText{
 font-size: 16px;
 font-weight: bold;
 }
 
.qOptions{
 
 }
 
#next{
 border: 0px;
 background: url(../images/woq-button-quiz-continue.gif);
 width: 257px;
 height: 67px;
 }


