@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #e2deae;
	line-height: 18px;
}

a:link, a:visited, a:active {
	color:#133495;
	text-decoration: underline;
}
a:hover {
	color:#0066CC;
	text-decoration:none;
}
h1 {
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	margin-bottom: 17px;

}
h2 {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}
p {
	margin-bottom: 30px;
}
p.event {
	background-color:#E5E5E5;
	border: 1px solid #cccccc;
	padding: 10px;
}
div.lineBreaker {
	margin-bottom: 60px;
}

#wrapper {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-bottom: 10px;
}

#header {
	width: 810px;
	height: 190px;
	overflow: hidden;
}

#content {
	width: 670px;
	background-image: url(/wellness/lp/quiz/images/mainContentBG.jpg);
	background-repeat: repeat-y;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#mainContent {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

table#quizTable {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#tips {
	text-align: left;
	width: 515px;
	margin-left: 6px;
	margin-top: 20px;
	/*padding: 10px;
	background-color: #efefef;
	border: 1px solid #cccccc;*/
}
#tips p {
	margin-bottom: 20px;
}
#anchorBox {
	margin: 10px 0px 60px 0px;
	padding: 5px 5px 6px 5px;
	background-color: #e5e5e5; 
	border: 1px solid #cccccc;
}
#anchorBox p { 
	 
	display: inline;
}
#anchorBox a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#bottom {
	width: 810px;
	height: 31px;
	background-image: url(/wellness/lp/quiz/images/bottom.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

