h2.welcome {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal; 
    color: #111;   
    font-size: 2em; 
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

p.welcome {
    width: 660px;   
}

div.LearnMoreBar {
    background-image: url('../images/welcome/LearnMoreBar.gif');   
    background-repeat: no-repeat;
    width: 660px;
    height: 30px;
    line-height: 30px;
}

div.LearnMoreBar ul {
    list-style: none;   
    padding: 0;
    margin: 0 10px;
}

div.LearnMoreBar li {
    position: relative;
    float: left;
    margin: 0 15px;   
}

div.LearnMoreBar li a {
    text-decoration: none;
    font-weight: bold;
    color: #0066cc;
}

div.LearnMoreBar li a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #0066cc;
}