/* Page Structure
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 78%;
	line-height: 12pt;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#content {
	vertical-align: top;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 12px;
	line-height: 18px;
	padding-bottom: 4px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}


li {
	list-style-type: square;
	padding-bottom: 3px;
}


td#header {
	background-color: #000000;
	background-repeat: no-repeat;
	background-image:  url(images/headers/header_title.jpg);
	width: 750px;
	height: 70px;
	margin-top: 0;
	background-position: center;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td#headerinside {
	background-color: #000000;
	background-repeat: no-repeat;
	background-image:  url(images/headers/header_title.jpg);
	width: 750px;
	height: 70px;
	margin-top: 0;
	background-position: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9C1;
}

td#headerimage {
	background-color: #000000;
	height: 150px;
	margin-top: 0;
	background-position: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6B6015;
}


#sidebar {
	background-image: url(images/misc/sidebar_line.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#sidebartext p {
	color: #333333;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-right: 18px;
	font-size: 90%;
	line-height: 1.5em;
}

.sidebarheading {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #CCCCCC;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	width: 180px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

#sidebar p {
	color: #333333;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-right: 18px;
	font-size: 90%;
	line-height: 1.5em;
}

/* Images
----------------------------------------------- */


.photol {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	margin-right: 10px;
	float: left;
}
.photor {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	padding: 8px;
	margin-left: 10px;
	float: right;
	border: 1px  solid #cccccc;
}

.photolb {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	padding: 4px;
	margin-right: 10px;
	float: left;
	border: 1px  solid #cccccc;
}

.photorb {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	margin-left: 10px;
	float: right;
}

.photoc {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 85%;
	line-height: 1.2em;
	padding: 4px;
	border: 1px solid #999999;
}

.cite {
	font-size: 90%;
	line-height: 11pt;
}

div#pdflink {
	margin: 0;
	font-size: 92%;
	padding-top: 50px;
}

.authors{
	font-size : 90%;
	line-height: 12pt;
}

#footnote{
	font-size : 90%;
	line-height: 16pt;
	width: 300px;
	margin: 20px;
}

.smalltext {
	font-size : 85%;
}

/* Headings
----------------------------------------------- */


h1 {
	margin: 0;
	padding: 0;
	color: #AFA886;
	font-size: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-color: #AFA886;
	margin-top: 18px;
	margin-bottom: 12px;
	font-weight: bold;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 6px;
	line-height: 1.3em;
}

h2 {
	margin: 0;
	padding: 0;
	color: #6B6015;
	font-size: 110%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 3px;

}

h3 {
	margin: 0;
	padding: 0;
	color: #6B6015;
	font-size: 100%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	padding-top: 2px;
	padding-bottom: 3px;

}

.tableheading {
	color: #6B6015;
	font-size: 95%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	padding-left: 20px;

}


/* Table
----------------------------------------------- */


th{
	font: bold 85% arial, sans-serif;
	text-align: left;
}

th.c{
	font: bold 85% arial, sans-serif;
	text-align: left;
	padding: 6px;
}

th.l{
	font: bold 85% arial, sans-serif;
	text-align: left;
	padding: 6px;
}

th.r{
	font: bold 10pt arial, sans-serif;
	text-align: right;
	padding: 6px;
}

td.bodyl{
	font: 85% arial, sans-serif;
	text-align: left;
	line-height: 11pt;
	padding: 6px;
}
td.bodyc{
	font: 85% arial, sans-serif;
	text-align: left;
	line-height: 10pt;
	padding: 6px;
}

td.bodyr{
	font: 85% arial, sans-serif;
	text-align: right;
	padding: 6px;
}



/* Links
----------------------------------------------- */


a:link {
	color: #6B6015;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #6B6015;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}



/* Main Navigation
----------------------------------------------- */


td#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
	width: 100%;
	font-weight: bold;
	text-align: center;
}

td#nav ul {
	margin: 0;
	padding: 8px;
	list-style: none;
}

td#nav li {
	display: inline;
	font-size: 95%;
	margin: 0;
	white-space: nowrap;
}

td#nav li a {
	padding: 8px;
	font-weight: bold;
	border-right: 1px solid #F9F9C1;
	color: #F9F9C1;
	text-decoration: none;
}

td#nav a:hover, td#current {
  	color: #FFFFFF;
  	background: #6B6015;
	border-right: 1px solid #F9F9C1;
	padding: 8px;
  }

td#nav #home a { 
	border-left: 1px solid #F9F9C1; 
}


/* Left Navigation
----------------------------------------------- */


.left {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.left ul {
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	list-style: none;
	text-decoration: none;
}
.left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}
.left a {
	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
	background-color: #FFFFFF
}
.left a:link, .left a:visited {
	color: #6B6015;
	background: #FFFFFF;
	text-decoration: underline;
	padding-left: 14px;
	padding-right: 6px;
}

.left a:hover {
	color: #333333;
	background: #FFFFFF;
	padding-left: 14px;
	padding-right: 6px;
	text-decoration: underline;
}


  /* Target Pests Headings
----------------------------------------------- */

.pestheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.pestheading ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}
.pestheading li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;

}
.pestheading a {
	font-weight: normal;
	text-decoration: underline;
	padding-top: 3px;
	padding-bottom: 8px;
	display: block;
	background-color: #FFFFFF
}
.pestheading a:link, .pestheading a:visited {
	color: #6B6015;
	background: #FFFFFF;
	text-decoration: underline;
	padding-right: 6px;
}

.pestheading a:hover {
	color: #333333;
	background: #FFFFFF;
	padding-right: 6px;
	text-decoration: underline;
}



/* Footer Elements
----------------------------------------------- */

#footer {
	padding: 20px 0px 6px;
	border-top: 1px solid #999999;
	margin: 0px;
	font-size: 90%;
	line-height: 1.5em;
}


/* Borders
----------------------------------------------- */
.rightborder {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #AFA886;
}

.sidebarborder {
	border-right-width: 1pt;
	border-right-style: solid;
	border-right-color: #AFA886;
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #AFA886;
}

.leftborder {
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #999999;
}

.whiteborder {
	border-top-width: 2pt;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.topborder {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #333333;
}

.bottomborder {
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

  /* Footer
----------------------------------------------- */

.footer {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 85%;
	line-height: 12pt;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #8A8A8A;
}


/* Images
----------------------------------------------- */

img {
	border: 0;
}

td.img{
	text-align: left;
}

td.imgc{
	text-align: center;
}


/* Print Elements
----------------------------------------------- */

.showprint {
	display: none;

}

#footerprint {
	display: none;
}

#headerprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	display: none;
}

#headerprint h1{
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
	display: none;
}

div#url {
	font-family: "Courier New", Courier, mono;
	display: none;
}

