/*---  Document Style ---*/

*                   { /* All Elements */
	margin          : 0px;
	padding         : 0px;
	}
a:link              { /* Document Style */
	text-decoration :none;
	}
a:visited           { /* Document Style */
	text-decoration :none;
	}
a:hover             { /* Document Style */
	text-decoration :underline;
	}
a:active            { /* Active Links */
	color           : #ff0000;
	}
ol,ul               { /* All Lists */
	margin          : 1em;
	padding-left    : 1em;
	}
p                   { /* All Paragraphs */
	margin-bottom   : 1em;
	}
p a                 {
	background-color: transparent;
	border          : 0px;
	padding         : 0px;
	}
a.navigation:link   {
	text-decoration :none;
	}
a.navigation:visited{
	text-decoration :none;
	}
a.navigation:hover  {
	text-decoration :underline;
	}

.address,address    {
	color           : #000000;
	font            : 10pt 'Tahoma', cursive;
	}
.citation,cite      {
	font            : italic 10pt 'Arial', Helvetica, sans-serif;
	}
.code,code          {
	font            : 10pt 'Courier New', monospace;
	}
.deco               {
	color           : #ececec;
	background-color: #ececec;
	}
.emphasis,em        {
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	}
.footer             {
	color           : #ffffff;
	font            : 8pt 'Tahoma', cursive;
	}
.footer_box         {
	color           : #225c96;
	background-color: #225c96;
	}

.headerxxx             {
	font            : bold 16pt 'Tahoma', cursive;
	}
.header_box         {
	background-color: #c0c0c0;
	}
.heading1,h1        {
	font            : 22pt 'Arial', Helvetica, sans-serif;
	}
.heading2,h2        {
	font            : 20pt 'Arial', Helvetica, sans-serif;
	}
.heading3,h3        {
	font            : 18pt 'Arial', Helvetica, sans-serif;
	}
.heading4,h4        {
	font            : bold 14pt 'Tahoma', cursive;
	}
.heading5,h5        {
	color           : #ffffff;
	font            : bold 12pt 'Tahoma', cursive;
	}
.heading6,h6        {
	font            : bold 10pt 'Arial', Helvetica, sans-serif;
	}
.info               {
	color           : #000000;
	font            : 10pt 'Tahoma', cursive;
	}
.info_box           {
	color           : #b5b5b5;
	background-color: #b5b5b5;
	}
.info_tag           {
	font            : bold 10pt 'Tahoma', cursive;
	}

.logo               {
	color           : #ffffff;
	font            : 12pt 'Arial', Helvetica, sans-serif;
	text-align      : center;
	}
.logo a             {
	background-color: transparent;
	border          : 0px;
	padding         : 0px;
	}
.logo_box           {
	color           : #225c96;
	background-color: #225c96;
	}
.logo_tag           {
	color           : #ffffff;
	font            : bold 12pt 'Tahoma', cursive;
	text-align      : center;
	}
.navigation         {
	color           : #000000;
	font            : bold 12pt 'Tahoma', cursive;
	text-align      : center;
	padding         :   1.50pt;
	}
.navigation_on      {  /* navigation selected */
	color           : #ffffff;
	font            : bold 12pt 'Tahoma', cursive;
	text-align      : center;
	padding         :   1.50pt;
	}	
.navigation a       {
	background-color: transparent;
	border          : 0px;
	padding         : 0px;
	}
.navigation_box     {
	color           : #225c96;
	background-color: #225c96;
	}
.navigation_pin     {
	color           : #000000;
	}
.navigation_tag     {
	}

.page               {
	color           : #ececec;
	background-color: #ececec;
	}
.page a             {
	background-color: transparent;
	border          : 0px;
	padding         : 0px;
	}
.page_box           {
	color           : #ffffff;
	background-color: #ffffff;
	border          :   0.75pt solid #225c96;
	}
.page_tag           {
	color           : #000000;
	font            : bold 14pt 'Tahoma', cursive;
	}
.page_tag a         {
	background-color: transparent;
	border          : 0px;
	padding         : 0px;
	}
.panel              {
	color           : #ffffff;
	font            : 9pt 'Tahoma', cursive;
	}
.panel_box          {
	color           : #689ed4;
	background-color: #689ed4;
	border          :   0.75pt solid #225c96;
	}

.small,small        {
	font            : 8pt 'Arial', Helvetica, sans-serif;
	}

	span#bookCover             { /* book cover image, left side */
	background      : transparent url(images/20161107CoverVol1237x336.jpg) no-repeat top left;
	position        : absolute;
	width           : 177.75pt;
	height          : 252pt;
	}

	.cc53               { /* Common */
	border          :   3.00pt solid #000000;
	}

.picFrame               { /* Common */
	border-style: double;
	border-width: thick;
	}

div.topBanner               { /* Top Banner properties */
	font            : 40pt 'Georgia', Times, Book, serif;
	color           : #000000;
	text-align      : center;	
	position        : relative;
	padding: 10px;
    background : transparent url(images/topbanner1000x80.jpg)
	}
.Header {
  text-align: center;
  background-color: rgb(210,210,210);
  color: white;
  min-width: 600px;
  max-width: 1000px;
}

#navigationBar {
	position: relative;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
}
#navigationBar ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	list-style-type: none;
	background-color: #E2DFDE;
	overflow: visible;
}
#navigationBar ul > li {
	display: block;
	float: left;
	height: auto;
	/* menu header's items width */
	width: 120px;
}
#navigationBar li > a {
	display: block;
	padding: 0 0 0 10px;
	height: 100%;
	width: 109px;
	border-right: 1px black solid;
	line-height: 30px;
	font-family: sans-serif;
	font-size: 17px;
	text-decoration: none;
	background-color: #E2DFDE;
	color: #000000;
}
#navigationBar ul ul {
	margin-top: 2px;
	display: none;
	position: static;
	height: auto;
	width: 160px;
	border: 1px #666666 solid;
	background-color: #dddddd;
}
#navigationBar ul ul li {
	position: relative;
	float: none;
	display: block;
	height: 28px;
	width: 100%;
	border: none;
}
#navigationBar ul ul li > a {
	height: 100%;
	width: 96%;
	padding: 0 0 0 4%;
	line-height: 28px;
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
#navigationBar li: hover > a {
	color: #220000;
	background-color: #eeeabe;	
}
#navigationBar li:hover > ul {
	display: block;
}

body                { /* Page Body */
/*	background-color: #A39B98; */
	background-color: #F0EEED;
	text-align      : left;
}

/*--- EndOfFile ---*/
