

/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Inline Element Defaults
address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, h1, h2, h3, h4, h5, h6, menu, ol, p, td, th, ul
	{
	}
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Inline Element Defaults
   ::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Body
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
body
	{
	background-color	: #FFFAF0;
	color				: #000000;
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 85%;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Body
   ::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Links
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
a:link		{ background-color: transparent; color: #0000ff; }
a:visited	{ background-color: transparent; color: #0000ff; }
a:hover		{ background-color: transparent; color: #e04000; }
a:active	{ background-color: transparent; color: #9900E0; }
/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Links
   ::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Inline Elements
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
p
	{
	margin-bottom:3px;
	}
input
	{
	font-size			: 75%;
	font-family			: Bodoni, Book Antiqua, serif;
	}
textarea
	{
	font-size			: 75%;
	font-family			: Bodoni, Book Antiqua, serif;
	}
button
	{
	width  	   	   	   	: 40px;
	color  	   	   	   	: blue;
	font-size			: 75%;
	font-family			: Bodoni, Book Antiqua, serif;
	}
option
	{
	color  	   	   	   	: blue;
	font-size			: 75%;
	font-family			: Bodoni, Book Antiqua, serif;
	}
.formtd
	{
	font-size			: 85%;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Inline Elements
   ::::::::::::::::::::::::::::::::::::::::::::::::: */



.sub-princ
	{
	border-bottom		: 1px solid #000000;
	padding				: 1px 10px 1px 10px;
	font-size			: 85%;
	}
.sub-methods
	{
	border-bottom		: 1px solid #000000;
	padding				: 1px 10px 1px 10px;
	font-size			: 85%;
	}
.sub-brands
	{
	padding				: 1px 10px 1px 10px;
	font-size			: 85%;
	}







.bookNav-Title
	{
	border-bottom		: 1px solid #000000;
	font-size			: 90%;
	background-color	: #ECE569;
	color				: #CA4429;
	text-align			: left;
	}

.bookNav-Title a
	{
	display				: block;
	border				: 1px solid #ECE569;
	background-color	: #ECE569;
	color				: #CA4429;
	text-decoration		: none;
	text-align			: left;
	}
.bookNav-Title a:link
	{
	display				: block;
	border				: 1px solid #ECE569;
	background-color	: #ECE569;
	color				: #CA4429;
	text-decoration		: none;
	text-align			: left;
	}
.bookNav-Title a:visited
	{
	display				: block;
	border				: 1px solid #ECE569;
	background-color		: #ECE569;
	color				: #CA4429;
	text-decoration		: none;
	text-align			: left;
	}
.bookNav-Title a:hover
	{
	border-top			: 1px solid #e0f0fb;
	border-right		: 1px solid #6a8496;
	border-bottom		: 1px solid #6a8496;
	border-left			: 1px solid #e0f0fb;
	background-color		: #CAB5D8;
	color				: #000000;
	text-decoration		: none;
	}
.bookNav-Title a:active
	{
	border-top			: 1px solid #6a8496;
	border-right		: 1px solid #e0f0fb;
	border-bottom		: 1px solid #e0f0fb;
	border-left			: 1px solid #6a8496;
	background-color		: #acdcfc;
	color				: #9900e0;
	text-decoration		: none;
	}






.Nav-Left
	{
	border-bottom		: 1px solid #000000;
	font-size			: 90%;
	color				: #ECE569; /* Yellow */
	background-color	: #CA4429; /* Red */
	text-align			: left;
	}


.nav-left-bg
	{
	background-repeat		: no-repeat;
	background-position	: top left;
	background-image		: url("images/cornerstar6bottom7.gif");
	}
/*
.navBar-left
	{
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 90%;
	font-weight			: bold;
	z-index			: 3;
	}
a.navBar-left	   	   	{ text-decoration: none; color: #000000; }
a.navBar-left:link		{ background-color: #ECE569; color: #CA4429; }
a.navBar-left:visited	{ background-color: #ECE569; color: #CA4429; }
a.navBar-left:hover		{ background-color: #5E2F7D; color: #ffffff; }
a.navBar-left:active	{ background-color: #ECE569; color: #5E2F7D; }
*/


.links-red	   	   	{  }
a.links-red	   	   	{ text-decoration: none; }
a.links-red:link	{ background-color: transparent; color: #CA4429; }
a.links-red:visited	{ background-color: transparent; color: #CA4429; }
a.links-red:hover	{ background-color: transparent; color: #000000; }
a.links-red:active	{ background-color: transparent; color: #9900e0; }









/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Header
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
.header
	{
	color				: #000000;
	background-color	: #FFFAF0;
	text-align			: left;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Header
   ::::::::::::::::::::::::::::::::::::::::::::::::: */



/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Navigation
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
.navBar-BG
	{
	background-color	: #CA4429;
	color				: #000000;
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 75%;
	font-weight			: bold;
	}
a.navBar	   	   	{ text-decoration: none; }
a.navBar:link		{ background-color: transparent; color: #ffffff; }
a.navBar:visited	{ background-color: #CA4429; color: #ffffff; }
a.navBar:hover		{ background-color: #5E2F7D; color: #ffffff; }
a.navBar:active		{ background-color: #EEFF1E; color: #5E2F7D; }


.navBar-home-BG
	{
	background-color	: #CFAC76;
	color				: #000000;
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 120%;
	font-weight			: bold;
	}
.navBar-home
	{
	/* background-color	: #CFAC76;	 */
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 100%;
	font-weight			: bold;
	z-index				: 3;
	}
a.navBar-home	   	   	{ text-decoration: none; color: #000000; }
a.navBar-home:link		{ background-color: #ECE569; color: #CA4429; }
a.navBar-home:visited	{ background-color: #ECE569; color: #CA4429; }
a.navBar-home:hover		{ background-color: #5E2F7D; color: #ffffff; }
a.navBar-home:active	{ background-color: #ECE569; color: #5E2F7D; }


.navBar-home-top
	{
	/* background-color	: #CFAC76;	 */
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 140%;
	font-weight			: bold;
	z-index				: 3;
	}
a.navBar-home-top	   	   	{ text-decoration: none; color: #000000; }
a.navBar-home-top:link		{ background-color: #ECE569; color: #CA4429; }
a.navBar-home-top:visited	{ background-color: #ECE569; color: #CA4429; }
a.navBar-home-top:hover		{ background-color: #5E2F7D; color: #ffffff; }
a.navBar-home-top:active	{ background-color: #ECE569; color: #5E2F7D; }

.methodologies
	{
	background-color	: transparent;
	color				: #CA4429;
	}

.nav-top
	{
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image	: url("images/Untitled-15.gif");
	}


.nav-top-home
	{
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image	: url("images/home_star_bg.gif");
	}


.nav-home-center
	{
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image	: url("images/home_star_center.jpg");
	}


.left-bg
	{
	background-repeat	: repeat-y;
	background-position	: top left;
	background-image	: url("images/cornerstar6bottomright9.gif");
	}

.content-top
	{
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image	: url("images/Untitled-16.gif");
	}


.navBar-ppt
	{
	background-color	: #FFD914;
	color				: #000000;
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 75%;
	font-weight			: bold;
	}


/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Navigation
   ::::::::::::::::::::::::::::::::::::::::::::::::: */


.sideborder-home
	{
	background-repeat	: repeat-y;
	background-position	: center left;
	background-image	: url("images/raysbottom1.gif");
	color				: #000000;
	background-color	: #CA4429;
	}

.sideborder
	{
	background-repeat	: repeat-y;
	background-position	: center left;
	background-image	: url("images/simpletile2.gif");
	color				: #000000;
	background-color	: #CA4429;
	}

.pinstripes
	{
	margin				: 0px 0px 0px 0px;
	border				: 0px 0px 0px 0px;
	padding				: 0px 0px 0px 0px;
	line-height			: 0px;
	font-size			: 25%;
	}


/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Content Markup
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
.cornerleft
	{
	border-left			: 1px solid #000000;
	}
.contentCenter
	{
	font-family			: Bodoni, Book Antiqua, serif;
	background-repeat	: no-repeat;
	background-position	: top left;
	background-image	: url("images/Untitled-16.gif");
	}
.bookTOC-Link
	{
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 75%;
	text-align			: right;
	/*
	background-color	: #ffffff;
	border				: 1px solid #2BA9FE;
	background-color	: #acdcfc;
	color				: #000000;
	text-align			: center;
	*/
	}
.home-copy
	{
	background-color	: transparent;
	color				: #000000;
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 120%;
	text-align			: center;
	}
.page-Title
	{
	background-color	: transparent;
	color				: #FB7611;
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 120%;
	}
.toc-mini-summary
	{
	padding				: 0px 5px 5px 25px;
	}
.author-Box
	{
	text-align			: left;
	font-size			: 75%;
	}
a.blurbLink				{ }
a.blurbLink:link		{ background-color: transparent; color: #E00000; text-decoration: underline; }
a.blurbLink:visited		{ background-color: transparent; color: #E00000; text-decoration: underline; }
a.blurbLink:hover	  	{ background-color: transparent; color: #2BA9FE; }
a.blurbLink:active	 	{ background-color: transparent; color: #000000; }
.addressCopy
	{
	font-family			: Bodoni, Book Antiqua, serif;
	font-size			: 65%;
	}
/* :::::::::::::::::::::::::::::::::::::::::::::::::
   ::                   Content Markup
   ::::::::::::::::::::::::::::::::::::::::::::::::: */
