body {
	margin:0px;
	padding:0px;
	font-family: georgia, times, "times new roman", serif;
	background-color:#0A5676;
}
#container {
	padding:35px 35px 0px 35px;
}
#main {
	background-color:#fff;
	padding:35px;
}
#left-sidebar
{
	text-align:right;
	width:25%;
	font-size:10pt;
	float:left;
}
#text {
	background-color:#F8FBFC;
	margin-left:26%;
	padding:10px;
}
.sidebar-header{
	font-weight:bold;
}
#container-footer{
	clear:both;
}
.tab{
	padding-left:25px;
}
.text-header{
	font-size:22pt;
	background-color:#EEF9FE;
	margin-bottom:20px;
}
#footer {
	font-size:10pt;
	color:white;
	text-align:center;
	padding:10px;
	clear:both;
}
a img {
	border-width:0px;
	border-left:5px solid blue;
}
.page_link {
}
.page_link .prev {
	text-align:left;
	margin-right:33%;
}
.page_link .next {
	text-align:right;
}
#text img {
	margin-top:10px;
	margin-bottom:10px;
}
.title
{
	font-size:22pt;
	background-color:#EEF9FE;
}
.subtitle
{
	font-size:16pt;
	font-weight:bold;
	margin-bottom:20px;	
}

.question {
	font-weight:bold;
	font-size: 12pt;
	font-style: italic;
	background-color:#EEF9FE;
}

.questions a {
	text-decoration:none;
}

.questions li {
	margin-top: 5px;
}
