body,
html {
	margin: 0;
	padding: 0;
	color: #131313;
	background: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12pt;
	line-height: 130%;
	/*background-image: url('images/header/background.png');*/
	/*background-attachment: fixed;*/
	background-repeat: repeat-x;
}

#HEADER { /* All Header information */
	width: 990px;
	margin: 0 auto;
	background: #000000;
}

	#LOGO {
		float:left;
		width:495px;
		font-weight: bold;
	}
	#CONTACT-INFO {
		float: right;
		text-align: right;
		width: 495px;
		font-size: 12pt;
		color: #CCCCFF;
		text-decoration: none;
	}
		#CONTACT-INFO nav.top {	/* Links in the very top navigation */
			font-weight: bold;
		}
		#CONTACT-INFO a {
			color: #CCCCFF;
		}
		#CONTACT-INFO a:hover {
			color: #EEEEEE;
		}
		

#FOOTER { /* The footer of the page */
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #000000;
	color: #CCCCFF;
	font-size: 9.5pt;
	clear: both;
}
	#FOOTER a {
		color: #8888BB;
		text-decoration: none;
		font-weight: bold;
	}
	#FOOTER a:hover {
		color: #A8A8A8;
	}
	
	

#PAGE { /* Main Page */
	width: 990px;
	margin: 0 auto;
	background: #FFFFFF;
	clear: both;
	overflow: hidden;
}
	#PAGE .Left { /* Left sidebar of the bage <aside> */
		float: left;
		padding: 2px;
		width: 250px;
		background: #FFFFFF;
	}
	#PAGE .Right { /* Main page <section> */
		float: right;
		width: 732px;
		padding: 2px;
		background: #FFFFFF;
	}

	#PAGE .gradient { /* Gradient boxes */
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 8px;
		margin: 0 auto;
		overflow: hidden;
		border: none;
		background: -moz-linear-gradient(top,  #F0F0F5,  #FFF);
		background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F5), to(#FFF));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F5', endColorstr='#FFFFFF');
	}
	#PAGE ul.star {
		list-style-image: url('images/star.gif');
	}
	#PAGE .blue-cell {
		background-image: url('images/tables/blue-bg.png');
		width: 100%;
		height: 23px;
		text-align: center;
	}
	#PAGE .cell-text {
		font-weight: bold;
	}
	#PAGE .Text { /* This is a text box (with a border), NOT a font setting */
		border: solid;
		border-width: 1px;
		border-color: #C4C5C6;
		padding-left: 4px;
		padding-right: 4px;
		overflow: hidden;
	}
	#PAGE .Aligned {
		text-align: justify;
		padding-left: 4px;
	}
	#PAGE .small-font, a.small-font {
		font-size: 9pt;
	}
	
	#PAGE h1 {
		font-weight: bold;
		font-size: 26pt;
		text-transform: uppercase;
		line-height: 150%;
	}
	#PAGE table.content {
		border-style: solid;
		border-width: 1px;
		border-color: #C7C7DF;
		width: 100%;
		font-size: 16px;
		text-align: left;
	}
	#PAGE td {
		text-align: center;
	}
	
	#PAGE img
	{
		border: none;
	}	
	
	
#CELL{
	text-align: center;
	color: #131413;
	position: relative;
	top: 1px;
	font-size: 11pt;
	font-weight: bold;
}
	#CELL a {
		color: #E51111;
		font-weight: bold;
		font-size: 14pt;
		border: none;
	}
	#CELL p { /* PPG, Meineke cells */
		text-align: center;
		width: 248px;
		height: 165px;
		background-image: url('images/cell_background.png');
}
	#CELL p.Small-Cell { /* Advocare and Colortyme cells */
		text-align: center;
		width: 248px;
		height: 87px;
		background-image: url('images/smallcell_background.png');
		background-repeat: no-repeat;
	}
	#CELL .LargeFont {
		font-size: 18pt;
		line-height: 130%;
	}
	
#Facebook
{
	border: none;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #3B5998;
	overflow: hidden;
	color: #FFFFFF;
}
	#Facebook a
	{
		text-decoration: underline;
		color: #FFFFFF;
	}

	#Facebook a:hover
	{
		color: #AAAAAA;
	}
	
#SPLIT
{
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

	#SPLIT .Left
	{
		float: left;
		width: 48%;
		margin: 0 auto;
	}

	#SPLIT .Right
	{
		float: right;
		width: 48%;
		margin: 0 auto;
	}




/* DIVS - non-class specific */
div.Green-Box {
	padding: 15px;
	overflow: hidden;
	border: none;
	background-image: url('images/tables/green-bg.gif');
}




	
/* Non-class specific tags */
.center {
	text-align: center;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}



a
{
	color: #5E6393;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #4E0393;
	font-weight: bold;
	text-decoration: underline;
}
address {		/* Address bar at the top of the page header */
	font-style: normal;
}

	

