@charset "UTF-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 46em;
	background: #333333;
	margin-left: 50px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #content {
	width: 46em;
	background: #333333;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding:px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.brandsleft {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.brandsleft a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.brandsleft a:hover {
	background-color:#FF0099;
	color: #ffffff;
	font-weight: bolder;
	text-decoration:none;
}
.brandsleft a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.brandsleft a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #ffffff;
}
.brandsright {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.brandsright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.brandsright a:hover {
	background-color:#009900;
	color: #ffffff;
	font-weight: bolder;
	text-decoration:none;
}
.brandsright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.brandsright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #ffffff;
}
.brandscentre {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.brandscentre a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.brandscentre a:hover {
	background-color:#6666FF;
	color: #ffffff;
	font-weight: bolder;
	text-decoration:none;
}
.brandscentre a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.brandscentre a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #ffffff;
}
.timeline {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.timeline a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.timeline a:hover {
	color: #FFFF00;
	text-decoration:none;
}
.timeline a:active {
	color: #FFFF00;
	text-decoration:none;
}
.timeline a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	color: #999999;
}