@charset "UTF-8";
/* CSS Document */

/* CSS Document */

/*============================== BASE STYLES ==========================*/

* { /* This sets the fundamental elements for ALL pages which is overidden by other styles */
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px; /* Padding is zero'd for ALL elements and is added when needed by individual elements */
	color: #666666;
	text-align: left;
}
p {
	padding-bottom: 10px; /* This adds space below ALL paragraphs */
}
a:link {
	color: #006ab2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a2a9;
}
a:hover {
	text-decoration: underline;
	color: #00a2a9;
}
a:active {
	text-decoration: none;
	color: #006AB2;
}
li {
	list-style-type: none;
	background-image: url(../graphics/bulletBlue.gif); /* Change the bullet if needed */
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 15px;
}
h1, h2, h3 {
	color: #006ab2;
}
body
 {
	text-align: center; /* this centers the container in IE 5* browsers. The text is left aligned by default in the * styles. */
	color: #000000;
	position: relative;
	background-color: #72c2b4;
	margin-top: 10px;
	background-image: url(../graphics/background.jpg);
	background-repeat: repeat-x;
}
strong {
	color: #00a2a9;
}
address {
	font-size: 1.4em;
	font-style: normal;
	line-height: 1.6em;
	margin-left: 2em;
}
