body {
	margin: 0px;
	padding: 0px;
	background-image:  url(../images/page-tile.gif);
	background-repeat: repeat-x;
	font-size: 14px;
}

/*font family for page*/
p, td, div, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}

/*the main layout table*/
#mainTable {
	background-color: #fff;
	border: thin none #999999;
	font-size: 14px;
}

/*Header div containing logo */
#header {
	border-bottom: 1px none #666666;
}

/*Footer Div */
#footer {
	font-size: 12px;
	color: #FFFFFF;
	border-top: 1px solid #666666;
	padding: 16px 24px;
	background-color: #0033FF;
}
/*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;
	background-color: #ff33cc;
}

/*The main content table cell*/
#mainCell {
	vertical-align: top;
	font-size: 14px;
	text-align: justify;
	border-top: 2px none #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 2px none #CCCCCC;
	border-left: 2px dotted #CCCCCC;
}
#mainCell a:link {
	color: #666666;
}
#mainCell a:visited {
	color: #666666;
}
#mainCell a:hover {
	color: #FFFFFF;
}

/*The table cell containing the navigation system*/
#navCell {
	vertical-align: top;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
/* All paragraphs inside the navcell div - for content below the menu system*/
#navcell p {
	font-size: 10px;
}

/* The sidebar table cell */
#sidebar {
	vertical-align: top;
	font-size: 11px;
	color: #333333;
	border-left: 1px solid #666666;
	background-color: #CCCCCC; /* */
}
#sidebar a:link {
	color: #FFFFFF;
}
#sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #666666;
}

/*All heading 2s in the sidebar*/
#sidebar h2 {color: #fff;}

/*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;}
h2 {font-size: 14px;}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 11px;
	display: none;
	/*/*/display: block; /* */
}
#p7TMctrl a:link {
	color: #666666;
}
#p7TMctrl a:visited {
	color: #666666;
}
#p7TMctrl a:hover {
	color: #FF9900;
}

/* The navigation Div*/
#p7TMnav {
	font-size: 12px;
	margin: 1em 0;
	color: #999999;
	width: 150px;
}

/*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 0px;
}


/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #666;
	font-size: 12px;
	margin: 0;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #FFFFFF;
	background-color: #3399FF;
	padding: 1px 16px 1px 12px;
	border: 1px solid #666666;
	text-decoration: none;
	display: block;
	font-size: 11px; /* */
}
#p7TMnav div a:hover {
	color: #3399ff;
	background-color: #00FF33;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #333;
	font-size: 11px;
	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: 11px;
}

/*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(../images/p7pep_plus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(../images/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: #666666 !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-image: url(../images/p7pep_here.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.leftborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.Title {
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 10px;
	line-height: 11px;
}
.botborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

