﻿.main {
    background: url("../images/home/bg1.png") repeat-x scroll;
    width: 100%;
}

.banner {
    height: 550px;
    margin: 0px auto;
    width: 980px;
}

.bannertext {
    color: #661864;
    float: left;
    font-size: 30px;
    height: 90px;
    left: 30px;
    position: relative;
    top: 32px;
    width: 600px;
}


.imgref {
    float: left;
    border: none;
    margin: 6px 20px;
}

.news {
    height: 80px;
    margin-bottom: 20px;
}

.newstext {
    overflow: hidden;
    font-weight: normal; 
    line-height: 1.7em;
    font-size: 20px;
    color: #454545;
}

.newstext a {
    color: #661864;
    text-decoration: none;
 }

.newstext a:hover {
    color: #26B0E0;
    text-decoration: underline;
}

.newstextheadline {
    color: #661864;
    font-size: 28px;
    font-weight: bold;     
    line-height: 1.3em;
    padding-top: 10px;
    text-decoration: none;
}

.newstextheadline a {
    color: #661864;
    text-decoration: none;
}

.newstextheadline a:hover {
    color: #26B0E0;
    text-decoration: underline;

}

.SIGNificantLogo {
    float: right;
    margin-top: 50px;
}