/* Esylum CSS */


			
			/* --- OVERALL --- */
			body {
				margin: 0px;
				padding: 0px;
				font-family: Georgia, Times, serif;
				font-size: 15px;
				line-height: 1.4em;
				color: #000000;
			}
			p {
				font-family: Georgia, Times, serif;
				font-size: 15px;
				line-height: 1.4em;
				color: #000000;
			}
			/* --- LINKS --- */
			a {
				color: #000000;
				text-decoration: underline;
			}
			a:hover {
				color: #50819b;
			}
			a.email {
				padding-left: 13px;
				background-image: url(https://www.coinbooks.org/global/images/icons/icon_email.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
			}
			a.link {
				padding-left: 13px;
				background-image: url(https://www.coinbooks.org/global/images/icons/icon_weblink.gif);
				background-position: 0 0;
				background-repeat: no-repeat;
			}
            img { border: 0; }
            
			/* --- HEADERS --- */
            
			h1, h2, h3, h4, h5, h6 {
				font-weight: normal;
				line-height: 1.2em;
				color: #000000;
			}
			/* --- LIST --- */
            
			ul {
				margin: 0;
				padding: 1;
				font-size: 12px;
				line-height: 15px;
				color: #333333;
				margin: 0 0 0 20px; /* This is shorthand  for all 4 margins. Order is top, right, bottom, left. I added 15px to the left of the UL*/			
                }
			li {
				list-style: disc;
				padding-left: 0px;
				padding-bottom: 6px;
			}
            center {
                text-align: center;
 
            }
			/* --- LAYOUT --- */
			#masthead {
				margin: 0;
				padding: 0;
				color: #fff;
				clear: both;
				text-align: right;
				background: #a7c0cd;
			}
			#content{
				margin: 5px;
				padding: 0 10px;
			}
			#sidebar {
				margin: 0;
				padding: 0;
			}
			#footer {
				margin: 5px;
				padding: 5px 10px;
				border-top: #f2f2f2 2px solid;
				color: #999999;
			}
            #top
			/* --- INTRO --- */
			intro {
				margin-top: 20px; 
				font-size: 14px;   
				padding: 20px;
				background: #f2f2f2;
			}
			/* --- SIDEBAR BOXES --- */
			div.ctabox { 
				margin-right: 5px;
				margin-bottom: 10px;
				margin-top: 10px;
				padding: 3px 12px;
				background-color: #a7c0cd;
                width:auto;
                border-radius:5px;
			}
            ctabox { 
				margin-right: 5px;
				margin-bottom: 10px;
				margin-top: 10px;
				padding: 3px 12px;
				background-color: #a7c0cd;
                border:solid;
                border-color:#black;
                border-width:2px;
                
			}
			ctabox h4 {
				margin: 0;
				padding: 4px 0 5px 0;
				font-size: 18px;
			}
			ctabox p {
				font-size: 12px;
				line-height: 1.2em;
			}
            
			div.box { 
				margin-right: 5px;
				margin-bottom: 10px;
				margin-top: 10px;
				padding: 3px;
				background-color: #f2f2f2;
			}
        
			div.greybox { 
				margin-right: 5px;
				margin-bottom: 10px;
				margin-top: 10px;
				padding: 3px;
				background-color: #f2f2f2;
                width:auto;
			}
            div.greybox2 { 
				margin-right: 5px;
				margin-bottom: 10px;
				margin-top: 10px;
				padding-top: 20px;
                padding-bottom:10px;
				background-color: #f2f2f2;
                text-align:center;
			}
			box h4 {
				margin: 0;
				padding: 4px 0 5px 0;
				font-size: 18px;
			}
			box p {
				font-size: 14px;
				line-height: 1.2em;
			}		
			
			
			/** ADDED WKH **/
            
			quote {
				padding-left:6px;
				border-left: 6px solid #dadada;
				margin-left:1em;
			}
            div.quote {
				padding-left:6px;
				border-left: 6px solid #dadada;
				margin-left:1em;
                }
			
			adbox {			
				margin-right: 10px;
				margin-bottom: 10px;
				margin-top: 20px;
				padding: 10px 10px;
				background-color: #a7c0cd;	
				border: 1px solid #333;
			}
			
			/* --- IMAGES --- */
            img {margin:10px;}

            
			imgleft {
				float: left;
				margin: 8px 8px 8px 0;
			}
			imgright {
				float: right;
				margin: 0 20px 8px 8px;
				background: #f2f2f2;
			}
			
            
            /* Added 10/11/2020 Google */
            .google 
	        {background-color:#A7C0CD;
             border-color:#000000;
	         border-width:thin;
	         border-radius: 5px;
	         margin-right: 5px;
	         margin-bottom: 10px;
	         margin-top: 10px;
	         padding: 3px 12px; 
             width:100%; 
	         }
			/* --- MISC --- */
            table {padding:0px;
            border-collapse: collapse; 
            width:550px;
            margin-left:auto; margin-right:auto; 
            }
            
            divcenter {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 50%;
            }
            
			hidden {
				display: none;
			}
			div.hr {display: none}
			/*/*/a{}
			div.hr {
				display: block;
				height: 11px;
				background-image: url(http://www.coinbooks.org/global/images/email/hr_rule.gif);
				background-repeat: no-repeat;
				background-position: center center;
				margin: 1em 0 1em 0;
			}
			
			div.hrKO {display: none}
			/*/*/a{}
			div.hrKO {
				display: block;
				height: 11px;
				background-image: url(http://www.coinbooks.org/global/images/email/hr_ruleKO.gif);
				background-repeat: no-repeat;
				background-position: center center;
				margin: .5em 0 .5em 0;
			}
			hr {display:none}
            
            .center2 {
                font-weight:bold;
                text-align:center; }
            ul {font-weight:bold; }

			/* */
			
			
		
			
