html {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	text-align: justify;
	color: #000000;
	font: 11px verdana, sans-serif;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	overflow-y: scroll;
}
a {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
img {
	border: 0px;
}
img.figure {
	border: 1px solid #000000
}
img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
}
ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	list-style:outside;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
p.figure 
{
    margin: 0.3em;
}
div.narrow-text {
	margin-right: 18px;
}
div.wrapper {
	width: 778px;
	margin: auto;
	text-align: left;
}
div.footer {
	color: #000000;
	margin: 14px;
	text-align: center;
}
div.box_center {
	background: url(assets/box_center.gif) repeat-y;
	clear:both;
}
div.box_top {
	background: url(assets/box_top.gif) no-repeat;
	clear:both;
}
div.box_bottom {
	background: bottom url(assets/box_bottom.gif) no-repeat;
	padding: 20px 25px 15px 42px;
	clear:both;
}
div.box_text {
	float: left;
	width: 700px;
	margin-bottom: 10px;
}
div.clear {
	clear: both;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}