
/* Gamut of brand colours. Use these classes for exceptional markup only please! */
.blue				{	color: #26A7DD !important;	}
.pink				{	color: #C20065 !important;	}
.orange			{	color: #DD6300 !important;	}
.green			{	color: #AEB200 !important;	}
.gray				{	color: #999999 !important;	}
.darkgray		{	color: #3F3F37 !important;	}
.vdarkgray	{ color: #232526 !important;	}


HTML	{
	overflow-y: scroll;
}

BODY	{
	text-align: center;
	font-family: Avant Garde, Century Gothic, Segoe UI, Arial, san-serif;
	font-family: Arial, san-serif;
	margin: 0;
	}

A	{
	text-decoration: none;
}

A	IMG	{
	border: 0px;
}

H1, H2, H3, H4, H5, H6, P	{
	margin-top: 0;
}
H1, H2, H3	{
	font-family: Avant Garde, Century Gothic, Arial, san-serif;
	font-family: Arial, san-serif;
}

#page	{

  	width: 999px;
	text-align: left;
	background-position:  right top; margin-left:auto; margin-right:auto; margin-top:12px; margin-bottom:16px
}


#navigation	{
	
	float: left;
	clear: both;
	width: 999px;
	margin-top: 0px;
}
#navigation UL {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 600px;
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
#navigation	UL+LI {
	text-align: right;
}
#navigation	UL UL	{
	display: none;
	float: left;
}
#navigation UL#tier1	{
	text-align: right;
	margin-right: 0px;
}