table#navbar {
    border-collapse: collapse;
}

table#navbar td {
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
}

table#navbar a {
    color: #5a5a5a;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
    cursor:hand; 
    text-decoration:none; 
    line-height: 30px;
}

table#navbar a:hover {
    color: #183a72;
}

table#navbar a.selected {
    color: #000000;
}

table#navbar a div {
    height: 30px; 
    width: 124px; 
    text-align: center; 
    background-image:url('/assets/images/menu.gif');
}

div#header {
    margin-left: 6px;
    margin-top: 10px;
}

div#header table#navbar {
    margin-top: 6px;
}

div.newsletter {
    margin-left: 40px;
    font-family: arial,helvetica,clean,sans-serif;
    color: #333333;
    font-size: 13px;
    margin-bottom: 80px;
}

div.newsletter div.contents {
    background-color: #E3E3E3;
    border: 1px solid #999999;
    margin-bottom: 30px;
}

div.newsletter div.contents p {
    margin-left: 10px;
}

div.newsletter div.event {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
