body {
	float:			left;
	background-color:	#99CC99;
	font-family:		sans-serif;
	margin-top:		55px;
	margin-left:		20px;
	margin-right:		20px;
	padding-bottom:		55px
}

div.wrapper {
	width: 100%;
	margin: 0 auto
}

div.main {
	float:			left;
	width:			96%;
	background-color:	white;
	border-style:		solid;
	padding-top:		0px;
	padding-left:		20px;
	padding-right:		20px;
	padding-bottom:		20px
}

div.title {
	vertical-align:		middle;
	margin-bottom:		25px
}

div.break {
	height:			85px
}

img.globe {
	position:		relative;
	left:			-35px;
	top:			-50px;
	width:			144px;
	height:			144px;
	float:			left
}

span.point {
	font-weight:		bold
}

div.sidebar {
	float:			left;
	width:			200px;
	padding-right:		10px;
	border-right:		1px solid gray;
	font-size:		10pt
}

div.sbgroup {
	border:		1px solid gray;
	margin-bottom:		10px;
	background-color:	#DFEFDF;
	padding:		3px
}

div.sbgroup:first-line {
	color:       black;
	font-weight: bold;
	width:	     100%
}

div.main2 {
	padding-left:		225px
}

table.blanks tr td:first-child {
	vertical-align:	top;
	text-align:	right;
	font-weight:	bold
}

span.fact {
	font-weight: bold
}

div.spaced li {
  line-height: 1.5em;
  margin-top: .7em;
}

a:link, a:active, a:visited {
	color:			#0056B6;
	text-decoration:	none;
}

a:hover {
	color: #E08000;
	text-decoration:	underline;
}

