/*
    Red:        #ed2325;
    Dark Blue;  #324da1;
    Med Blue:   
    Dark Gray:  #959595;
    Med Gray:   #dadada;
    Light Gray: #fafafa;
*/
body 
{
    background-image: url(../images/bg.png);
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10pt;
    padding: 10px;
    margin: 0px;
}

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

div.content
{
    min-height: 250px;
    width: 560px;
    margin: 0px 0px 0px 100px;
    background-color: #fafafa;
    padding: 10px 10px 20px 70px;
    background-image: url(../images/content-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0px 10px 0px 0px;
    border-color: #959595;
}

div.nav
{
	position: absolute;
	left: 3px;
	width: 170px;
	overflow: hidden;
	background-image: url(../images/nav-bg.png);
	margin: 10px 0px 0px 0px;
	top: 144px;
	height: 1381px;


}

div.nav ul
{
    list-style-type: square;
    margin: 0px 10px 10px 0px;
    padding: 10px 10px 20px 10px;
    background-color: #dadada;
    background-image: url(../images/blue-box.png);
    background-position: bottom left; 
    background-repeat: repeat-x; 
    font-weight: bold;
    font-size: 9pt;
}

div.nav a
{
    color: black;
    text-decoration: none;
}

div.nav a:hover
{
    text-decoration: underline;
}

div.masthead, 
div.footer
{
    width: 750px;
    background-image: url(../images/masthead-bg.png);
    overflow: hidden;
}

div.masthead div,
div.footer div
{
    background-color: white;
    padding: 5px 10px;
    margin: 0px 10px 10px 0px;
}

div.footer
{
	position: relative;
	top: -8px;
	left: 28px;

}

div.footer div
{
    background-color: #dadada;
    background-image: url(../images/red-squares1.png);
    background-position: center right;
    background-repeat: no-repeat;
}

div.masthead div
{
    background-image: url(../images/masthead-red-squares2.png);
    background-position: top right;
    background-repeat: no-repeat;
}    

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

h2
{
    border-width: 0px 0px 2px 0px;
    border-color: #605ca8;
    border-style: solid;
} 

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: 13pt;
    text-align: center;
    color: #ed2325;
}

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;
}


.subwarn 
{
    font-weight: normal;
    font-size: 10pt;
    color: black;
}

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


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

table tr th,
table tr td
{
    border-style: solid;
    border-color: #dadada;
    border-width: 2px 0px 2px 0px;
}

table tr th
{
    color: white;
    background-color: #324da1;
    padding: 3px;
    margin: 1px;
}

table td 
{
    padding: 3px 0px 3px 5px;
}

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