

body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    padding: 10px;
    margin: 0px;
    background-color: white;
	color: black;
    background-image: url(bg.jpg);
    background-repeat: repeat-y;
    background-color: #acacac;
}

p, 
ul, 
ol 
{
	margin: 0px 0px 15px 0px;
    padding: 0px;
}

h1, h2, h3, h4
{
	margin: 0px 0px 5px 0px;
	text-align: left;
}


h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

h3
{
    font-size: 11pt;
    font-weight: bold;
    font-style: italic;
}

ol 
{
    padding: 0px 0px 0px 0px;
}


ul li
{
    padding: 0px;
    margin: 0px 0px 3px 16px;
}
 
ol li 
{
    padding: 0px;
    margin: 0px 0px 3px 25px;
}



table
{
    width: 100%;
    margin: 0px 0px 15px 0px;
}

th
{
    text-align: center;
    background-color: #dadada;
    padding: 2px;
}

td 
{
    border-style: solid;
    border-color: #eaeaea;
    border-width: 0px 0px 1px 0px;
    padding: 2px;
    vertical-align: top;
}

div.pagebody
{
	width:760px;
	position: relative;
	text-align: left;
    background-image: url(navbackground.png);
    background-repeat: repeat-y;
}

div.nav
{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 120px;
	padding: 10px;
    color: #2e3092;
    font-weight: bold;
    font-size: 13px;
}

div.nav a
{
    text-decoration: none;
    color: #2e3092; 
}

div.nav a:hover
{
    text-decoration: underline;
}

div.nav ul
{
    margin: 0px 0px 0px 3px;
    list-style-image: url(silverbullet.png);
}

div.nav ul li
{
    margin-bottom: 8px;
}

div.content
{
	padding: 10px 20px 15px 0px;
	margin: 0px 0px 0px 165px;
	width: 555px;
    min-height: 330px;
    background-image: url(content-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

/** Hack to get a mininum height on a div in IE */
div.prop 
{
    height:330px;
    float:right;
    width:1px;
}


div.footer
{
    height: 23px;
    background-image: url(region5footer.jpg);
	margin: 0px;
	padding: 8px;
	text-align: center;
}

p.by-line 
{
    font-style: italic;
}

p.listheader
{
    margin-bottom: 5px;
}

div.sidebar
{
    float: right;
    width: 220px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 10px;
    background-image: url(sidebar-bg-gray.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #dddddd;
}

div.sidebar h1
{
    background-image: url(sidebar-h1-blue.jpg);
    background-repeat: no-repeat;
    padding: 2px 10px;
    text-align: center;
    color: white;
    font-size: 10pt;
}

div.sidebar p
{
    margin: 0px 10px 5px;
}
    
td.meetingdate 
{
    width: 100px;
    font-style: italic;
}

    

td.confdate
{
    width: 140px;
    font-style: italic;
}


