/* CSS document date - 01/17/15 ( 8:10pm ) ; CSS format date - 01/17/15 */
/* Author: David Carrera - Copyright 2015 American Media Group, CA  USA */
/* 4.5_1lmcbv-5b_990x90-top-row-promo_990x2400_mid-X-section_video-player_specific-footer.css */

body {                                    /* updated - 12/31/14 */
	margin: 0;
	border: 0;
	padding: 0;
	background-image: url(../../../../images/backgrounds/active.gif);
	background-position: center;
	background-color: black;}	 	                   /* black */

#wrapper { 	        	                  /* updated - 09/08/14 */
	width: 990px;
  	margin-left: auto;
  	margin-right: auto;
 	background-color: none;}	        /* Darkest Red - 600000 */

#positioning-frame {
	position: relative;   /* NOTE: updated for HTML5 - 06/27/14 */
	top: 0;    /* Important Setting: Needed for Safari/IE Match */
	width: 990px;}

/* ---------------- BASIC IMAGE & TEXT STYLING ---------------- */ 

img {
	margin: 0;
	border: 0;
	padding: 0;}

/* --------------------- Main Page Heading -------------------- */

h1 {                          /* FORMER H2 - MAIN ARTICLE TITLE */
	position: relative;          /* REVISED FOR PAGE - 12/30/14 */
	margin: 0 0 7px 0;              /* top, right, bottom, left */       
	padding: 0;                             
	font-family: arial, verdana, sans-serif;
	font-size: 14px; 		
	font-style: none; 
	font-weight: 540;
	color: black;
	text-align: center;
	background-color: none;}                            /* cyan */

/* ---------------- Main Article Sub-Section(s) --------------- */

h3 {                             /* H3 - ARTICLE SUB-SECTION(S) */
	margin: 7px 0 4px 0;            /* top, right, bottom, left */       
	padding: 0;	                          /* UPDATED - 07/07-14 */
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: 540;
	font-style: none;                  	
	color: black;      
	text-align: center;
	background-color: none;}                            /* cyan */

/* ---------------- Main Article Sub-Title(s) ----------------- */

h4 {                                /* H4 - ARTICLE SUBTITLE(S) */
	margin: 6px 0 3px 0;            /* top, right, bottom, left */       
	padding: 0;	                          /* UPDATED - 07/07-14 */
	font-family: arial, helvetica, sans-serif;
	font-size: 14px; 	
	font-weight: 500;
	font-style: none;                  	
	color: black;      
	text-align: center;
	background-color: none;}                            /* cyan */
	
/* ************************************************************ */	
/* ------------------------ PARAGRAPHS ------------------------ */
/*    Contained in <div> 'main-article_paragraphs' seen below   */	
/* ************************************************************ */	
	
p, pre {       /* MAJOR IMPORTANT 'SITE WIDE' UPDATE - 07/07/14 */
    margin: .8em 0 .8em 0;          /* top, right, bottom, left */
 	border: 0;
	padding: 0;           /* IMPORTANT NOTE - KEEP THIS SETTING */
  	font-family: arial;   /* IMPORTANT NOTE  ( USE ARIAL ONLY ) */
	font-size: 13px;      /* IMPORTANT NOTE - KEEP THIS SETTING */
	line-height: 16px;    /* IMPORTANT (USE PX ONLY) - 07/07/14 */
	text-align: justify;
	background-color: none;}                          /* green */

/* ---------------------- On-Hold Coding ---------------------- */ 

blockquote {
	margin: 5px 18px 12px 18px; 	/* top, right, bottom, left */
	font-family: arial, verdana, sans-serif;
	font-size: 13px;  		
	font-weight: 500; 		
	color: black;	
	text-align: justify;}

	
/* //////////////////////////////////////////////////////////// */
/* ---------------------- HEADER SECTION ---------------------- */ 
/* //////////////////////////////////////////////////////////// */

#header { 			                             /* MAIN HEADER */
	position: absolute; 
	width: 990px;
	height: 100px; 
	top: 2px;                             /* updated - 02/06/14 */
	left: 0; 
 	background-image: url(../../../../images/header/mexican-american-news_990x99.gif);
	background-color: none;}                             /* red */
	
/* ------------------------------------------------------------ */	
/* -------------------- TOP NAVIGATION BAR -------------------- */
/* ------------------------------------------------------------ */	

#top-navigation-bar {       /* Top Menu Bar - SECTION CONTAINER */
	position: absolute; 
	width: 990px;
	height: 25px; 
	top: 98px;                            /* updated - 02/06/14 */     
	left: 0; 
	margin: 0;
	padding: 0;
	background-color: black;}                             /* red */

/* -------------------- Top Navigation Menu ------------------- */

#top-menu {		               /* Top Menu Links - Text Styling */
	position: absolute;
	overflow: visible; 
	width: 990px;
	height: 14px;                         /* updated - 01/19/14 */                 
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
  	font-family: arial;                   /* updated - 01/18/14 */
	font-size: 13px;                      /* updated - 01/18/14 */
	color: #D2FFFF;		                /* Lightest Cyan D2FFFF */	
	background-color: none;}   		                     /* red */
	
#top-menu ul { 		  /* ------------ DON'T CHANGE ------------ */
  	margin: 0 0 0 -2px;             /* top, right, bottom, left */
  	padding: 0;                           /* updated - 01/19/14 */
 	text-align: center;}                  
 
#top-menu li {		  /* ------------ DON'T CHANGE ------------ */
  	display: inline;
  	font-weight: normal;}
 	
.top-menu-dot {
	font-family: arial;
	font-size: 7px;  	                 /* updated - 01/19/14 */
	vertical-align: middle;
	color: #D2FFFF;}                   /* Lightest Cyan D2FFFF */	
	
/* ---------------------- Top Menu Links ---------------------- */

#top-menu a {				 /* DO NOT CHANGE ORDER OF SEQUENCE */
 	text-decoration: none;}       /* prevents initial underline */

#top-menu a:link {          
	color: #D2FFFF;} 	/* initial color - Lightest Cyan D2FFFF */	

#top-menu a:visited {
	color: #D2FFFF;}   /* visited color -  Lightest Cyan D2FFFF */	

#top-menu a:hover {
	color: #D2FFFF;		  /* hover color - Lightest Cyan D2FFFF */	
	text-decoration: underline;}
	

/* //////////////////////////////////////////////////////////// */
/* -------------- PUBLIC INFORMATION BAR SECTION -------------- */
/* //////////////////////////////////////////////////////////// */

#public-info-bar_section-container {	   /* SECTION CONTAINER */
	position: absolute;                     /* added - 01/19/14 */ 
	width: 990px;
	height: 32px;                         /* updated - 02/12/14 */
	padding: 0;		                /* top, left, right, bottom */
	top: 119px;                           /* updated - 02/06/14 */   
	left: 0;
	background-color: #F7F7F7;}             /* XM Body - F7F7F7 */	
	
/* ------------- PUBLIC OPTIONS Section Container ------------- */ 

#public-options_container {				   /* OPTIONS CONTAINER */
	position: absolute;                   /* UPDATED - 08/09/14 */
	width: 160px;
	height: 32px;                         
	padding: 0;	 	                /* top, left, right, bottom */
	top: 0;
	left: 0;
/*	background-image: url(../../../images/mockups/social-media_logos_160x32_darkest-red.gif); */
	background-color: #600000;}	 	    /* Darkest Red - 600000 */

/* ----------- Public Sharing via Internet Section ------------ */  

#share-in-facebook {					   /* Share in Facebook */
	position: absolute;
	width: 56px;
	height: 23px;
	top: 5px;                             /* UPDATED - 08/09/14 */
	left: 7px;                            /* updated - 08/09/14 */
/*	background-image: url(../../images/elements/small-thumbs/facebook_56x23_600000-bg.jpg); */
	background-color: none;}

#share-in-twitter {						    /* Share in Twitter */
	position: absolute;
	width: 24px;
	height: 23px;
	top: 4px;                             /* UPDATED - 08/09/14 */
	left: 63px;                           /* updated - 08/09/14 */
	background-image: url(../../../../templates/images/elements/small-thumbs/twitter_24x23_600000-bg.gif);
	background-color: none;}

#share-with-google-plus {				    /* Share in Google+ */
	position: absolute;
	width: 32px;
	height: 23px;
	top: 4px;                             /* UPDATED - 08/09/14 */
	right: 35px;                          /* updated - 08/09/14 */
	background-image: url(../../../../templates/images/elements/small-thumbs/google-plus1_32x23_600000-bg.gif);
	background-color: none;}

#share-in-email {						      /* Share in Email */
	position: absolute;
	width: 24px;
	height: 23px;
	top: 4px;                             /* UPDATED - 08/09/14 */
	right: 6px;                           /* updated - 08/09/14 */
	background-image: url(../../../../templates/images/elements/small-thumbs/email-symbol_24x23_600000-bg.jpg);
	background-color: none;}

/* ----------------------- KEYWORD TAGS ----------------------- */

#tags {                               /* KEYWORD TAGS - SECTION */
	position: absolute;
	width: 829px;                         /* updated - 02/27/14 */
	height: 27px; 
	top: 0px;
	left: 161px;
	margin: 0;                            /* updated - 02/27/14 */
	padding-top: 5px;                     /* updated - 02/27/14 */
	font-family: courier new, helvetica, arial, mono, mono;
	font-size: 18px;  		                 /* previously 18pt */
	color: white;
	text-align: center;                   /* updated - 02/27/14 */
	background-color: #600000;}         /* Darkest Red - 600000 */

/* //////////////////////////////////////////////////////////// */
/* ---------------- TOP ROW PROMOTIONS SECTION ---------------- */
/* //////////////////////////////////////////////////////////// */

#top-row-promotions_section {	           /* SECTION CONTAINER */
	position: absolute;                   /* updated - 09/08/14 */
	width: 990px;
	height: 90px;
	top: 151px;                           /* UPDATED - 09/08/14 */ 
	left: 0;
/*	background-image: url(../images/mockups/990x90_top-row-leaderboard_matching-ad.jpg); */
 	background-color: none;}                            /* cyan */	

/* ------------------- Top Row Leaderboard -------------------- */ 
	
#top-row_leaderboard {		             /* Top Row Leaderboard */
	position: absolute;
	width: 728px;
	height: 90px;
	top: 0;
	left: 0;
	background-image:  url("../../../../templates/images/mockups/728x90_leaderboard_red-bg.jpg");
	background-color: none;}		                   /* green */

/* ------------------- Top Right Banner Ad -------------------- */ 

#top-row_right-side-image {		         /* Top Right Banner Ad */
	position: absolute;
	width: 261px;
	height: 90px;
	top: 0;
	right: 0;
	background-image:         url("../../../../images/archive/banner-ads/261x90/sites/xcano-media_261x90.gif");
	background-color: none;}	                        /* gold */
	

/* //////////////////////////////////////////////////////////// */
/* ------------------------------------------------------------ */
/* ------------------ MAIN MIDDLE SECTION(S) ------------------ */
/* ------------------------------------------------------------ */
/* //////////////////////////////////////////////////////////// */


#main-middle_sections {               /* MAIN MIDDLE SECTION(S) */
	position: absolute;                   /* updated - 09/08/14 */  
	width: 990px;
	height: 2400px;		                  /* UPDATED - 07/13/14 */    
	top: 241px;                           /* UPDATED - 09/08/14 */   
	left: 0;
	padding: 0;	
	text-align: center;	
	background-color: #F7F7F7;}             /* XM Body - F7F7F7 */	


/* ------------------------ COLUMN ONE ------------------------ */

#column-1_section-container {           /* COLUMN ONE - SECTION */
	position: absolute;                   /* updated - 07/13/14 */
	width: 160px;
	height: 2400px;                       /* UPDATED - 07/13/14 */
	top: 0;                               
	left: 0;
/*	background-image: url(../../../../../templates/images/mockups/160x2400_column-one_with-lines.jpg); */
	background-color: none;}                             /* grey*/
	
/* -------------------- Top Left Banner Ad -------------------- */ 

#column-bar_top-left-banner-ad {        /* Top Left - BANNER AD */			
	position: absolute;                     /* ADDED - 01/17/15 */
	width: 160px;
	height: 311px;
  	top: 0;
	left: 0;
	background-image: url(../../../../images/column-bars/160x311/write-for-us_160x311.gif);
	background-color: none;}		                     /* red */

/* --------------- AdSense 160x600 Side Panel-1 --------------- */ 

#adsense-side-panel-1 {                /* AdSense Side Panel- 1 */			
	position: absolute;
	width: 160px;
	height: 600px;
  	top: 311px;
	left: 0;
	background-image:  url("../../../../images/banner-ads/160x600/sites/granmarcha.com_160x600_1.jpg");
	background-color: none;}		                     /* red */  

/* ---------------- Middle 160x600 Side Panel-1 --------------- */ 

#middle-side-panel-x {                  /* Middle Side Panel- X */			
	position: absolute;
	width: 160px;
	height: 889px;
  	top: 911px;
	left: 0;
	background-image:   url(../../../../images/sections/arts/chicano-music/art-laboe-and-el-chicano_160x889.jpg);
	background-color: none;}		                    /* blue */ 


/* --------------- AdSense 160x600 Side Panel-2 --------------- */ 

#adsense-side-panel-2 {                /* AdSense Side Panel- 2 */			
	position: absolute;
	width: 160px;
	height: 600px;
  	bottom: 0;
	left: 0;
	background-image:  url("../../../../images/banner-ads/160x600/sites/pretty-latinas_160x600.jpg");
	background-color: none;}		                   /* green */  
	

/* //////////////////////////////////////////////////////////// */
/* ------------------- MAIN ARTICLE SECTION ------------------- */ 
/* //////////////////////////////////////////////////////////// */

#main-article_content {	        /* MAIN ARTICLE CONTENT SECTION */      
	position: absolute;		          /* DO NOT CHANGE SETTINGS */   
	width: 818px;                         /* updated - 09/08/14 */ 
	height: 2387px;                       /* updated - 09/08/14 */
	top: 5px;                             /* UPDATED - 12/20/14 */
	left: 165px;                          /* updated - 09/08/14 */
	border-color: #707070;		    /* XM Border Black - 707070 */
	border-style: solid;             /* CONTROLS CONTENT BORDER */
	border-width: 1px;
	background-color: none;}           /* Lighter Blue - A8D3FF */

/* ------------ Main Article Content Linking Rules ------------ */ 

#main-article_content a {    /* DO NOT CHANGE ORDER OF SEQUENCE */
	text-decoration: underline;} 

#main-article_content a:link { 
	color: #00005F;} /* initial color - HyperLink Blue - 00005F */

#main-article_content a:visited {
	color: #00005F;} /* visited color - HyperLink Blue - 00005F */

#main-article_content a:hover {
	color: #00005F;	   /* hover color - HyperLink Blue - 00005F */
	text-decoration: none;}
	
#main-article_content a:active {
	color: #00005F;} /* transition color - HyperLink B - 00005F */


/* ------------------ Large (Top) Main Image ------------------ */

#large-top-image {                    /* LARGE (TOP) MAIN IMAGE */
	position: relative;                   /* updated - 09/08/14 */
	top: 0;
	width: 818px;                         /* updated - 09/08/14 */
	height: 340px;                        /* UPDATED - 12/20/14 */
	margin: 0;                      /* top, right, bottom, left */
	background-image:    url(../../../../images/sections/arts/chicano-music/art-laboe_el-chicano_root-of-brown-eyed-soul_818x340_3.jpg);
	background-color: none;}                             /* red */
	
/* ----------------- Main Article Sub-Title ------------------- */ 

#main-article_sub-title {	     /* H2 - MAIN ARTICLE SUB-TITLE */
	position: relative;                     /* Added - 04/16/14 */
	width: 100%;                          
	height: 18px;
	top: 5px;                             /* UPDATED - 07/15/14 */
	margin: 0;	                    /* top, right, bottom, left */                             
	background-color: none;}                            /* cyan */
	
/* ------------------------------------------------------------ */
/* ----------------- MAIN ARTICLE PARAGRAPHS ------------------ */  
/* ------------------------------------------------------------ */

#main-article_paragraphs {         /* Main Article - PARAGRAPHS */
	position: relative;                   /* updated - 09/08/14 */ 
	top: 0;                               /* updated - 07/15/14 */
	left: 5px;
	width: 809px;                         /* UPDATED - 09-08-14 */
	margin: 0;                             
	background-color: none;}                          /* violet */

/* ------------------ Main (Article )Image -------------------- */

#main-article-image {                   /* MAIN (ARTICLE) IMAGE */
	position: relative;                   /* UPDATED - 09/08/14 */ 
	width: 430px;
	height: 430px;                  /* top, right, bottom, left */
	margin: 0 5px 1px 0; /* IMPORTANT BOTTOM SETTING - 09/08/14 */      
	float: left;                          /* UPDATED - 09/08/14 */ 
	background-image:   url(../../../../images/sections/arts/chicano-music/art-laboe_memories-of-el-monte_430x430.jpg);
	background-color: none;}                            /* grey */

/* ------------ Main Article Author and/or Credit ------------- */

.author {                                   /* MAIN ATTRIBUTION */
	position: relative;                   
	width: 373px;                         /* UPDATED - 12/31/14 */ 
	float: left;                            /* added - 04/16/14 */ 
	margin: 0;                            /* updated - 04/16/14 */
	padding: 0 0 7px 0;             /* top, right, bottom, left */
	font-family: verdana, arial;
	font-size: 13px;  	
	font-style: none; 
	color: black;                                      /* black */
	text-align: left;
	background-color: none;}                             /* red */

/* --------------------- Secondary Image ---------------------- */

#secondary-image {                           /* SECONDARY IMAGE */
	margin: 3px 0 4px 7px;          /* top, right, bottom, left */
	float: right;                           /* updated 04-16-14 */
	background-color: none;}                            /* grey */

/* -------------------- Main Image Caption -------------------- */

#secondary-image_caption {              /* Main Image - CAPTION */
	position: absolute;           
	width: 482px;                         /* UPDATED - 12/31/14 */
	height: 14px;
	padding: 0;	
	top: 775px;                           /* UPDATED - 12/31/14 */
	right: 0;                             /* updated - 01/12/14 */
	color: #00004F;			            /* Darker Blue - 00004F */
	font-family: arial; 
	font-size: 12px;  		                  /* previously 9pt */
	font-style: italic;
	text-align: center;
	background-color: none;}                             /* red */ 

/* ----------------------- Third Image ------------------------ */

#third-image {                                   /* THIRD IMAGE */
	margin: -4px 7px 0 0;            /* top, right, bottom, left */
	float: left;                            /* ADDED - 12-31-14 */
	background-color: none;}                            /* grey */


/* //////////////////////////////////////////////////////////// */
/* ---------- BOTTOM VIDEO & MATCHING IMAGE SECTION ----------- */ 
/* ------------------------------------------------------------ */

#bottom-video_matching-image_container {  /* SECTIONS CONTAINER */
	position: absolute;                     /* ADDED - 04/20/14 */
	width: 818px;                          
	height: 300px;
	top: 2082px;                          /* updated - 12/31/14 */
	left: 0px;
	background-color: none;}                           /* green */

/* ------------------ Left Side Image Section ------------------*/

#btm-left-side-image_section {
	position: absolute;                   /* updated - 04/20/14 */
	width: 403px;
	height: 300px;
	top: 0px;
	left: 5px;
	background-image:   url(../../../../images/sections/arts/chicano-music/el-chicano_el-chicano-cover_403x300.jpg);
	background-color: none;}                             /* red */
	
/* ----------------- Right Side Video Section ------------------*/

#btm-right-side-video_section {
	position: absolute;                   /* updated - 04/20/14 */
	width: 400px;
	height: 300px;
	top: 0px;
	right: 5px;
/*	background-image: url(../../../reference/sites-samples/XHTML/mayan-calendar.org/images/mayan-pyramid_kukulcan_chichen-itza_326x250.jpg); */
	background-color: none;}                            /* blue */
	

/* //////////////////////////////////////////////////////////// */
/* ------------------------------------------------------------ */
/* ---------------- FOOTER / COPYRIGHT SECTION ---------------- */ 
/* ------------------------------------------------------------ */
/* //////////////////////////////////////////////////////////// */


/* ------------- ( Fixed Page w/ iFrame Footer ) -------------- */

#footer-copyright_container {              /* SECTION CONTAINER */
	position: absolute;                   /* UPDATED - 07/06/14 */
	width: 990px;
	height: 110px;
	top: 2641px;                          /* updated - 07/06/14 */
	left: 0;
	padding: 0;	
	background-color: none;}		                  /* purple */	

/* -------------------------- Footer -------------------------- */

#footer {                                 /* UPDATED - 06/27/14 */   
	position: absolute;
	width: 990px;
	height: 79px;
	top: 0;     						  /* updated - 06/27/14 */                          
	left: 0;
	padding: 0;	
/*	background-image: url(../../../../../images/footers/active_990x79.gif); */
	background-color: none;}		                    /* blue */

/* ------------------------------------------------------------ */
/* -------------------- 'IFRAME' PROMO AD --------------------- */
/* ------------------------------------------------------------ */

#active_promo-ad { /* NEEDED: FB Share Uses 'iframe' Attributes */
	position:absolute;                    /* UPDATED - 08/06/14 */
	width: 990px;
	height: 79px;                         /* updated - 06/27/14 */
	top: 0;
	left: 0;
    margin: 0;							  /* updated - 08/06/14 */
    padding: 0;							  /* updated - 08/06/14 */
    border: none; /* HTML5 deprecated; still needed in browsers */
/*	background-image: url(../../../../../images/footers/sites/site-sponsored-by_royal-rebels_990x79.jpg); */
	background-color: none;}	                         /* red */


/* --------------------- Copyright Notice --------------------- */ 

#copyright {      /* UPDATED for Fixed iFrame Footer - 06/28/14 */
	position: absolute;
	width: 990px;                         
	height: 13px;                         /* updated - 06/28/14 */
	top: 87px;             /* UPDATED for FIXED PAGE - 06/28/14 */ 
	left: 0;
	padding: 0;
	font-family: arial;
	font-size: 11px;                          /* previously 8pt */
	font-weight: normal;
	color: #E1E1E1; 	 /* initial color - Light Grey - E1E1E1 */
	text-align: center;      
	background-color: none;}		  /* Darkest Blue - 00001F  */
  
.list-dot {
	font-family: arial;
	font-size: 8px;  		     
	color: #E1E1E1;}		             /* Light Grey - E1E1E1 */

/* --------------------- Copyright Links ---------------------- */ 

#copyright a:link {
	color: #E1E1E1;} 	 /* initial color - Light Grey - E1E1E1 */

#copyright a:visited {
	color: #E1E1E1;} 	 /* visited color - Light Grey - E1E1E1 */
	
#copyright a:hover {
	color: #E1E1E1; 	   /* hover color - Light Grey - E1E1E1 */
	text-decoration: underline;} 

#copyright a:active {
	color: #E1E1E1;}  /* transition color - Light Grey - E1E1E1 */
	
/* ---------------- STANDARD AMG LINKING RULES ---------------- */ 

a {						     /* DO NOT CHANGE ORDER OF SEQUENCE */
 	text-decoration: none;}       /* prevents initial underline */

a:link {				     
	color: #FFFFFF;} 	               /* initial color - White */

a:visited {
	color: #FFFFFF;}  	               /* visited color - White */

a:hover {
	color: #FFFFFF;		                 /* hover color - White */ 
	text-decoration: underline;}
	
a:active {
	color: #FFFFFF;} 	            /* transition color - White */


/* ------------------------ Bar Length ------------------------ */
	
/*  ------------ AMG / UI STANDARD REFERENCE COLORS -------------
  
	White  - FFFFFF ; Near White - FDFDFD ; Light White - FAFAFA ; * Lighter "Body" Grey - F5F5F5 * ; Index Marquee BG White - EFEFEF 
    Grey   - CCCCCC ; Light Grey - E1E1E1, ; Hint of Grey - FBFBFB ; X11 Grey - BEBEBE ; Medium Light Grey - A9A9A9 ; W3C Grey - 808080
	Black  - 000000 ; Near Black - 090909 ; Medium Black - 181818 ; Mid Black - 222222 ; Medium Grey Black - 252525 ; Charcoal - 333333  
	
	Red    - FF0000 ; Rose Red - E4082E ; Dark Red - 990000 ; Darkest Red - 600000 ; Maroon - 990033 ; Red Black - 2D0000  
	Pink   - FFCCFF ; Light Pink - FFF5F5 ; Hot Pink - F535AA ; Deep Pink - FF1493 ; X11/W3C Fucia - FF00FF ; Violet Red - CC0099 
	                  X11/W3C Pink - FFC0CB ; Salmon - F7E9E5 ; Medium Violet Red - C71585   
	Violet - EE55EE ; Lavender - CC99FF ; Light Lavender - E9D2FF ; Magenta (same as "Fucia") - FF00FF ; X11/W3C Violet - EE82EE
	Purple - 9900FF ; Light Purple - BD59FF ; Lighter Purple - D79BFF ; Lightest Purple - E7C1FF ; Hint of Purple - F3DFFF 
					  Medium Purple - AB2DFF ; Dark Purple - 6100C1 ; Darker Purple - 5A1BAF ; Darkest Purple - 3F009D 
					  
	Orange - FFA500 ; DW Orange - FF9900 ; Orange-1 - FF7F00 ; Light Orange - FFBB22 ; Orange Red FF4500 ; X11/W3C Orange - FFA500		  
	Yellow - FFFF00 ; Light Yellow - FFFF66 ; Lime - CCFF33 ; Khaki - F0E68C ; Dark Khaki - BDB76B ; Goldenrod "Dark Yellow Gold" - DAA520  
	Green  - 009900 ; Bright Green - 00FF33 ; Light Green - CCFFCC ; Olive - CCFF33 ; Dark Green - 33CC33 ; Darker Green - 006600  
					  W3C Green - 008000 ; X11 Green - 00FF00 

    Copper - FFCC99 ; Copper-1 - C96333 ; XM Dark Copper - CC9966 ; XM Text Copper - FFCC99
	Silver - DDDDDD ; Light Silver - EEEEEE ; Silver-1 - DADADA ; X11/W3C Silver - C0C0C0 
	Gold   - CC9900 ; Yellow Gold - FFCC00 ; Orange Gold - FF9900 ; Reddish Gold - FFC184 ; Maya Impact Gold - FFCC7D ; XM Logo Gold - C3A756 
					  XM Copyright Gold  - FFEE9F ; XM Text Gold-1 - FFE693 ; XM Text Gold-2 - F3DA98 ; X11/W3C Gold - FFD700
	
	Cyan   - 00FFFF ; Medium Cyan - 33CCFF ; Light Cyan - 66FFFF ; Lighter Cyan - B3FFFF ; Lightest Cyan - D2FFFF ; Turquoise - 00FFCC
	Blue   - 0000FF ; Light Blue - 99CCFF, Lighter Blue - A8D3FF ; Lightest Blue - CAE4FF ; Lightest Light Blue - DFF1F7 ; Hint of Blue - E1F0FF   
					  Medium Blue - 3366FF ; Dark Blue - 000066 ; Medium Dark Blue - 00005F ; Darker Blue - 00004F ; Darkest Blue - 00001F  
					 					 					  					   
    Body   - F5F5F5 ; Shadow Border Grey - E0E0E0 ; Light Grey - E1E1E1 ; Lighter "Body" Grey - F5F5F5 ; X9 Body Grey - F7F7F7
	                  Seamless BG Mid Blk - 161616 ; XM Purple Blue BG - 181845 ; R&R Border/BG Blue - 073660 ; L-Bolt Sky BG Blue - 489FDC 
	    
	Borders - ##### ; Adsense Border Blue - 0066CC ; Adsense Border Blue Grey - 336699 ; Shadow Border Grey - E0E0E0 ; VFF Gold Border - CEBD63 
	 				  XM Border Black - 707070 

    Text (Black) ## ; Close Black - 030303 ; Near Black - 090909 ; Medium Black - 181818 ; Mid Black - 222222 ; Medium Grey Black - 252525 
					  Text Black - 272727 ; Medium Text Blk - 363636 ; FAQ Text Black - 404040 ; Light Text Blk - 454545 ; Lighter Text Blk - 545454 
					  Lightest Text Blk - 636363 ; Medium Text Grey - 727272 ; Light Text Grey - 818181 ; Lighter Text Grey - 909090   
					  Btm Rt Banner Ad Blue - 000070 ; Hyper-Link 'Dark' Blue - 00005F 

    Tables - ###### ; Table Heading Blue - DFF1F7 ; Table "Border" Blue - AECFE3 ; Table Row Blue - ECF7FA ; Hyper-Link Blue - 00005F
	                  Table Row Blue Grey - EAEAEA ; Table Row Light Olive - E7F5B4 ; Table Row Gold - E9DC9E ; Title Bar Gold - E9D78D 

	Misc   - ###### ; American Baby Blue - 1CA4FF ; Aquamarine - 7FFFD4 ; Beige - F5F5DC (X11/W3C) ; GS Banner Blue - 000033  
					  Encyclopedia Blue - 00345F ; Facebook Blue - 3B5998 ; MySpace BG Grey - E5E5E5 ; Index Marquee Purple - 1D0048 
					  Red Arrow Bright Red - FF0006 ; R&R Violet - B18AD9 ; Sub Heading H2 Red - 600000 ; Title Bar Gold - E9D78D 
					  W3C Gray - 808080 (Dark Grey) ; X11 Gray - BEBEBE (Lighter Grey) ; XM Dark Grey - 999999 ; Grey Dot for Gold BG - 777777 
					  WOW Slider Grey - 3D3D3D ;
					  
					  AdSense Lightest Grey - E6E6E6 ; Adsense Light Grey - B3B3B3 ; Adsense Normal Grey - CCCCCC ; Adsense Middle Grey - 999999 
					  Adsense Dark Grey - 808080 ; Adsense Darker Grey - 7F7F7F ; Adsense Darkest Grey - 666666 ; Adsense Grey Black 1 - 4C4C4C
					  Adsense Dark Grey 2 - 333333 ; Adsense Dark Grey 3 - 191919 ;  Adsense Normal Black - 000000 ; Google Color Chart (coming soon)

    ------------- STANDARD AMG LINKING COLOR RULES --------------  
    
	Black Background ; Active Link Blue - 66FFFF ; Black BG Blue - 00003F ; Black BG Lighter Text Grey - DADADA ; B&G Stripes BG Grey - E1E1E1 
					   Horizonal Rule Black - A9A9A9 (close match between IE & Firefox) ; Roll Over Lime - 00FF00     
	White Background ; Main Image Caption Blue - 00006F ; Main Title Bar Blue - 171745 ; updated 07-26-14 ( 11:30pm CST ) */	