﻿	*
	{
		margin:0px;
		padding:0px;
		border:0px;
	}
	html 
	{
	 overflow: auto;
	 }
	a
	{
		text-decoration:none;
	}

	body 
	{
		font-family:  Helvetica, Arial,sans-serif;
		font-size:11px;
		color:#666e74;
		background-color: #c0c0c0;
		}
	H1
	{	
		font-size:16px;
		font-weight:bold;
	}
	.headerLink
	{
		font-size:10px;
		font-weight:bold;
		color:#4d5e70;
		text-decoration:none;
		margin:0px 18px 12px 0px;
	}

	.navBar 
    {
		width:190px;
	}

	.navBar ul 
	{
		width:190px;
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.navBar li 
	{
		font-size:11px;
		margin: 0;
		border-top:solid 1px #90a0af;
		border-bottom:solid 1px #90a0af;
		}
	.navBar li a 
	{
		width:auto;
		height:20px;
		display: block;
		padding: 4px 0px 0px 4px;
		border-left: 15px solid #4d5e70;
		background-color: #4d5e70;
		color: #fff;
		text-decoration: none;
		}
	.navBar li a:hover {
		border-left: 15px solid #ffffff;
		background-color: #ffffff;
		color: #cc0033;
		}
	.belowNav
	{
		background-color:#e2e7e9; 
		width:190px;
	}
	.prizeDescription
	{
		width:350px;
		margin-left:117px;
		font-size:14px;
	}
	.rulesLink
	{
		color:#666e74;
		text-decoration:underline;
	}
	.header
	{
		text-align:left; 
		width:190px;
	}
	.content
	{
		text-align:left; 
		margin-bottom:16px;
		border-bottom:solid 1px #d6d6d6;
		width:100%;
	}
	.footer
	{
		font-size:10px;
		text-align:left; 
		margin-bottom:40px;
		width:100%;
	}
	.footer td
	{
		color:#999999;
	}
	.footer a 
	{
		text-decoration:none; 
		color:#999999;
	}
	.checkboxes
	{
		margin-left:5px;
	}
	.questions
	{
		margin-bottom:18px;
		font-weight:bold;
		font-size:11px;
		font-family:Verdana;
	}
	.answers
	{
		margin-bottom:27px;
		font-size:10px;
		font-family:Verdana;
	}