body
/* pattern.png is original background */
{ background: #4F504A url(images/pattern.png) repeat;
  color: #555;
}

/* wanted to change color: #333333 to Verge hexadecimal colour #14013C*/
h1, h2{color: #333333;}
h3{color: #333333;}
h5{color: #FF9900;}

.left, .right{border-color: #F8F9F1;}

/* added color: #000000 to crisp up text on page*/
p
{ color: #000000;
}

/*Blockquote border is managed from style.css sheet*/
/* added color: #000000 to crisp up text on page*/
	blockquote{
		/*background color;*/
		/*background-color: #EFEDDE;*/
		/*top and bottom border-color AND text: #E29C22;*/
		border-top-color: #666666;
		border-bottom-color: #666666;
		color: #000000;	
	}

/*#main, .sidebaritem
		{ background: #FFF0000;
		  color: #FF0000;
		}*/

#logo
		{ background: #444 url(logo.jpg) no-repeat left center;
		  border-color: #FFF;  
		}

#logo h1
		{ background: transparent;
		  color: #444;
		}

#menubar
		{ background-color: #7B846E;
		  background-image: url(images/menu.png);
		  background-repeat: repeat;
		} 

ul#menu li a 
		{ background: transparent;
		  color: #FFF;
		  border-color: #999999;
		} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
		{
			background: #646B5C url(images/menu_sel.png) repeat;
		} 

.sidebaritem ul, .sidebaritem li{border-color: #999999;}

.sidebaritem li a, .sidebaritem li a:hover
		{ background: transparent url(images/arrow.png) no-repeat left center;
		  color: #555; 
		  text-decoration: none;
		} 

/* This code is for the arrow indicating HOME on sidebar item */
.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
		{ background: transparent url(images/arrow_select.png) no-repeat left center;
		} 
		
/* This code manages the font-color for links in the document */
h4, #content a, #content a:hover
		{ background: transparent;
		  color: #0000CC;
		}
		
/* This code manages the font-color for links in the footer */
#footer a {
			color: #0000CC;
		}

/* This code manages the background color for the footer */		
#footer
		{ background: #FFF;
/*		  color: #555;
		  border-color: #CCD0BA;*/
		}

/* This code manages the attributes for the <span class="verge"> Verge Strategy Group</span> */
		.verge {
			color: #14013D;
			text-transform: none;
			letter-spacing: .1em;
			font-style: italic;
		}
		
		.indented_text {	
			color: #000000;
		}

