/* DEBUG */
/* div { border: 1px solid red; } */

/* color scheme based on #013784 */

body {
    background-color: #808080;
    color: #292929;

    font-size: small;
    font-family: Verdana, Arial, Geneva, sans-serif;
    
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;

    min-width: 760px;
}

#center {
    /* horizontal centering <http://bluerobot.com/web/css/center1.html> */
    margin: 0px auto;
    
    width: 760px;
    padding-bottom: 25px;
}

#container {
    /* padding-left: 30px; */  /* left column width */
    /* padding-right: 30px; */  /* right column width */
}

#container .column {
    /* column swapping <http://www.alistapart.com/articles/holygrail> */
    position: relative;
    float: left;
}

#header {
    margin-top: 15px;
    width: 625px;               /* 760 - padding */
    height: 80px;

    padding-top: 25px;
    padding-left: 135px;
    padding-bottom: 5px;
    
    background: #013784 url(header.jpg) top left no-repeat;
    color: white;
}

#header a:link { color: white; }
#header a:visited { color: white; }
#header a:hover { color: black; }
#header a:active { color: white; }

#header h1 {
    margin: 0px;
    font-size: 24px;
    line-height: 26px;
}

#nav {
    background-color: #013784;
    float: left;
    width: 100%;
}

#nav ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

#nav ul li {
    list-style: none;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

#nav a { border-bottom-style: none; }
#nav a:link { color: white; }
#nav a:visited { color: white; }
#nav a:hover { color: black; }

/*
#sidebar {
    width: 252px;
    margin-left: -484px;
    right: 282px;

    padding-right: 15px;

    border-right: 1px dotted black;
}

#sidebar h1 {
    margin-top: 0px;
    font-size: medium;
}

#sidebar h4 {
    margin-bottom: 0px;
}

#sidebar p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: smaller;
}

#footer {
}

#footer a {
}
*/

#content {
    width: 726px;               /* 760 - 2x padding - 2x border  */
    padding-left: 15px;
    padding-right: 15px;

    background-color: white;
    border-style: solid;
    border-color: #013784;
    border-width: 0px 2px 2px 2px;
}

#content h2 {
    color: #013784;
    border-bottom: 1px solid #013784;
    padding-left: 10px;
}

#content ul {
    list-style: square;
}

a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-decoration: none;
    border-bottom-color: #80B4FF;
    font-weight: bold;
}

a:link    { color: #013784; }
a:visited { color: #808080; }
a:hover   { color: black; background-color: #C0DAFF; border-bottom-color: #292929; }
a:active  { color: white; }

.program ul {
    margin: 0px;
}

.program ul li {
    margin-bottom: 5px;
}

.program .session {
    background-color: #80B4FF;
}

.program .break {
    background-color: #DDDDDD;
}

.program th {
    background-color: #BBBBBB;
    text-align: right;
}

.program td {
    background-color: #C0DAFF;

}

.program td, .program .session, .program .break {
    padding-left: 10px;
}
