/* CSS Document */

body {
	font-size: 12px;
}

#Content {
	display: inline-block;
}

#Content a img {
	border: none;
}

#Content .home_container {
	/*display: table-row;*/
	width: 100%;
	clear: left;
}

#Content .home_container img {
	float: left;
	margin: 10px 10px 5px 0;
}

#Content .home_container p {
	margin-top: 10px;
}

#Content .left {
	float: left;
}

#Content .right {
	float: right;
}

#Content #ImageArea {
	width: 350px;
	float: right;
	/*margin: 10px 1.5% 10px 1.5%;*/
	text-align: center;
}

#Content>#ImageArea {
	/*margin-right: 3%;*/
}

#Content #ImageArea img {
	margin: 0 0 30px 0;
	border: ridge 10px #FFFF00;
	cursor: pointer;
}

#Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Content h1 {
	font-size: 22px;
}

#Content h2 {
	font-size: 18px;
}

#Content h3 {
	font-size: 16px;
}

#Content h4 {
	font-size: 14px;
}

#Content h5 {
	font-size: 12px;
}

#Content h6 {
	font-size: 10px;
}

#Content h2.question {
	font-size: 18px;
	color: #396;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0;
}

#Content p.answer {
	margin-left: 25px;
}

#Content ul.answer {
	margin-left: 75px;
	padding-left: 0;
}

.bold {
	font-weight: bold;
}
	