

body {
	margin: 0px;
	padding: 0px;
	background-color: #523D22;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	/*background-image:  url("assets/fbcenc_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: #ffffff;
}

/*Header div containing logo */
#header {
	border-bottom: 1px solid #666666;
	background-image:url(images/newheader.jpg);
	background-repeat:no-repeat;
	height:133px;
}

/*Footer Div */
#footer {
	font-size: 10px;
	color: #FFFFFF;
	border-top: 1px solid #523D22;
	padding: 6px 24px;
	background-color:#523D22;
}
/*All paragraphs inside the Footer- Sets bottom margin only*/
#footer p {
	margin: 0 0 12px 0;
}
/* 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:#568E2D;
}

/*The main content table cell*/
#mainCell {
	vertical-align: top;
	font-size: 10pt;
	border-right: 2px #568E2D;
	text-align: justify;
}
#mainCell a:link {
	color: #568E2D;
}
#mainCell a:visited {
	color: #523D22;
}
#mainCell a:hover {
	color: #523D22;
}

/*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: 10pt;
}

/* The sidebar table cell */
#sidebar {
	vertical-align: top;
	font-size: 12px;
	color: #fff8bf;
	/* border-left: 1px solid #ffffff; */
	background-color: #568E2D; 
	/*background-image: url("assets/fbcenc_cellbg.gif");
	/*background-image:  url(assets/peppers_cellbg.gif); /* */
}
#sidebar a:link {
	color: #ffffff;
}
#sidebar a:visited {
	color: #ffffff;
}
#sidebar a:hover {
	color: #523D22;
}









.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 126px; /*Width of top level menu link items*/
padding: 4px 8px;
border: 1px solid #600080;
border-left-width: 0;
text-decoration: none;
background: #568E2D center center repeat-x;
color: #fff8bf;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #000000;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 135px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #568E2D;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: #523D22 center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #523D22;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */