* {font-family: Arial, sans-serif}

a 
{
    color: #0000cc;
}

body
{
    margin: 0; 
    padding: 0;
}

div#body
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#column2
{
    float: left;
    width: 660px;
}

#column2int
{
    padding-left:1em;
}

div#logo_bar
{
    height: 79px;
}

div#session_details
{
    float:right;
    text-align: right;
    font-size: 10pt;
    padding-top: 20px;
}

div#top_icons a
{
    text-decoration: none;
    margin-left:1em;
}

div#top_icons a img
{
    border: 0;
}

#menu_bar
{
    padding: 0;
    margin: 0;
}

#menu_bar ul
{
    list-style-type: none;
}

#menu_bar ul li
{
    display: inline;
    margin-left: 1em;
    line-height:10%;
}

#menu_bar ul li a
{
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
}

#menu_bar ul li a:hover
{
    color: #900;
    border-bottom:2px solid #900;
}

#section_blurb
{
    height: 110px;
    padding-top: 5px;
    background-color: #f2f2f2;
    border-bottom: 1px dotted black;
}

#section_blurb p
{
    width:500px;
    font-size: 10pt;
}

div#footer
{
    border-top:1px solid #900;
    margin-top:1em;
    font-size: 12px;
    clear:both;
    padding-bottom:1em;
    margin-bottom: 1em;
}

div#footer a
{
    text-decoration: none;
}

h3
{
    font-size: 11pt;
}

#page_body
{
    font-size:10pt;
    margin-top: 1em;
}

span.item_heading
{
    font-weight: bold;
    color: #30437b;
}

div#upcoming_events_container {

    border-bottom:1px solid #777;
    background-color: #f2f2f2;
    margin-left: 3em;
    margin-top: 1em;
    padding: 1em;
    padding-left: 2em;
    width:400px
}

table#calendar td
{
    font-size:12px;color:#333333;
}

#section_menu
{
    float: left;
    width:140px;
}

#section_menu ul
{
    padding: 0;
    margin-left: 0;
    list-style-type: none;
}

#section_menu ul li.sublist
{
    padding-left: 10px;
}

#section_menu span.heading
{
    font-weight: bold;
}