body {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.head { background: #12752D url(http://chaotic-flow.com/media/logo.png) no-repeat;
		width: 800px;
		height: 136px;
		overflow: hidden;
		margin: 0px;
}
.head h1 {
	text-align: right;
	color: #EC5C00;
	margin: 10px 20px 0 200px;
	font-family: times, georgia, garamond, serif;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}

.head h2 {
	text-align: right;
	color: #FFFFFF;
	height: 59px;
	margin: 0px 20px 0px 200px;
	font-family: arial;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}	

.head h3 {
	text-align: right;
	color: #000000;
	margin: 0px 20px 5px 200px;
	font-family: arial;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.head h3 a {
		color: #0000FF;
}

.instructions {
	padding: 15px 10px 0px 10px;
	background-color: #F2FDF5;
	width: 780px;
}

.instructions div{
	background: #F0F0FF;
	text-align: justify;
	color: #000000;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	margin: 0px;
	border-style: outset;
	border-color: #0C501F;
}
.instructions p  a {
	color: #0000FF;
}

.question_table {
	background-color: #F2FDF5;
	width: 790px;
	padding: 0px 5px 15px 5px;
	margin: 0px;
}

.question_table .question td{
	font-family: calibri;
	padding: 20px 5px 2px 5px;
	border-bottom-color: #0C501F;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-style: solid;
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.question_table .answer td{
	font-family: calibri;
	background-color: #DAFAE2;
	border-bottom-color: #DFDFDF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 4px 5px 4px 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.quiz_results {
	padding: 0px;
	margin: 0px;
	border-top: #12752D 1px solid ;
	width: 800px;
/*	background-color: #F2FDF5;  */
	background-color: #FFFFFF;  
/*	background-color: #13A155;  */
}

.advantage_type_result {
	background-color: #DAFAE2;
	text-align: center;
	border-left: #12752D 1px solid ;
	border-right: #12752D 1px solid ;
	border-bottom: #12752D 1px solid ;
	border-top: none;
}

.advantage_type_result  h1{
	padding: 5px 20px 5px 20px;
	margin: 20px 0px 0px 0px;
	background-color: #12752D;
	color: #FFFFFF;
	font-family: calibri;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.advantage_type_result  h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

.question_result {
	background-color: #FFF2EA;
	border: #EC5C00 1px solid ;
	margin: 0px 0px 40px 0px;
}

.question_result h1 {
	padding: 2px 20px 2px 20px;
	margin: 0px;
	background-color: #FFA062;
	color: #000000;
	font-family: calibri;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.question_result h3 {
	padding: 2px 20px 5px 20px;
	margin: 0px;
	background-color: #FFF2EA;
	color: #000000;
	font-family: calibri;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

.question_result table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

a.tip {
	display: inline;
	text-decoration: none;
	color: #000000;
}

a.tip span  {
    	display: none;
}

a.tip:hover {
    color: #000000;
}

a.tip:hover span  { 
		display: inline; 
    	position: absolute; 
    	margin-top: 20px; 
    	margin-left: -10px; 
	    width: 250px; padding: 5px; 
    	z-index: 10; 
    	color: #000000; 
    	background: #F2FDF5;
		border: #12752D 1px solid;
    	font: 12px "Arial", sans-serif;
    	text-align: left; 
    	text-decoration: none;
}

a.charttip {

}

a.charttip img { 
		border:none;
		display:inline;

}

a.charttip span  {
    	display: none;

}

a.charttip span  img{
		border:none;

}

a.charttip:hover span  { 
		display: inline; 
    	position: absolute; 
    	margin-top: 40px; 
    	margin-left: -325px; 
	    width: 450px; 
		height: 150px; 
		border: #12752D 1px solid;
		z-index:10;

}

a.blogtip  {
	text-decoration: none;
	color: #FFFFFF;
}

a.blogtip span {
    	display: none;
		
}

a.blogtip:hover {
    	color: #EC5C00;
}

a.blogtip:hover span {
		display: inline;
    	position: absolute; 
		margin-top: 20px;
		margin-left: 10px;
	    width: 150px; padding: 5px; 
    	color: #000000; 
    	background: #F2FDF5;
		border: #12752D 1px solid;
    	font: 12px "Arial", sans-serif;
    	text-align: left; 
    	text-decoration: none;
		z-index:10;
}