/* CSS Document */
#outercontainer {
	background-image: url(../img/tilecyan.gif);
	background-repeat: repeat-x;
}
.firstpara {
	font-family:Arial, Helvetica, sans-serif;
	color:#0094ae;
	font-weight: bold;
}
ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	list-style-image:url(../img/cyanbullet.gif);
	list-style-position:outside;
	color:#0094ae;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	margin: 4px 0 4px 0;
	color:#0094ae;
}
a:link, a:active, a:visited {
	color: #0094ae;
}
a:hover {
	color: #00687a;
}
