/* Use this CSS File to override the default CSS AND make all of your changes here to make sure that you can backup this file and override the new one with it in case of an update */

.your-class {font-size:14px;}

#your-id {font-size:14px;}

#header {
	background-image: none;
	background-color: #ECF5F6;
}

#main {
    padding: 0 0 0 0;
    background-color: #ECF5F6;
}

#slider {
	border-bottom: 0px;
}
.widearea-grey {
  background-image: none;
  background-color: #ECF5F6;
  color:#000;
}

.widearea-grey h1, .widearea-grey h2, .widearea-grey h3, .widearea-grey h4, .widearea-grey h5, .widearea-grey h6 {
	color: #000;
}

#sitetitle h1 {
    color: #4B5D5F;
    font-size: 25px;
    line-height: 34px;
}

#sitetitle {
    border-bottom: none;
}


.fully .toggle-title a {
	color: #322c2b;
	background: #9B78CA;
	}

.toggle-content .toggle-inner {
	padding: 20px 0 20px 20px;
}

a, a:hover, a:active, a:focus {
	color: #000;
}
#footer {
    padding: 25px 0 0 0;
    background: #ECF5F6;
    border-top: 0 solid #ECF5F6;
    color: #606060;
}

/*.moduletable.well-template {
    background-color: #c98fc4;
    border: 01px solid #c98fc4;
    
}*/
