body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #222222;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: lighter;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

#footer, .push {
	height: 30px; /* .push must be the same height as .footer */
}

#chips {
	margin: 0px;
	padding-right: 10px;
}

}
#logo {
	padding-left: 100px;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	color: #ffffff;
	float: left;
	width: 100%;
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 10pt;
	white-space: nowrap;
}

#navcontainer ul li { 
	display: inline; 
	white-space: nowrap;}

#navcontainer ul li a
{
	padding: 0.2em 1em;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #cccccc;
	white-space: nowrap;
}

#navcontainer ul li a:hover
{
	background-color: #6699ff;
	color: #ffffff;
}

#navcontainer h3, h3 a {
	font-size: 0px;
	font-size: 0pt;
	text-decoration: none;
	color: #666666;
	visibility: hidden;
}

.minimenu, a.minimenu {
	font-size: 12pt;
}

#banner {
	width: 100%;
	height:150px;
	margin: 0px;
	padding: 0px;
	background-color: #FF0084;
	font-family:'trebuchet ms', Helvetica, sans-serif;
	font-size: 16pt;
	color: #000000;
}

#content  {
	color: #cccccc;
	padding-top: 25px;
	padding-bottom: 50px;
	font-weight: lighter;
	font-size: 12pt;
	height: auto;
}

#content h1 {
	font-size: 18pt;
	font-family: 'trebuchet ms', Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px #FF0084 solid;
}

#content h2 {
	font-size: 14pt;
	font-family: 'trebuchet ms', Helvetica, sans-serif;
	color: #6699ff;
	font-weight: bold;
}

#content   a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0063dc;
	text-decoration: none;
}
#content   a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #6699ff;
}

#content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FF0084;
	text-decoration: none;
}

#content li {
	list-style: disc;
	font-size: 11pt;
}

#content td {
	vertical-align: top;
}

#footer {
	font-family: 'Trebuchet ms', Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
	text-align:center;
	width: 100%;
	background-image: url('images/bg-bottom.gif');
	background-repeat: repeat-x;
	height: 30px;
}

#features {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #cccccc;
}

.answers {
	font-family: 'Trebuchet ms', Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #aaaaaa;
