.space2 {
	display: block;
	float: left;
	margin-top: 200px;
	width: 100%;
	border-bottom:1px solid #E4E3E3; 
	height: 10px;
}

.space3 {
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

div.div-green{
	width: 80%;
}

div.div-green h2{
	background:url(/images/divider.png) 0 bottom repeat-x;
	margin-top: 170px;
	padding-bottom: 15px;
	font-size: 24px;
	font-family: 'robotoregular';
    margin-bottom: 10px;
	text-align:center;
}

div.div-green h3{
	background:url(/images/divider.png) 0 bottom repeat-x;
	padding: 0px 0 15px 0px;
	color:#005b24;
    margin-bottom: 10px;
	text-align: center;
}

div.div-green h4{
    border-bottom:1px solid #E5E5E5;
	margin-right: 700px;
	margin-bottom: 15px;
}

div.div-green h5{
	color: #000;
	font-family: 'robotoregular';
    font-size:13px;
	text-align: center;
}

div.div-green h6{
    font-size:16px;
	font-family: 'robotoregular';
	color:#184486;
	margin-top: 7px;
	margin-bottom: 25px;
}

div.div-green p{
	padding-right:10px;
	padding-top: 5px;
	text-align:justify;
}

div.content-div-page{
    width: 370px;
	float: left;
	display: block;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	border: 1px solid #005b24;
    display: block;
}

div.content-div-page h3{
    text-align: center;
    font-family: 'robotoregular';
    font-size:16px;
    color: #000000;
    margin-bottom: 5px;
    padding: 5px 0 8px 10px;
}

div.content-div-page p{
	text-align: justify;
	font-size: 14px;
    margin:0;
    padding: 5px 8px 8px 10px;
}

div.content-div-page img{
    border:0;
}

div.content-div-page ul{
    margin:0;
    overflow:hidden;
    padding:15px 12px;
}

div.content-div-page li{
    float:left;
    font-size:13px;
    color:#000000;
    border:0;
    padding:0 6px;
    font-family: 'robotoregular';
}

div.content-div-page li a{
    font-size:13px;
    color:#000000;
    border:0;
    padding:5px 12px;
    cursor:pointer;
    font-family: 'robotoregular';
}


a{
    text-decoration: none;
	    color:#000000;
}

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