body {

	/*css shorthand values: Top Right Bottom Left */
	margin: 112px 0 0 0;
	padding: 0;
	/*background-position: center;*/
}



/*font family for page*/
div, p, td, ul {
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
}

/*Contains Logo at top of Page*/
#header {
	position: absolute;
	background-image: url(../jdglogo2.jpg);
	width: 100%;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	height: 112px;
	background-position: center;
	}

/* The main Layout Table*/
#mnTable {
	width: 100%;
	border-bottom: 0px solid #000;
}

/*Navigation (left) Table Cell*/
#navCell {
	vertical-align: top;
	border-right: 0px solid #333333;
	width: 200px;
	/*text-align: center;*/
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #FFFFFF;
	
	/*/*/line-height: 2; /* */
	vertical-align: top;
}

}
.pCenter {
	text-align: center;
}

#mainCell a:link {
	color: Black;
}
#mainCell a:visited {
	color: Black;
}
#mainCell a:hover {
	color: Black;
}

h1, h2 {
	margin: 0px;
	color: #333333;
	/*font-size: 18px;*/
}

/*Sidebar (right) Table Cell */ 
#sidebar {
	background-color: #FFA621;
	background-image:  url("http://www.projectseven.com/tmm/bonus_sites/citrus_orchards/assets/co_mnbg.gif");
	/*/*/background-image:   url("co_mnbg.gif"); /* */
	vertical-align: top;
	border-left: 1px solid #333333;
	/*font-size: 12px;*/
	color: #333333;
	/*/*/line-height: 1.75; /* */
}
#sidebar a:link {
	color: #333333;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #FFFFFF;
}

/* Footer Div */
#footer {
	padding: 16px 24px 16px 32px;
	font-size: 12px;
	letter-spacing: .5em;
	color: #999999;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #999999;
}
#footer a:hover {
	color: #999999;
	}
	
#navcontainer {
	margin-left: 30px;
	width: 220px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Trebuchet, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 10px;
	width: 220px;
	color: #999999;

	text-decoration: none;
}

#navcontainer a:hover
{
	color: #000000;

	text-decoration: none;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 2px 5px 2px 30px;
	width: 220px;
	color: #000000;
	text-decoration: none;
}

#navcontainer ul ul a:hover
{
	color: #666666;

	text-decoration: none;
}
