                body
                {
                        margin: 0;
                        padding: 0;
                        border: 4px solid #206A40;
                        font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
                        font-size: .8em;
                        background-color: #FFFFFF;
                        text-align: left;
                }

                #header
                {
                        padding: 5px 5px 5px 5px;
                        margin-bottom: 0px;
                        background-color: #FFFFFF;
                        height: 50px;
                        /*
                        background-image: url(images/HBI_LogoThinnerLongGreen.gif);
                        background-repeat: no-repeat;
                        background-position: 10% 50%;
                        */
                }

                #nav
                {
                        float: left;
                        width: 23%;
						margin-bottom: 10px
                        /*25
                        height: 150px;						
                        */
                        background-color: #FFFFFF;
                   
                }

                #content
                {
                        float: left;
                        margin-left: 3%;
                        width: 70%;
                         /* 5   61
                        height: 150px; 
						margin-bottom: 4.5%;
                        */
                        background-color: #FFFFFF;
						margin-bottom: 5.5%; 
                }

                #footer
                {
                        clear: both;
                        height: 20px;
                        background-color: #206A40;
                        color: #FFFFFF;
						text-align : center;
						line-height:23px;
                }

 					 #footer a 
					 {
						text-decoration: none; 
	 					color: #FFFFFF;
					}

				#footer a:hover 
					{
						color: #FF9006;	
					}
					
.question
	{
	background-color : Aqua;
	color : Red;
	font-family : Ravie;

}	