@charset "utf-8";

/*-------------------------- General formatting -------------------------- */

body  {
	font: 					100% Georgia, "Times New Roman", Times, serif;
	background: 			#EAEAEA;
	margin: 				0; /* good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 				0;
	text-align: 			center; /* this centers the container in IE 5* browsers. */
	color: 					#000000;
}

#container { 
	width: 					800px;  
	background: 			#FFFFFF;
	margin: 				0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 				1px solid #BFBFBF;
	text-align: 			left; /* this overrides the text-align: center on the body element. */
	z-index : 				50;
} 

.imageleft {
	margin: 				10px 0px 0px 10px;
	/*border-color: 			#666666;
	border-width: 			1px;
	border-style: 			solid;*/
}

.imagedivider {
	margin: 				10px 10px 10px 10px;
	/*border-color: 			#666666;
	border-width: 			1px;
	border-style: 			solid;*/
}


/*-------------------------- Text formatting -------------------------- */

h1 {
	font-family: 		Arial Unicode MS, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 			1.5em;
	font-style: 		normal;
	line-height: 		30px;
	font-weight: 		400;
	font-variant: 		normal;
	color: 				#CC6600;
	text-align: 		left;
	margin:				10px 10px 10px 10px;
	padding: 			0px 0px 0px 0px;

}

h2 {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			1.2em;
	font-style: 		normal;
	line-height: 		30px;
	font-weight: 		400;
	font-variant: 		normal;
	color: 				#CC6600;
	text-align: 		left;
	margin:				10px 10px 10px 10px;
	padding: 			0px 0px 0px 0px;
}

h3 {
	font-family: 		Arial Unicode MS, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 			1em;
	font-style: 		normal;
	line-height: 		27px;
	font-weight: 		400;
	font-variant: 		normal;
	color: 				#CC6600;
	text-align: 		left;
	margin:				0px 10px 10px 10px;
	padding: 			0px 0px 0px 0px;
}

.general {
	font-family: 		Arial Unicode MS, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 			0.75em;
	font-style: 		normal;
	line-height: 		20px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#666666;
	text-align: 		left;
	margin:				5px 0px 10px 0px;
	padding: 			0px 10px 0px 10px;

}

.generallist {
	font-family: 		Arial Unicode MS, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 			0.75em;
	font-style: 		normal;
	line-height: 		23px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#666666;
	text-align: 		left;
	padding-right: 		10px;
	padding-left: 		10px;
	padding-top: 		3px;
	padding-bottom: 	3px;
}


.generalfeedback {
	font-family: 		Arial Unicode MS, Arial Black, Arial, Helvetica, sans-serif;
	font-size: 			0.75em;
	font-style: 		italic;
	line-height: 		23px;
	font-weight: 		100;
	font-variant: 		normal;
	color: 				#666666;
	text-align: 		left;
	padding:            3px 10px 3px 10px;
}

.quote {


	font-family: 		"Times New Roman", Times, serif;
	font-size: 			1em;
	font-style: 		italic;
	color: 				#666666;
	text-align: 		left;
	padding: 			.3em 1em 0.1em 0.3em;
}

strong a {
	font-weight:normal;
	color: #666666;
	text-decoration:none;}






/*-------------------------- Text formatting -------------------------- */