
#headerTitle h1 {
line-height:110px; 

background: rgb(107,186,112);
background: -moz-linear-gradient(top,  rgba(107,186,112,1) 10%, rgba(147,255,167,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(107,186,112,1)), color-stop(99%,rgba(147,255,167,1)));
background: -webkit-linear-gradient(top,  rgba(107,186,112,1) 10%,rgba(147,255,167,1) 99%);
background: -o-linear-gradient(top,  rgba(107,186,112,1) 10%,rgba(147,255,167,1) 99%);
background: -ms-linear-gradient(top,  rgba(107,186,112,1) 10%,rgba(147,255,167,1) 99%);
background: linear-gradient(to bottom,  rgba(107,186,112,1) 10%,rgba(147,255,167,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bba70', endColorstr='#93ffa7',GradientType=0 );



}

#headerTitle h1 img {
margin-left: 10px;
float:left; 
width: 130px;
height:130px;
}

#headerTitle {
    margin: 0 auto;
    padding: 0;
    text-align: center !important;
    width: 100%;
}
body{
background: rgb(218,239,224);
background: -moz-linear-gradient(top,  rgba(218,239,224,1) 100%, rgba(107,186,112,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,rgba(218,239,224,1)), color-stop(100%,rgba(107,186,112,1)));
background: -webkit-linear-gradient(top,  rgba(218,239,224,1) 100%,rgba(107,186,112,1) 100%);
background: -o-linear-gradient(top,  rgba(218,239,224,1) 100%,rgba(107,186,112,1) 100%);
background: -ms-linear-gradient(top,  rgba(218,239,224,1) 100%,rgba(107,186,112,1) 100%);
background: linear-gradient(to bottom,  rgba(218,239,224,1) 100%,rgba(107,186,112,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daefe0', endColorstr='#6bba70',GradientType=0 );
color: #014852;

}

#navbar li a {
color:#030F4E;
}