body {
	padding: 0; 
	margin: 0;
  	margin: 0;
	background-color: #662034;
	font-family: "Times New Roman", Times, serif
	color:#63523d;
	font-size:16px;
	font-style:oblique;
	line-height:115%;
	}
body p {
	color:#63523d;
}
body h1 {
	font-size:30px;
	color:#63523d;
	}

body h2 {
	font-size: 36px;
	color:#63523d;
	padding-top:5px;
	}
body h3 {
	font-size: 20px;
	color:#63523d;
	padding-top:5px;
	}
body h4 {
	font-size: 15px;
	color:#63523d;
	padding-top:5px;
	padding-left:15px;
	}		
a:link {
	color:#63523d;
	}
a:visited {
	color:#63523d;
	}
a:hover {
	color: #000;
	}
	
/* Banner top logo area. It is a template DIV */
#hosted {
	z-index:100;
	font:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	color:#999999;
	}
#banner {
	position:absolute; 
	width:800px; 
	height:100%; 
	z-index:1; 
	left: 98px; 
	top: 1px;
	}
/* top navigation. NOTE currenly broken for Mozzilla browsers need fix -- 5/5/06 dsk  */

#navigation {
	position:absolute; 
	width:722px; 
	height:100%; 
	z-index:2; 
	left: 87px; 
	top: 99px;
	font:  13px Arial, sans-serif;
	font-variant:small-caps;
	font-weight:bolder;
	}
#navigation li {
	list-style: none; 
	margin: 35px; 
	display: inline;
	}
#navigation li a {
	text-decoration: none;
	 }
#navigation li a:link {
	color: #FFF;
	}
#navigation li a:visited {
	color: #FFF;
	}
#navigation li a:hover {
	border-color:#662034;
	color: #000;
	background: #f5e8d0;
	}
	
/* Left navigation holder. It is a template DIV  */

#leftNav {
	position:absolute; 
	width:159px; 
	height:100%; 
	z-index:3; 
	left: 101px; 
	top: 128px;
	}
	
/* Left navigation TEXT. It is a template DIV */
	
#sideNavText {
	position:absolute; 
	width:195px; 
	height:100%; 
	z-index:4; 
	left: 66px; 
	top: 138px;
	margin: 0;
  	font:  13px Arial, sans-serif;
	font-variant:small-caps;
	font-weight:bolder;
	}
#sideNavText li {
	list-style: none; 
	margin: 0; 
	padding-top:10px; 
	}
#sideNavText li a {
	padding: 0.25em 0.5em 0.25em 0.75em;
  	
 	text-decoration: none;
	 }
#sideNavText li a:link {
	color:#63523d;
	}
#sideNavText li a:visited {
	color:#63523d;
	}
#sideNavText li a:hover {
	border-color:#662034;
	color: #000;
	background: #f5e8d0;
	}

#mainBackgnd {
	background:#f5e8d0;
	position:absolute;
	height:auto;
	width:640px;
	z-index:10;
	left: 262px;
	top: 129px;
	
}

#container {
	background:#f5e8d0;
	position:absolute; 
	width:640px; 
	height:100%;
	z-index:5; 
	left: 262px; 
	top: 129px;
}
/* Background for various "faces" */

#backGndFaces {
	position:absolute;
	width:338px;
	height:100%;
	z-index:1;
	left: 250px;
	top: 15px;
	}

/* Flash Steps DIV */


	
/* For mainText DIV  -- NOTE text formatting is same Class .normalText */

#mainText {
	
	position:relative; 
	width:208px; 
	height:400px;
	z-index:7; 
	top: 2px;
	left: 3px;
	
	
}
#mainText p {
padding-left:9px;

}



/* Standard Text formatting class when text is outside of mainText DIV	*/


	
	
	
#infoBox {
	background-color:#FFFFFF;
	visibility:hidden;
	padding: 15px;
	border-style:inset;
	border-color:#333333;
	font:  13px Arial, sans-serif;
	font-size:16px;
	line-height:16pt;
	color:#63523d;
	z-index: 60;

}
#infoBox a:link {
	color:#63523d;
	}
#infoBox a:visited {
	color:#63523d;
	}
#infoBox a:hover {
	color: #000;
	
	}
/* faqTEXT used for special FAQ page formatting */

#faqText {
	background:#f5e8d0;
	position:relative;
	
	z-index:7;
	
	font-family: "Times New Roman", Times, serif;
	left: 0px;
	color:#63523d;
	font-size:16px;
	font-style:oblique;
	line-height:16pt;
	
	}
#faqText p {
font-family: "Times New Roman", Times, serif;
font-size:16px;
font-style:oblique;
line-height:16pt;
}
	
	/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:8px; margin-right:10px; padding:2px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 0px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(bullet.gif) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }
	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 13pt; font-weight:bold; }
	ul.mktree  li ul li { font-size: 11pt; font-weight:normal; padding-left:25px}
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
}
