body {
	background-color: #565873;
	margin: 0px 0 0px 0px;
	padding: 0;
	text-align: center;
}

/*font family for page*/
div, p, td, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	color: #000;
	text-align: center;
}
#boldlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#footerlinks div a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks div a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* Div that sits atop the navigation menu*/
#NavTopperDiv {
	position:absolute;
	left:36px;
	top:2px;
	width:185px;
	z-index:50;
	background-color: #FFFF00;
}

h1 {
	font-size: 14px;
	margin: 0;
	color: #336633;
}
h2 {
	font-size: 12px;
	margin: 0;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	margin: 0;
	color: #003366;
	text-align: center;
}
h4 {
	font-size: 13px;
	margin: 0;
	color: #FF9900;
}
h5 {
	font-size: 14px;
	margin: 0;
	color: #999999;
}

#p7TMctrl {
	font-size: 12px;
}

/*Contains the Expand All and Collapse All controls*/
#CtrlDiv {
	position:absolute;
	left:14px;
	top:162px;
	width:22px;
	visibility: visible;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/*fixes image display bug in Netscape 6 for images in the CtrlDiv*/
#CtrlDiv img {
	display: block; 
}


/*Container Div for the navigation Menu*/
#navDiv {
	position:absolute; 
	left:0px; 
	top:288px; 
	width: 200px;
	z-index:100;
}

/* The navigation Div*/
#p7TMnav  {
	/*/*/background-color: #FFFFFF; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #666;
	font-size: 12px;
	background-image: url(images/nav_arrow.gif);
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(images/main_nav_BG.gif);
	padding: 6px 4px 6px 15px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#p7TMnav div a:hover {
	color: #CC6633;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #666666;
	font-size: 11px;
	padding: 1px 2px 1px 20px;
	background-image: url(images/submenuBG.gif);
	font-weight: normal;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	font-size: 10px;
	color: #003399;
}

/*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("p7geo_plus.gif");
	background-position: 0 50%;

}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url("p7geo_minus.gif");
	background-position: 0 50%;
}

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

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	font-weight: bold;
	background-color: #FFFFFF !important;
	color: #FFFFFF !important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-image:    url("p7geo_here.gif");
	background-position: 0 50%;
}

.dynlink_centered {
	cursor:pointer;
	cursor:hand;
	color: #0944D6;
	text-align: center;
}
.dynlink_centered a:link a:visited {

	cursor:pointer; 
	cursor:hand; 
	display: none;
}
