@CHARSET "ISO-8859-1";

body{
	background-color:#ffffff;
	color:#000000;
}

a{
	color:#000000;
}

h2{
	color:#00623a;
}

strong{
	color:#e02521;
}

hr{
	color:#e02521;
	background-color:#e02521;
}

div.top-bar{
	background-color:#343d4e;
	background-image:url('../images/backgrounds/top-bar-background.gif');
	background-repeat:repeat-x;
}
	div#top-bar-step{
		background-image:url('../images/backgrounds/top-bar-step.gif');
		background-repeat:no-repeat;
	}
p.highlight{
	color:#e02521;
}
div#main-step{
	background-image:url('../images/backgrounds/body-step.gif');
	background-repeat:repeat-y;
}
	div.top-spacer{
		background-color:#ffffff;
	}
	div#content ul li{
		background-image:url('../images/backgrounds/content-bullet.gif');
		background-repeat:no-repeat;
		background-position:left 6px;
	}
		div#content ul li.alternate{
			color:#00623a;
			background-image:url('../images/backgrounds/content-bullet-alternate.gif');
		}

ul#menu li{
	background-image:url('../images/backgrounds/menu-bullet.gif');
	background-position:8px center;
	background-repeat:no-repeat;
	border-bottom-color:#e02521;
}
	ul#menu li.first{
		border-top-color:#e02521;
	}
	ul#menu li.active{
		background-image:url('../images/backgrounds/menu-bullet-on.gif');
		background-color:#e02521;
	}

div#bottom-bar{
	background-color:#00623a;
	background-image:url('../images/backgrounds/bottom-bar-background.gif');
	background-repeat:repeat-x;
}
	div#bottom-bar div#bottom-bar-notch{
		background-color:#ffffff;
	}
	div#bottom-bar div#bottom-bar-step{
		background-image:url('../images/backgrounds/bottom-bar-step.gif');
		background-repeat:no-repeat;
	}