body {
	background-color: #FFF;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image: url(../images/bg.gif);
	/*/*/background-image:  url(../images/bg.gif); /* */
	background-repeat: repeat-x;
	padding: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {color:#8E9B8C;}
a:visited {color:#669999;}
a:hover {color:#333333;}

h1 {
	font-size: 16px;
	margin: 0;
	color: #8E9B8C;
	/*/*/font-size: 16px;
	letter-spacing: 2px; /* */
}
h2 {
	font-size: 14px;
	margin: 0px 0 0 0;
	color: #8E9B8C;
	/*/*/font-size: 14px;
	letter-spacing: 0.3em;  /* */
}

/*The Footer DIV*/
#footer {
	font-size: 11px;
	padding: 4px;
	margin: 0 0 0 36px;
	font-size: 11px;
	color: #CCC; /* */
	width: 550px;
}
.border {
	border-top: 0px;
	border-right: 1px solid #999999;
	border-bottom: 0px;
	border-left: 1px solid #999999;
}

#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color:#B5BDB3;
	text-decoration: none;
}
#footer a:hover {
	color:#C70C00;
	text-decoration: underline;
}


/*Contains the Expand All and Collapse All controls*/
#CtrlDiv {
	position:absolute;
	left:14px;
	top:162px;
	width:22px;
	visibility: hidden;
	/*/*/visibility: visible; /* */
}

/*fixes image display bug in Netscape 6 for images in the CtrlDiv*/
#CtrlDiv img {
	display: block; 
}


/*Container Div for the navigation Menu*/
#navDiv {
}

/* The navigation Div*/
#p7TMnav  {
	/*/*/background-color: #B5BDB3; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #666;
	font-size: 12px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #999999;
	font-size: 12px;
	background-color: #333333;
	padding: 1px 8px 1px 32px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF; /* */
}

#p7TMnav div a:hover {
	color: #CCCCCC;
	background-color: #666666;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #333333;
	font-size: 12px;
	background-color: transparent;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 2px 1px 38px;
}
#p7TMnav div div a:hover {
	color: #666666;
	background-color: #FFFFCC;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	font-size: 12px;
	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(p7kis_plus.gif);
	background-position: 0 50%;

}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(p7kis_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: #C70C00!important;
	color: #FFFFFF !important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-image:    url(p7kis_here.gif);
	background-position: 0 50%;
}
#picDiv {
	padding: 0px;
	font-size: 14px;
	margin: 0;
	min-width: 325px;
}
