html body{
	margin: 0 auto;
	padding: 0;
	background: #fff;
	width: 700px;
}
html{
}
div h1{
	margin: 0;
	padding: 0;
	background: #fff;
}
p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 90%;
	line-height: 1.3;
	font-family: 'lucida', sans-serif;
	background: #fff;
	color: #21546E;
}
p.firstpar{
	clear: both;
	margin: 10px;
	color: #21546E;
	background: #fff;
}
div.header {
	width: 700px;
	height: 150px;
}
div.header h1{
	width: 230px;
	height: 150px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
div.header span{
	position: absolute;
	background: #fff url(../img/logo.png) no-repeat center top;
	width: 230px;
	height: 150px;
	display: block;
	cursor: pointer;
}
.toggler {
	margin: 0;
	padding: 5px 5px;
	color: #21546E;
	text-align: left;
	font-size: 105%;
	font-weight: lighter;
	font-family: 'tahoma', 'lucida', sans-serif;
	cursor: pointer;
	display: block;
	padding-left: 45px;
	height: 25px;
	line-height: 25px;
	border-top: #fff 1px solid;
}
#one {
	background: #eee url(../img/one.png) no-repeat left;
}
#two {
	background: #eee url(../img/two.png) no-repeat left;
}
#three {
	background: #eee url(../img/three.png) no-repeat left;
}
#four {
	background: #eee url(../img/four.png) no-repeat left;
}
#five {
	background: #eee url(../img/five.png) no-repeat left;
}
#six {
	background: #eee url(../img/six.png) no-repeat left;
}
.element {
	margin: 0;
	padding: 0;
	margin-left: 35px;
	width: 665px;
	background: #fff;
}
.element div{
	margin-bottom: 20px;
}
.element p {
	padding: 5px;
	text-align: left;
	font-size: 95%;
	line-height: 1.5;
	font-family: 'lucida', sans-serif;
	background: #fff;
}
.element p#first {
	padding-top: 12px;
}
.element ul{
	margin: 5px;
	margin-top: 0;
}
.element li {
	color: #21546E;
	text-align: left;
	font-size: 95%;
	line-height: 1.5;
	font-family: 'arial', sans-serif;
}
div.footer {
	border-top: #fff 1px solid;
}
div.footer p {
	padding: 10px;
	background-color: #21546E;
	color: #fff;
	font: 'lucida', sans-serif;
	font-size: 70%;
	text-align: center;
}
div.footer p a {
	color: #fff;
}
div.imgbox {
	border-top: #fff 1px solid;
	height: 150px;
}
img.verde {
	float: right;
	padding: 7px;
}
small {
	font-size: 65%;
	font-family: 'lucida', sans-serif;
}

