/*
    Red:        #ed2325;
    Dark Blue;  #324da1;
    Med Blue:   
    Dark Gray:  #959595;
    Med Gray:   #dadada;
    Light Gray: #fafafa;
*/

body
{
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: small;
    padding: 10px;
    margin: 0px;
    text-align: center;
    color: #595959;
}

div.prop 
{
    height: 250px;
    width: 1px;
    float: right;
}

div.container 
{
    width: 900px;
    margin: 0 auto;
}

div.header
{
    text-align: left;
    clear: both;
    margin-bottom: 20px;
}

div.nav
{
    padding: 0px;
    float: left;
    /*background-color: rgb(218,218,218);*/
    margin-right: 10px;
    height: 500px;
    margin-top: 0px;
}

body.nav
{
    padding: 0px 0px 0px 0px
}

ul.nav
{
    list-style-type: square;    
    text-align: left;
}

li.nav
{
    color: #2E326B;
    font-weight: bold;
    font-size: small;
    font-family: Arial;
}

/* NOTE: Might need to adjust iFrame height to make nav bar look right */
td.nav
{
    padding: 0px 5px 0px 0px;
    margin: 0px;
    background-color: rgb(218,218,218);
    border-collapse: collapse;
}

ul.nav a
{
    color: rgb(0,46,88);
    text-decoration: none;
    line-height: 1.75em;
}

ul.nav a:hover
{
    color: #999999;
}

div.content
{
    width: 610px;
    border-right: 10px solid #959595;
    border-style: none solid none none;
    margin-bottom: 20px;
    padding-right: 10px;
    float: left; 
    text-align: left;
}
  
.content a
{
    color: #333333;
    text-decoration: underline;
}
.content a:hover
{
    color: #999999;   
}

div.footer
{
    background-color: #dadada;
    padding: 10px 0px 10px;
    margin: 25px 0px 20px 0px;
    color: #666666;
    clear: both;
    font-style: italic;
    font-size: .8em;
    text-align: center;
    clear: both;
}

p.sponsor-logo
{
    float: right;
    padding: 10px 0px 10px 10px;
}

h1
{
    background-image: url(../images/h1-bg.png);
    margin-bottom: 0px;
	font-size: 14pt;
}

h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    border-width: 0px 0px 2px 0px;
    border-color: #273C72;
    border-style: solid;
    letter-spacing: normal;
    color: #273C72;
} 

h3
{
    margin: 10px 0px 5px 0px;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    font-family: Arial;
}

.highlight
{
    color: #5E9D9C;
}
a.highlight
{
    color: #678D94;
}

p.speaker 
{
    font-weight: bold;
    margin-bottom: 10px;
}

p.meetingdate
{
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
}

p.warning 
{
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    color: red;
}

.subwarn 
{
    font-weight: normal;
    font-size: 10pt;
    color: rgb(0,46,88);
    font-style: italic;
}

p.topic
{
    font-size: 11pt;
    font-weight: bold;
    color: #324da1;
    margin-bottom: 5px;
}

p.author
{
    font-style: italic;
    margin-bottom: 5px;
}

p.quote 
{
    text-align: right;
    font-style: italic;
}


.reservations 
{
    font-weight: bold;
    text-align: center;
}

table.meetinginfo
{
    width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
}

td.meetinginfo
{
    border-style: solid;
    border-color: #dadada;
    border-width: 2px 0px 2px 0px;
    padding: 2px 10px 2px 10px;
}

th.meetinginfo
{
    color: white;
    background-color: #273C72;
    padding: 1px;
    margin: 1px;
    text-align:center;
    border-style: solid;
    border-color: #dadada;
    border-width: 2px 0px 2px 0px;    
}

a.morelink
{
    font-weight: bold;
    font-style: italic;
}

