body {
	margin: 0px;
	padding: 0px;
	background-color: White;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	/*/*/ /* */
	
}

/*font family for page*/
p, td, div, ul	 {
	font-size : 13;
	font : Verdana;
	}

/*the main layout table*/
#mainTable {
	background-color: White;
}

/*Header div containing logo */
#header {
	border-bottom: 1px solid #53577D;
}

/*Footer Div */
#footer {
	font-size: 12px;
	color: #393A73;
	border-top: 1px solid #666666;
	padding: 16px 24px;
}
/*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 address  a:link{
	color: #336666;
}
#footer address  a:hover{
	color: #A0465E;
}

#footer address  a:visited{
	color: #336666;
}
/*The main content table cell*/
#mainCell {
	vertical-align: top;
	font-size: 14px;
	border-left: 2px solid #53577D;
	text-align: left;
	background-color : #BEBEED;
	}
#mainCell a:link {
	color: #336666;
	font-weight : normal;
}
#mainCell a:visited {
	color: #336666;
	font-weight : normal;
}
#mainCell a:hover {
	color: #6F72A1;
}


/*The table cell containing the navigation system*/
#navCell {
	vertical-align: top;
	background : White;
}
/* All paragraphs inside the navcell div - for content below the menu system*/
#navcell p {
	font-size: 12px;
}
#mainCell2 {
	vertical-align: top;
	font-size: 13px;
	text-align: justify;
	}

/* The sidebar table cell */
#sidebar {
 vertical-align: top;
 font-size: 14px;
 color: #393A73;
  background-color: White;
  border-left : 1px solid #ACACAC;
 }

}

/*All heading 2s in the sidebar*/
#sidebar h2 {color: #483D8B;}

/*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: 16px;  color : #336666; }
h2 {font-size: 13px;  color : #666666;}

h3 {
	color : #FF7F50;
	font-size : 13px;
	font-style : normal;
	}


/*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: #336666;
}
#p7TMctrl a:visited {
	color: #336666;
}
#p7TMctrl a:hover {
	color: #393A73;
}

/* The navigation Div*/
#p7TMnav {
	font-size: 11px;
	margin: 1em 0;
	color: #FEFEFE;
	width: 130px;
}

/*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 4 6px;
}


/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #FFFFFF;
	background-color: #B5B5EB;
	padding: 1px 16px 1px 12px;
	border: 1px solid Black;
	text-decoration: none;
	display: block;
	font-size: 13px; /* */
}
#p7TMnav div a:hover {
	color: White;
	background-color: #336666;
}

/*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: 11px;
}
#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(http://www.cinet.com.au/gbj/assets/p7pep_plus.gif);
 background-position: 6px 50%;
 padding: 0 0 0 20px !important;
}

.p7minusmark {
 background-repeat: no-repeat;
 background-image: url(http://www.cinet.com.au/gbj/assets/p7pep_minus.gif);
 background-position: 6px 50%;
 padding: 0 0 0 20px !important;
}


/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image: none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	text-transform: none;
	color: #336666!important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image: url(http://www.jgp.com.au/newsite/assets/p7pep_here.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
