body{
    font-family:'Muli', sans-serif;
    font-size:12px;
    line-height:15px;
    color:#666666;
}
/* LINKS */
a{
	text-decoration:none;
	color:#ee7f00;
}
p{
    margin-bottom:15px;
}
em{
    font-style:italic;
}
/* HEADLINES*/
h1, h2, h3{
	color:#084c93;
	margin:0;
	line-height:100%;
	padding-top:2px;
}
h1{
	font-size:25px;
	line-height:30px;
	margin-bottom:15px;
}
h1 a{
	text-decoration:none;
	color:#ee7f00;
}
h2, .toggler{
	font-size:12px;
	text-transform:uppercase;
    margin-bottom:5px;
}
.toggler{
	color:#084c93;
	text-transform:none;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
}
#right h1{
	font-size:12px;
	margin:0;
	border-bottom:1px solid #fff;
	line-height:12px;
	padding:8px;
	text-transform:uppercase;
}
#right .ce_text{
	background:#fce5cc;
	margin-bottom:20px;
        -moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#right .ce_text.white{
    background:#fff;
}
#right .ce_text.blue{
    background:#E6EDF4;
}
#right .ce_text p{
	padding:8px;
	color:#084c93;
	margin:0;
}
#right .ce_text .image_container{
	padding:0 8px 4px 8px;
	margin-bottom:5px;
}
#right a{
	color:#084c93;
	text-decoration:underline;
}
#right ul{
	margin:0 0 17px 17px;
    list-style-type: square;
	color:#035ea5;
    padding:8px;
} 
#right ol{
	margin-left:17px;
	color:#035ea5;
    padding:8px;
}
h2 a{color:#084c93;}
#main ul{
	margin:0 0 17px 17px;
	list-style-type: square;
	color:#666666;
}
#main ol{
	margin-left:17px;
	color:#035ea5;
}
#main ol ol{
	margin-left:17px;
	list-style:lower-latin;
}
/* -------- PAGINATION -------- */
.pagination {
    margin: 25px 0 10px 0;
    clear: both;
    text-align: center;
}

.pagination ul {
    margin: 0 auto;
}

.pagination ul li {
    list-style-type: none;
    display: inline;
}

.pagination a {
    position: relative;
    top: 2px;
    padding: 4px 10px;
    background-color: #e6edf4;
    color: #666;
    font-weight: normal !important;
    -moz-border-radius: 6px;
}

.pagination span.current, .pagination a:hover {
    position: relative;
    top: 2px;
    padding: 4px 10px;
    border: none;
    color: #fff;
    background-color: #EE7F00;
    -moz-border-radius: 6px;
}