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

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

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

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

/*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;
}
/* Address tags inside footer- Turns off margins and default italics */
#footer address {
	margin: 0px;
	font-style: normal;
}
#footer address  a:link{
	color: #00FF99;
}
#footer address  a:hover{
	color: #DFB9A5;
}

#footer address  a:visited{
	color: #00FFCC;
}
/*The main content table cell*/
#mainCell {
	vertical-align: top;
	font-size: 12px;
	border-left: 1px dotted #647966;
	text-align: justify;
}
#mainCell a:link {
	color: #4B94AE;
	font-weight : bold;
}
#mainCell a:visited {
	color: #4B94AE
	font-weight : bold;
}
#mainCell a:hover {
	color: #8BBABA;
}


/*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: 11px;
}
#mainCell2 {
		text-align : left;
	color : Black;
	font : 12px Verdana;
	padding-left : 10px;
	padding-right : 10px;
}

/* The sidebar table cell */
#sidebar {
 vertical-align: top;
 font-size: 12px;
 color: Black;
  background-color: White;
  border-left : 1px dashed #186B89;
   }

}

/*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: 20px;
	color : #186B89;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h2 {font-size: 13px;  color : #FFB90F;}

h3 {
	color : #BA2A09;
	font-size : 12px;
	font-style : normal;
	font-weight: bold;
	}


/*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: #B7DB4C;
}

/* 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 3px 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: #9797c4;
	padding: 1px 16px 1px 12px;
	border: 1px solid #666666;
	text-decoration: none;
	display: block;
	font-size: 13px; /* */
}
#p7TMnav div a:hover {
	color: #333;
	background-color: #92C1D3;
}

/*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(assets/p7pep_plus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(assets/p7pep_minus.gif);
	background-position: 6px 50%;
	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: #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;
}
