*
{
    margin:        0px;
    padding:       0px;
}

html
{
    height:        100%;
}

body
{
    background:    #a9d0f5;
    font-size:     12px;
    color:         #240f02;
    font-family:   Verdana, Arial, Helvetica, sans-serif;
    height:        100%;
}

#wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

#footer, #push
{
    height: 2em;
}

li
{
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1em;
}

table.homepage
{
    border-collapse: collapse;
    min-height:      100%;
    height:          100%;
    width:           100%;
}

tr.head
{
    background:      #2E9AFE;
    height:          125px;
    padding-left:    25px;
    padding-bottom:  10px;
}
td.headlogo
{
    height: 125px;
    width: 150px;
    vertical-align: center;
    text-align: center;
}
td.headtext
{
    text-align: left;
}
div#head2
{
    font-size:       xx-large;
    font-weight:     bold;
    padding:         10px;
    padding-left:    15px;
}
div#head3
{
    font-size:       x-large;
    padding-left:    65px;
}

td.menu
{
    background: #2E9AFE;
    width: 150px;
    vertical-align: top;
    color: black;
}
td.menu a:link, a:visited
{
    color: black;
}
table#menu
{
    width: 100%;
    height: 100%;
}
div.menu
{
    height: 100%;
}
div.menuUNSelected
{
    text-align: left;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #2E9AFE;
    border-radius: 12px;
    -moz-border-radius: 12px;
}
div.menuUNSelected:hover
{
    background: #a9d0f5;
}
div.subMenuUNSelected
{
    text-align: left;
    margin-left: 15px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #2E9AFE;
    border-radius: 12px;
    -moz-border-radius: 12px;
}
div.subMenuUNSelected:hover
{
    background: #a9d0f5;
}
div.menuSelected
{
    text-align: left;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #2E9AFE;
    border-radius: 12px;
    -moz-border-radius: 12px;
    background: #a9d0f5;
}
div.subMenuSelected
{
    text-align: left;
    margin-left: 15px;
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #2E9AFE;
    border-radius: 12px;
    -moz-border-radius: 12px;
    background: #a9d0f5;
}
td.menupushtop
{
    height: 100%;
}

td.content
{
    vertical-align: top;
    line-height: 200%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
}

.content ul
{
    padding-left: 20px;
}

td.menufoot
{
    background: #2E9AFE;
    width: 150px;
    vertical-align: bottom;
}

.historyentry
{
    line-height: 120%;
    padding-top: 20px;
}
.history a:link, a:visited
{
    color: blue;
}

.paragraphs p
{
    line-height: 150%;
    padding-bottom: 20px;
}

div.restaurants ul
{
    list-style-type: none
}

div.restaurants li
{
    line-height: 120%;
    padding-top: 10px;
}

div.aboutindex
{
    font-size: 125%;
}

div.aboutindex li
{
    padding-bottom: 10px;
}

div#homepagecenter
{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;

    font-size: 150%;
}

div#homepagecenter p
{
    padding-bottom: 1em;
}

table.schedule
{
    padding-top: 2em;
}

table.schedule td.date
{
    padding-bottom: 10px;
    border-top:     1px solid black;
    font-size:      150%;
}

table.schedule td.panelists
{
    text-align: center;
    vertical-align: top;
    font-style: italic;
    line-height: 120%;
    padding-bottom: 15px;
}

table.schedule td.panelists p
{
    padding-bottom: 0.5em;
}

table.schedule td.paneltopic
{
    font-weight: bold;
}

table.schedule td.panelspacer
{
    width: 5em;
}

table.schedule td.paneldesc
{
    padding-bottom: 15px;
    vertical-align: top;
}

p.seminarbio
{
    padding-bottom: 2px;
    font-size: 125%;
}

p.seminartext
{
    padding-left: 20px;
}

