body {
	margin: 0px;
	padding: 0px;
	background-color: #adc9ad;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	/*background-image:  url(../../assets/peppers_pbg.gif);*/
	/*background-image:  url(../../assets/peppers_pbg.gif); /* */
}

/*font family for page*/
p, td, div, ul {
	font-family: "Verdana", Arial, sans-serif;
}


/*the main layout table*/
#mainTable {
	background-color: #fff;
}

/*Header div containing logo */
#header {
	border-bottom: 1px solid #666666;
	background-image:url(../board/images/header3.jpg);
	background-repeat:no-repeat;
	height:133px;
}

/*Footer Div */
#footer {
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #666666;
	padding: 16px 24px;
}
/*All paragraphs inside the Footer- Sets bottom margin only*/
#footer p {
	margin: 0 0 12px 0;
	height:auto;
}
/* Address tags inside footer- Turns off margins and default italics */
#footer address {
	margin: 0px;
	font-style: normal;
}
#footer a:link {
color: #FFFFFF;
}
#footer a:visited {
color:#FFFFFF;
}
#footer a:hover {
color:#FFFFFF;
}

/*The main content table cell*/
#mainCell {
	vertical-align: top;
	font-size: 14px;
	border-right: 2px dotted #CCCCCC;
	text-align: justify;
}
#mainCell a:link {
	color: #339900;
}
#mainCell a:visited {
	color: #339900;
}
#mainCell a:hover {
	color: #adc9ad;
}

/*The table cell containing the navigation system*/
#navCell {
	vertical-align: top;
}
/* All paragraphs inside the navcell div - for content below the menu system*/
#navcell p {
	font-size: 12px;
}

/* The sidebar table cell */
#sidebar {
	vertical-align: top;
	font-size: 12px;
	color: #333333;
	/* border-left: 1px solid #666666; */
	background-color: #ff9900; /* #ABD52C */
	/*background-image:url(images/staff_cellbg.gif);
	/*background-image:  url(../../assets/peppers_cellbg.gif); /* */
}
#sidebar a:link {
	color: #000000;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #ffffff;
}

/*All heading 2s in the sidebar*/
#sidebar h2 {color: #FFF;
font-size:18px;}

/*Where the h1 or h2 is the first element in a div or table cell - places them flush top*/
h1:first-child {margin: 0;}
h2:first-child {margin: 0;}

/* All h1 and h2 elements on page */
h1 {font-size: 24px;
text-align:left;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: none;
	/*/*/display: block; /* */
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #adc9ad;
}

/* The navigation Div*/
#p7TMnav {
	font-size: 11px;
	margin: 1em 0;
	color: #999999;
	width: 180px;
}

/*Top-level menuitem divs*/
/* sets a 6px bottom margin on top-level menu items*/
#p7TMnav div {
	margin: 0 0 6px 0;
}

/*Second-level menuitem divs*/
/* sets bottom margin back to zero and sets a left margin for indentation of child links*/
#p7TMnav div div {
	margin: 0 0 0 8px;
}


/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #666;
	font-size: 11px;
	margin: 0;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	color: #000000;
	background-color: #adc9ad;
	padding: 3px 10px 3px 18px;
	border: 1px solid #666666;
	text-decoration: none;
	display: block;
	font-size: 14px; /* */
}
#p7TMnav div a:hover {
	color: #000;
	background-color: #ff9900; /* B7DB4C */
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #333;
	font-size: 12px;
	background-color: transparent;
	border: 0;
	margin: 0;
}
#p7TMnav div div a:hover {
	color: #000;
}

/*The Link styles for third-level menuitems*/
#p7TMnav div div div a {
	color: #999;
	font-size: 14px;
}
#p7TMnav div div div a:hover {
	color: #666666;
}

/*The Link style for fourth-level menuitems and lower*/
/*To set a specific style for the fifth level, add a div to the selector*/
/*Fifth-level example syntax: p7TMnav div div div div div a {declaration}*/
#p7TMnav div div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and */
/*minus option is selected. The padding on the 4 following rules supercedes (via !important) */
/*the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(../../assets/p7pep_plus.gif);
	background-position: 6px 50%;
	padding: 3 0 3 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(../../assets/p7pep_minus.gif);
	background-position: 6px 50%;
	padding: 3 0 3 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image: none;
	padding: 3 0 3 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: uppercase; 
	color: #666666 !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image: url(../../assets/p7pep_here.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.small {
	font-size: 11px;
}
