﻿div#topNavigation
{
	border-bottom: solid 5px #009;
}

div#mainContentOuter
{
	border-bottom: solid 2px #009;
}

div.textNoPadding
{
    padding: 0px 20px 0px 20px;
}

a
{
	color: #009;
}

html>body li
{
	list-style-image: url(../images/arrowBlue.gif);
}

* html body li /* Fix for IE List Bug - Only IE will read this CSS */
{
	list-style-image: url(../images/arrowBlueIE.gif);
}

image.KitemarkImage
{
    padding: 7px 0px 0px 20px;
}