html, body {
    background: #B2B2B2 url(images/background.gif) repeat-x;
    font: normal Verdana;
    color: #000;
    margin: 0px;
    height:100%;
    text-align: center;
}

#container { 
    background: #FFFFFF url(images/left_bar_pattern.gif) repeat-y; 
    width: 768px !important;
    min-height: 100% !important;
    border-left: #000000 solid 1px;
    border-right: #000000 solid 1px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

* html #container {
    height: 100%;
}

#logo {
    position: absolute;
    background: #000000;
    width: 150px;
    height: 150px;
}

#content {
    background: #FFFFFF;
    margin-left: 150px;
    padding: 25px;
}

#content .heading {
    color: #FBB03B;
    border-bottom: #000000 solid 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: arial;
    font-size: 1.4em;
}
#content .subheadings {
    margin-top: -3px;
    margin-bottom: 15px;
}

#content .subheadings a:link {
    color: #000000;
    text-decoration: none;
}

#content .subheadings a:visited {
    color: #000000;
    text-decoration: none;
}

#content .subheadings a:hover {
    color: #AAAAAA;
}

#content .subheading_cell {
    padding-right: 15px;
    font-weight: bold;
    font-size: 0.8em;
    font-family: arial;
    text-transform: lowercase;    
}

#content .body {
    text-align: justify;
}

#content .document_subsection {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.2em;
    color: #000000;
    border-bottom: solid 1px #000000;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 120px;
}

#content .agenda_day_header {
    font-weight: bold;
    font-size: 1.2em;
    color: #000000;
    background-color: #dddddd;
    padding: 5px;
    border: solid 1px #444444;
    margin-top: 25px;
}

#content .agenda_day_daypart {
    font-weight: bold;
    margin-top: 3px;
    margin-left: 0px;
}


#content .agenda_day {
    margin-bottom: 15px;
}

#content .agenda_day_item {
    margin-left: 20px;
}

#content table {
    margin: 0px;
    padding: 3px;
}


#navigation {
 position:absolute;
 margin:0px auto;
 top: 200px;
 width: 175px;
 color:#2E3192;
 z-index:1;
 margin-left:-26px;
 margin-bottom:0.5em;
}

#navigation .content,
#navigation .t,
#navigation .b,
#navigation .b div {
 background:transparent url(images/nav_box.png) no-repeat top right;
 _background-image:url(images/nav_box.gif);
}

#navigation .content {
 position:relative;
 zoom:1;
 overflow-y:hidden;
 padding:0px 12px 0px 12px;
 font-family: Arial;
 font-size: 0.9em;
 line-height: 2;
}

#navigation .content .wrapper {
    margin-left:30px;
    padding-top:20px;
}

#navigation .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:25px; /* top slice width */
 margin-left:0px;
 height:30px;

 background-position:top left;
}

#navigation .b {
 /* bottom */
 position:relative;
 width:100%;
}

#navigation .b,
#navigation .b div {
 height:25px; /* height of bottom cap/shade */
 font-size:1px;
}

#navigation .b {
 background-position:bottom right;
}

#navigation .b div {
 position:relative;
 width:25px; /* bottom corner width */
 background-position:bottom left;
}

#navigation .hd,
#navigation .bd,
#navigation .ft {
 position:relative;
}

#navigation a:link{
    text-decoration: none;
    color: #FFFFFF;
}

#navigation a:visited{
    text-decoration: none;
    color: #FFFFFF;
}

#navigation a:hover{
    color: #FF0000;
}

#navigation a:active{
    color: #F7931E;
}

#navigation span {
    color: #F7931E;
}
