body
{
	font-family: Gill Sans, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: normal;
	color: #663300;
/*	background-color: #cccccc; */
	background-color: #DFD7CF;
}

HR, hr {
	background: #663300;
	height: 1px;
	border: 0;
}

IMG.displayed, object.displayed, embed.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: solid;
	border-color: #EDE9E5;
	border-width: 5px;
}

#logo {
	width: 700px;
	padding-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
	border-bottom-width: 1px;
}

.news {
	margin: 0 0 0 10px;
}

#detail {
	width: 525px;
	height: 300px;
	position: absolute;
	top: 150px;
	left: 200px;
	border-style: solid;
	border-color: #663300;
	border-width: 1px;
/*	background-color: #D9D9D9; 
*/
/*	background-color: #FFDEE4; */
/*	background-color: #DEDEFF; */
/*	background-color: #DFD7CF; */
	background-color: #EDE9E5;
}

#description {
	font-style: oblique;
	width: 300px;
	/*height: 50px; */
	position: absolute;
	top: 465px;
	left: 200px;
	border-right-style: dotted;
	border-right-color: #663300;
	border-right-width: 1px;
	text-align: right;
	padding: 0 10px 20px 10px;
}

#tools {
	font-style: oblique;
	width: 197px;
	height: 50px;
	position: absolute;
	top: 465px;
	left: 520px;
	text-align: right;
	padding: 0 0 0 10px;
}

#tools div {
	font-size: 10px;
	font-style: normal;
	color: #663300;
	padding: 30px 0 0 10px;
}

/*#copyright {
	width: 197px;
	position: absolute;
	top: 525px;
	left: 520px;
	text-align: right;
	padding: 10px 0 0 12px;
}*/

/* Control color for version text */
#tools div div {
	color: #EDE9E5;
	padding: -30px 0 0 10px;
	
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 10px 3px 7px 3px;
	font-size: 12px;
	color: white;
	display: none;
	font-family: Gill Sans, Arial, sans-serif;
	
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #663300;
}
#p7TMctrl a:visited {
	color: #663300;
}
#p7TMctrl a:hover {
	color: #000000;
}

/*Sets line-height of all top-level menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}
/*Sets line-height of all other menuitems*/
#p7TMnav div div {
	/*/*/line-height: 1.5; /* */
}

/*Sets background color and border around the menu DIV*/
#p7TMnav {
	position: absolute;
	top: 150px;
	width: 200px;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 1px 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 1em;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #663300;
	font-size: 12px;
	font-weight: normal;
	font-family: Gill Sans, Arial, sans-serif;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none;
}

#p7TMnav div a:visited {
	color: #663300;
}
#p7TMnav div a:hover {
	color: #FF3399;
	font-weight: normal;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #663300;
	font-size: 12px;
	font-weight: normal;
	font-family: Gill Sans, Arial, sans-serif;
}
#p7TMnav div div a:hover {
	color: #FF3399;
	font-weight: normal;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav 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(p7t_plus.gif);
	background-position: 3px 50%;
	padding: 0 0 0 16px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 3px 50%;
	padding: 0 0 0 16px !important;
}

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

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: normal !important;
	color: #EDE9E5 !important;
	background-color: #663300 !important;
	padding: 0 16px 0 16px !important;
	border-right: 1px solid #663300;
}
/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
