
body{
 background: #f3f3f3;
 padding: 0px;
 margin: 0px;
 font-family: verdana, arial, sans-serif;
 }
 
#nav{
 width: 752px;
 height: 43px;
 background: url(images/woq-menu-bg.gif) no-repeat;
 text-align: center;
 }
 
#nav a{
 font-size: 15px;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
 font-family: helvetica, verdana;
 padding: 0px 10px 0px 10px;
 }
 
#nav strong a{
 font-size: 15px;
 font-weight: bold;
 color: #018cd7;
 text-decoration: none;
 font-family: helvetica, verdana;
 padding: 0px 10px 0px 10px;
 }
 
#content{
 width: 750px;
 border: 1px solid #bcbcbc;
 border-top: 0px;
 font-size: 14px;
 background: url(images/woq-content-cornerbg.gif) #FFFFFF no-repeat bottom right;
 }
 
#contentPadding{
 padding: 0px 65px 10px 55px;
 }
 
#content td{
 font-size: 14px;
 }

#nav a:link{color: #000000;}
#nav a:visited{color: #000000;}
#nav a:focus{color: #018cd7;}
#nav a:hover{color: #018cd7;}
#nav a:active{color: #018cd7;}

#nav strong a:link{color: #018cd7;}
#nav strong a:visited{color: #018cd7;}
#nav strong a:focus{color: #018cd7;}
#nav strong a:hover{color: #018cd7;}
#nav strong a:active{color: #018cd7;}

#quizzes td{
 font-size: 14px;
 }
 
#footer{
 text-align: center;
 font-size: 14px;
 line-height: 16px;
 font-family: tahoma;
 margin-top: 10px;
 color: #6e6e6e;
 }
 
#footer a{
 color: #018cd7;
 font-size: 14px;
 }
 
#footer span{
 font-size: 11px;
 color: #6e6e6e;
 }
 
#footer strong{
 color: #cfcfcf;
 }