.containerHeader
{
	height: 80px;
	background: url(headerBack.gif);
}

.containerHeader div.icon
{
	margin: 10px;
}

h3, h3 span.Head
{
	font-size: 20pt;
	color: #CC3300;
	font-weight: bold;
	padding: 15px 0 0 20px;
	margin-left: 20px;
}

h3 div.icon
{
	position: absolute;
	top: 20px;
	left: 0;

}

.containerContent
{
  position: relative;
	margin-bottom: 15px;
	background: #FFCC00;
	padding: 10px;
}

hr.bubble
{
	height: 20px;
	background: url(headerBack.gif);
	border: none;
}

a, a:link, a:visited, .containerContent a, .containerContent a:link, .containerContent a:visited
{
	color: #CC3300;
	text-decoration: none;
}

a:hover, .containerContent a:hover
{
	color: black;
	text-decoration: underline;
}

p
{
	margin:1ex 1ex 2ex 2ex;
}

