#link-main{
    color:white;
}

.seal-main {
    height: 6.5em; 
    margin-top:0.3em;
}

#intro-content {
    background: transparent url(../imgs/bkg90.png) no-repeat center;
    background-size:cover;
    padding: 1em;
    margin-top:1em;
    color:white;
    font-size:1.em;
    text-align:center;
    position:relative;
    left:50%;
    width:34em;
    margin-left:-17em;
    border-radius: 10px;
}

.intro-link {
    color:yellow;
} 

.content {
    position: relative;
    padding-top:2em;
    width:100%;
    margin: 0 auto;
    min-width:60em;
}

.content-left {
    margin-top:2em;
    position: relative;
    display:inline-block;
    float:left;
    width:40%;
    margin-bottom:3em;
}

.content-right {
    margin-top:2em;
    position: relative;
    display:inline-block;
    float:right;
    width:55%;
    margin-bottom:3em;
}

.main-menu {
    background: transparent url(../imgs/bkg80.png) no-repeat center;
    background-size:cover;
    color:white;
    position: relative;
    float:right;
    width:95%;
    max-width:32em;
    border-radius: 10px;
}

.menu-head {
    background: transparent url(../imgs/bkg50.png) no-repeat center;
    background-size:cover;
    padding:.3em;
    height:1em;    
    font-size:1.125em;
    font-weight: bold;
    text-align: center;
    border-radius: 10px 10px 0 0 ;
}

.menu-list{
    margin: 1em 0em 1em .3em;
    list-style-type: none;
}

li { 
    padding:.5em 1em .65em 0em;
}

.sub-menu-list{
    margin: 0em 0em 0em 0em;
    list-style-type: none;
}

sub-item { 
    padding:0em 0em 0em 0em;
}


.news { 
    background: transparent url(../imgs/bkg80.png) no-repeat center;
    background-size:cover;
    width:100%;
    overflow: auto; 
    color:white;
    position: relative;
    float:right;
    right:5%;
    padding-bottom:.5em;
    border-radius: 10px;
}

.news-head {
    background: transparent url(../imgs/bkg50.png) no-repeat center;
    background-size:cover;
    padding:.3em;
    text-align:center;
    height:1em;    
    font-size:1.125em;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.newsdate { 
    font-size:.7em;
    font-weight: bold;

}

.use-links {
    position:relative;
    background: transparent url(../imgs/bkg60.png) no-repeat center;
    background-size:cover;
    margin-top:1em;
    width:100%;
    min-width:60em;
    text-weight:bold;
    text-align:center;2
    font-size:1em;
    padding:.3em 0em .3em 0em;
    border-radius: 10px 10px 0 0 ;
}

