body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: verdana, arial, sans serif;
}
td {
	font-size: 12px;
}
a {
	font-size: 12px;
	text-decoration: none;
}
h2 {
	text-align: center;
}
hr
{
	height: 0;
	border: 1.25px dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	color: #6F4C06;
	padding-top: 5px;
	margin-top: -4px;
	vertical-align: 1px;
}
#canvas {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
}
#content {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	background: url(/ipniweb/pnt.nsf/watermark.gif) no-repeat scroll 0%;
	background-position: top center;
	min-height: 550px;
}
#mastheadTitle {
	text-align: center;
	font-family: Arial, Verdana, sans serif;
	font-weight: bold; 
	font-size: 16px; 
	letter-spacing: 2px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#searchContainer {
	background: url(/ipniweb/pnt.nsf/search_test.jpg) no-repeat top right ;
	/*border-bottom: 1px dashed orange;*/
	padding: 0;
	margin: 0;	
	height: 40px;
}
#search {
	width: 200px;
	background-color: #E0E0E0;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#footer {
	height: 63px;
	background-image: url(/ipniweb/pnt.nsf/logo_padded.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 12px;
	vertical-align: bottom;
	padding-top: 14px;
	padding-left: 250px;
	
}
#meetings {
	vertical-align: top;
	cursor: default;
}
#meetings h3 {
	color: #6F4C06;
	border-bottom: 2px solid #6F4C06;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}
#meetings h4 {
	color: #6F4C06;
	margin-left: 25px;
	font-weight: bold;
	font-size: 12px;
}
#meetings p {
	margin-left: 50px;
}
#latestPubs {
	vertical-align: top;
}
#latestPubs h3 {
	color: #6F4C06;
	border-bottom: 2px solid #6F4C06;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}
#latestPres {
	vertical-align: top;
}
#latestPres h3 {
	color: #6F4C06;
	border-bottom: 2px solid #6F4C06;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}
#publicationIndex td{
	text-align: left;	
}
#publicationBody {
	margin: 20px;
}
#publicationDescription {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#publicationTitle {
	color: #0D6826;
	padding-bottom: 20px;
}
#publicationDetails {
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
#instructions {
	padding: 15px;
	margin: 0px;
	border-top: 2px solid #E0E0E0;
}
#instructions td{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	font-size: 10px;
	line-height: 14px;
}
a {
	color: #0D6826;
}
.imageCell {
	text-align: center;
	vertical-align: top;
	width: 120px;
}
.titleCell {
	text-align: left;
	vertical-align: top;
	width: 300px;
}
/**************************************************************

    Image Menu
    v 2.2

**************************************************************/


#imageMenu {
    position: relative;
    width: 950px;
    height: 145px;
    overflow: hidden;
}



#imageMenu ul {
    list-style: none;
    margin: 0px;
    display: block;
    height: 145px;
    width: 1000px;
    padding: 0px;
    }

#imageMenu ul li {
    float: left;
}

#imageMenu ul li a {
    text-indent: -1000px;
    background:#FFFFFF none repeat scroll 0%;

    cursor:pointer;
    display:block;
    overflow:hidden;
    width: 238px;
    height: 145px;
}

#imageMenu ul li.slice01 a {
    background: url(slice01.jpg) repeat scroll 0%;
}

#imageMenu ul li.slice02 a {
    background: url(slice02.jpg) repeat scroll 0%;
}

#imageMenu ul li.slice03 a {
    background: url(slice03.jpg) repeat scroll 0%;
}

#imageMenu ul li.slice04 a {
    background: url(slice04.jpg) repeat scroll 0%;
}

#imageMenu ul li.slice05 a {
    background: url(slice05.jpg) repeat scroll 0%;
}

.clear {
    clear: both;
}

/*************************************************************/

/*************************************************************/

/* moodalbox CSS */

div#mb_overlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}

div#mb_center, div#mb_bottom {
position: absolute;
left: 50%;
overflow: hidden;
background-color: #6F4C06;
}

div#mb_center {
background-color: #FFF;
}

div#mb_contents {
width: 400px;
height: 400px;
border: 10px solid #6F4C06;
overflow: auto;
background-color: #FFF;
visibility: hidden;
}

.mb_loading {
background: #DDD;
url(/ipniweb/pnt.nsf/loading.gif) no-repeat center center;
}

#mb_error {
font-size: 1.2em;
color: #CD0000;
font-weight: bold;
text-align: center;
padding: 0.5em;
font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
font-size: 0.8em;
}

div#mb_bottom {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #666;
line-height: 1.4em;
text-align: left;
border: 10px solid #6F4C06;
border-top-style: none;
}

a#mb_close_link {
display: block;
float: right;
width: 81px;
height: 24px;
background: transparent url(/ipniweb/pnt.nsf/closeButton.gif) no-repeat center;
margin: 5px 0;
}

div#mb_caption {
margin-right: 71px;
}

.tip {
	width:269px; 
	background:url(tip_bubble_text.png) left top repeat-y; 
}
.tip-top {
	background:url(tip_bubble_top.png) top left no-repeat; 
	height:7px;
	width:269px;
	font-size: 0px;
}
.tip-title {
	color:#E95E25; 
	font-weight:bold; 
	font-size: 12px;
	margin:0 10px 0 10px; 
}
.tip-text {
	color:#FFFFFF;
	font-size: 11px;
	padding:10px 10px 10px 10px; 
}
.tip-bottom {
	background:url(tip_bubble_bottom.png) left bottom no-repeat; 
	width:269px; 
	height:7px;
	font-size: 0px;
}

h4.toggler {
		 cursor: pointer;
		 font-size: 13px;
		 color: #0D6826;
		 margin: 0 0 4px 0;
		 padding: 3px 5px 1px;
		padding-top: 20px;
		border-bottom: 1px solid;
}



/* for Internet Explorer */
/*\*/
* html #content {
height: 550px;
}

