/* CSS Document */

body {
	background-color:#B4D670;
	text-align:center;
	vertical-align:top;
	margin:10px 0 0 0;
	}

div.container {
	width:799px;
	text-align:center;
	border-bottom:1px solid #efaf52;
	}
	
div.body {
	width:799px;
	text-align:center;
	background-image:url(images/dietQuizBackground.png);
	background-repeat:repeat-y;
	}
	
div.content {
	width:799px;
	padding:10px;
	text-align:center;
	}
	
div.footer {
	width:679px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#006666;
	font-size:10px;
	padding-bottom:20px;
	}
	
p.mainContent {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	padding:0 60px 0 60px;
	margin:0 0 15px 0;
	}

p.quizAnswer {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:13px;
	line-height:16px;
	color:#333333;
	margin:0;
	}

td.quizQuestionCell {
	padding:1px;
	}

td.quizAnswerCell {
	padding:1px;
	}

p.introHeadline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:22px; 
	font-weight:bold;
	color:#3D006B;
	margin:0 0 7px 0;
	text-align:left;
	padding:0 60px 0 60px;
	}	
	
p.introHeadlineQuiz {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:22px; 
	font-weight:bold;
	color:#3D006B;
	margin:0 0 7px 0;
	text-align:left;
	}	

p.mainContentSubhead {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:15px;
	line-height:18px;
	color:#333333;
	font-weight:bold;
	margin:0 0 8px 0;
	}
	
p.mainContentIndent {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	padding-left:40px;
	padding-right:40px;
	}
	
p.mainContentNoIndent {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:12px;
	line-height:16px;
	color:#333333;
	margin:0 0 15px 0;
	}

p.quizQuestion {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif; 
	font-size:14px;
	line-height:17px;
	color:#006e91;
	font-weight:bold;
	margin:0;
	}

div.quote2 {
	width:200px;
	float:none;
	padding:5px;
	background-color:#d2ebc3;
	border:1px dotted #3D006B;
	}

a {
	color:#3D006B;
	}

